It imported setup fine from the IDLE cmd prompt. Win Cmd prompt is fine to operate it. Just curious about IDLE. I looked in setup.py and don't see what the complaint is. It sure thinks py2exe is not available.

I'm now in IDLE's path browser. I see pkgs in ...\lib\site-packages like dateutil, numdisplay, numpy, but no py2exe. Doesn't seem right, since I can import it. I'm pretty sure that during the install that py2exe was headed to site

On 2/18/2010 8:25 AM, Robert Berman wrote:
-----Original Message-----
From: tutor-bounces+bermanrl=cfl.rr....@python.org [mailto:tutor-
bounces+bermanrl=cfl.rr....@python.org] On Behalf Of Wayne Watson
Sent: Wednesday, February 17, 2010 10:07 PM
To: tutor@python.org
Subject: Re: [Tutor] Wrestling with the Py2exe Install, Win7[XP!],
Py2.5

I'm following the tutorial and ran into a snag. Here  is the console
output.( Can I do  this  from IDLE?)

C:\Sandia_Meteors\Sentinel_Development\Learn_Python>c:\python25\pyth
on
setup.py
Traceback (most recent call last):
    File "setup.py", line 2, in<module>
      import py2exe
ImportError: No module named py2exe

Note the need to back pedal to c:\python25\
Perhaps I need some path variable set?

--
Wayne,

When you install py2exe it should insure all the required modules are
available to your standard python path. For example, I am running python 2.64
and the py2exe module is in the python path.

I don't use IDLE. I use Ipython however I cannot see why IDLE would not work.
To tell if you are OK do import py2exe. You should have no problem loading it.
If you do, reinstall it.

Robert




--
            "There is nothing so annoying as to have two people
             talking when you're busy interrupting." -- Mark Twain

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to