29 Feb
2000
29 Feb
'00
7:59 a.m.
On Sun, 27 Feb 2000 13:24:01 -0800, "Michael Simcich" <msimcich@accesstools.com> wrote:
This is what we were looking for... the case mismatch was a clue.
Python automatically checks the case of imported modules, to aid portability from case-insensive platforms to case-sensitive ones. This is helpful during development, but (as youve discovered ;-) its a pain when shipping source to windows. It could be turned off with a line a line at the top of z2.py... Ill add this to the Collector. Toby Dickenson tdickenson@geminidataloggers.com