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

P

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" .
 
F

Fredrik Lundh

python said:
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>
 
S

Simon Brunning

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top