problem with installer 5_5b5 and python 2.3

John J. Lee jjl at pobox.com
Wed Aug 20 15:07:26 EDT 2003


hellprout at yahoo.com (hellprout) writes:
[...]
> so , no problem when i compil this prog 

You mean, when you run it directly, without installer?  Are you sure
you're using the same version of Python in both cases?  Try sticking an

import sys; print sys.version

in there somewhere.


> but when i'm using installer i have an error 
> 
> D:\Python23\lib\fcntl.py:7: DeprecationWarning: the FCNTL module is
> deprecated;
> please use fcntl
>   DeprecationWarning)
> 
> i have an exe file , so double click doesn't do something .... wait
> and nothing
> 
> if somebody have some idees

Well, the obvious answer appears to be "Don't use FCNTL"!  Dunno if
that's what's causing the problem, but it certainly looks like a good
first step.

If not, there's probably a mailing list for Installer out there.


John




More information about the Python-list mailing list