> -----Original Message----- > From: [email protected] [mailto:tutor- > [email protected]] On Behalf Of Wayne Watson > Sent: Wednesday, February 17, 2010 10:07 PM > To: [email protected] > 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 _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
