-
I have continued to have problems with the monthview page. Some of these problems may be related to daylight savings time and some may be related to leap years (2008 is a leap year), but I am not sure all of them are. In one case a reservation showed up on the daily view and weekly views, but not on the monthly view.
The basic problems, as I see them are that the seconds since epoc is...
2008-02-03 16:42:31 UTC in ORS - On-line Resource Scheduler
-
pywin32-210.win32-py2.5.exe will not install under Vista. The messsage issued is "pywin32-210.win32-py2.5.exe has stopped working".
2008-01-18 17:01:53 UTC in Python for Windows extensions
-
The PySerial installation program will not install under Windows Vista. It stops running without issuing an error message or indication of what went wrong. Window simpky reports that an error was encountered. This is the second py insall that Vista has failed with, perhaps the install script/program needs updating.
2008-01-18 16:31:56 UTC in Python Serial Port Extension
-
I go a bit further after putting _spe under site-packages. AT this point the error is:
Launching application...
Create: Mdi: .tabs
Create: Mdi: .tabs
Create: Framework: menu.
Create: Framework: toolbar.
Create: Framework: statusbar.
Traceback (most recent call last):
File "c:\program...
2008-01-18 15:46:55 UTC in Stani's Python Editor
-
The Windows Installer will not run on Vista. When trying to do an install, the program stops executing without giving an error code or reason. Reference release 0.8.2
I also tried downloading the ZIP file, but was not able to get it to run either. Perhaps the files need to be installed in a certain way. The message I get using the zip file is "No module named _spe.info".
2008-01-18 14:54:25 UTC in Stani's Python Editor
-
I upgraded to the latest PHP and encountered several problems with ORS. Looks like I have fixed the monthview, but there may be more problems to go.
In month view, you need to change this line: $mydate = strtotime(date("n",$mysunday) . "/" . ($dow+date("j",$mysunday)) . "/" . date("Y",$mysunday));
to something like this:
$mydate = $mysunday + ($dow * 24*60*60 );
in two places...
2006-12-13 21:14:02 UTC in ORS - On-line Resource Scheduler