Hi, I am new to Python. I have written a routine and am trying to compile the code for distribution.
I went to http://sourceforge.net/projects/py2exe/files/ and downloaded the file
py2exe-0.6.9.win32-py2.6.exe. I am running Python 2.6 on a Win-XP Pro OS.
I assume this file is a self-extracting exe. The trouble is when I attempt to open the extractor file, I get the following message
"This application has failed to start because the application configuration is incorrect".
One thing I noticed is the download site list the app as being 201.2kb and the actual size I see on my drive is 197kb.
Any help will be appreciated.
larrywjr 0 Newbie Poster
Recommended Answers
Jump to PostDid you use the Windows installer
python-2.6.4.msi
to install your version of Python?
Jump to Postis IE your browser? Old IE version used to corrup/almost download file. Use Download manager like the decent FDM
Jump to PostFile python-2.6.4.msi is your installer for Python on Windows. Run it first then you can install py2exe.
Note that py2exe is not a compiler, but simply a packager that puts the Python interpreter, your program's byte code and all needed modules into a self-extracting executable for Windows.
All 11 Replies
lllllIllIlllI 178 Veteran Poster
larrywjr 0 Newbie Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
larrywjr 0 Newbie Poster
Stefano Mtangoo 455 Senior Poster
larrywjr 0 Newbie Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
larrywjr 0 Newbie Poster
jcao219 18 Posting Pro in Training
larrywjr 0 Newbie Poster
jcao219 18 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.