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

Fredrik Lundh fredrik at pythonware.com
Fri May 19 09:45:44 EDT 2006


"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 import py2exe into your setup file.  if you don't do that,
you'll get the above error message.

have you read the "using py2exe" section on this page:

    http://www.py2exe.org/

?

</F> 






More information about the Python-list mailing list