problem with installer 5_5b5 and python 2.3

H

hellprout

hi ,
i want to use mcmillan installer 5_5b5 with python 2.3

so , no problem when i compil this prog
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

thanks a lot

hellprout
 
J

John J. Lee

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,270
Latest member
TopCryptoTwitterChannels_

Latest Threads

Top