Py2exe still won't run

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

    Py2exe still won't run

    Tried :"python setup.py py2exe and "python setup.py install"
    Keep getting 'invalid syntax' error messge.
    Python 2.2 on Win XP
    Py2exe win32 ver.0.4.1



  • Chris Liechti

    #2
    Re: Py2exe still won't run

    "Ray" <sunking77@hotm ail.com> wrote in
    news:mailman.30 5.1067650136.70 2.python-list@python.org :
    [color=blue]
    > Tried :"python setup.py py2exe and "python setup.py install"
    > Keep getting 'invalid syntax' error messge.
    > Python 2.2 on Win XP
    > Py2exe win32 ver.0.4.1[/color]

    you dont type that at pythons ">>>" prompt, do you?

    "python setup.py py2exe" is meant to be run in a shell/dos box whatever you
    call it (command.com or cmd.exe).
    if it still gives an exception, post the full traceback of that.

    chris


    --
    Chris <cliechti@gmx.n et>

    Comment

    Working...