problem with installer 5_5b5 and python 2.3

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hellprout

    #1

    problem with installer 5_5b5 and python 2.3

    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: DeprecationWarn ing: the FCNTL module is
    deprecated;
    please use fcntl
    DeprecationWarn ing)

    i have an exe file , so double click doesn't do something .... wait and nothing

    if somebody have some idees

    thanks a lot

    hellprout
  • John J. Lee

    #2
    Re: problem with installer 5_5b5 and python 2.3

    hellprout@yahoo .com (hellprout) writes:
    [...][color=blue]
    > so , no problem when i compil this prog[/color]

    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.

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

    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

    Comment

    Working...