py2exe and UPPER CASE file system

Thomas Heller theller at python.net
Mon Oct 25 08:45:22 EDT 2004


Werner Merkl <werner_DOT_merkl_ at _fujitsu_DASH_siemens.com> writes:

> Hi,
>
>
> my problem is, I try to use a py2exe compiled python script from a
> CD-ROM. This should work, BUT the tool I use (or have to use)
> generates only upper case file names on the CD-ROM.
>
> For py2exe 0.4.1 and python 2.2 this worked fine... but the current
> releases do not.

I would say if it worked it was a bug ;-).

Does it work in newer versions when you set the PYTHONCASEOK environment
variable?

Thomas



More information about the Python-list mailing list