Re: about py2exe, I installed it, but can't find py2exe.exe in my computer.

2006-05-22 Thread Simon Brunning
On 22 May 2006 04:53:34 -0700, python <[EMAIL PROTECTED]> wrote: > it prompt: invalid command 'py2exe'. > I have import py2exe in setup.py file. Can you show us your setup.py file, the exact command that you typed, and the exact error message that you are getting? -- Cheers, Simon B, [EMAIL PR

Re: about py2exe, I installed it, but can't find py2exe.exe in my computer.

2006-05-22 Thread python
it prompt: invalid command 'py2exe'. I have import py2exe in setup.py file. -- http://mail.python.org/mailman/listinfo/python-list

Re: about py2exe, I installed it, but can't find py2exe.exe in my computer.

2006-05-19 Thread Fredrik Lundh
"python" wrote: > I installed it, but can't find py2exe.exe in my computer. why? why are you looking for an EXE file? py2exe is a Python module, not an application. > And , when I execute "python setup.py py2exe" under command line, it > prompt error:wrong command "py2exe" . you're supposed to

about py2exe, I installed it, but can't find py2exe.exe in my computer.

2006-05-19 Thread python
I installed it, but can't find py2exe.exe in my computer. why? And , when I execute "python setup.py py2exe" under command line, it prompt error:wrong command "py2exe" . -- http://mail.python.org/mailman/listinfo/python-list