Installer / mxDateTime problem

Gordon McMillan gmcm at hypernet.com
Thu Apr 6 09:32:10 EDT 2000


Richard Chamberlain wrote:

> I've got a simple script that uses mxDateTime that I want to run as an exe.
> I run it through simple.py and I get the following error:
> 
> NameError: Case mismatch for module name feasts
> (filename C:\Program Files\Python\DateTime\Feasts.py)

If I attempt to import DateTime.feasts interactively, I get the 
same error. Do you have PYTHONCASEOK set? The exe isn't 
going to do that for you.

- Gordon




More information about the Python-list mailing list