Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > about py2exe, I installed it, but can't find py2exe.exe in my computer.

Reply
Thread Tools

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

 
 
python
Guest
Posts: n/a
 
      05-19-2006
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" .

 
Reply With Quote
 
 
 
 
Fredrik Lundh
Guest
Posts: n/a
 
      05-19-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>



 
Reply With Quote
 
 
 
 
python
Guest
Posts: n/a
 
      05-22-2006
it prompt: invalid command 'py2exe'.
I have import py2exe in setup.py file.

 
Reply With Quote
 
Simon Brunning
Guest
Posts: n/a
 
      05-22-2006
On 22 May 2006 04:53:34 -0700, python <> 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,
,
http://www.brunningonline.net/simon/blog/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to exclude action of Find::Find::find in subdirectories withknown names? vdvorkin Perl Misc 0 02-10-2011 05:18 PM
Math::GMP and Pari Installed, But BigInt Can't Find Them MaggotChild Perl Misc 1 10-28-2009 04:30 PM
Installed python 2.5 over 2.4 and lost installed packages james@reggieband.com Python 3 04-28-2008 09:26 PM
Installed VS 2005 professional. I see SQL expres also installed as part of it. But where do i get the Management Studio from? Learner ASP .Net 4 01-27-2006 08:37 PM
Find.find does not find orphaned links? Wybo Dekker Ruby 1 11-15-2005 02:50 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57