Py2exe still won't run

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

    Py2exe still won't run

    OK I'm clueless..
    How do you run py2exe on windows, I've tried the dos prompt and get
    'python not recognized', also tried python prompt and got a 'syntax
    error' message


  • Peter Hansen

    #2
    Re: Py2exe still won't run

    Ray wrote:[color=blue]
    >
    > OK I'm clueless..
    > How do you run py2exe on windows, I've tried the dos prompt and get
    > 'python not recognized', also tried python prompt and got a 'syntax
    > error' message[/color]

    Can you post the *exact* error messages you actually got? Don't
    try to simplify or translate, as that only makes the effort to help
    you harder. In fact, just use copy-and-paste to put the precise
    text into your email.

    By the way, it seems likely you don't have the directory containing
    python.exe in your PATH environment variable. None of this would be
    a py2exe problem, merely one running Python itself. Check the FAQ
    entry http://www.python.org/doc/faq/window...-under-windows
    for more information to help you get started.

    -Peter

    Comment

    Working...