Creating a Python installer in win32

M

martin z

Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?
 
P

Peter Hansen

martin said:
Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?

Py2exe plus any freely available installer (InnoSetup?) does the job.

-Peter
 
M

Martin v. =?iso-8859-15?q?L=F6wis?=

martin z said:
Hey, all. I'll get to the point: project for class, got most of my needs
figured out, just unsure about one detail: this is a large-scale design
course, so it has to be a complete win32 app. That means a standalone
installer. I can't just say "go fetch Python, then run this .py file".
Anybody know how to set such a thing up?

I recommend to use a Python binary distribution mechanism, such as
installer:

http://www.mcmillan-inc.com/install1.html

Regards,
Martin
 
J

Jeff Wagner

You know exactly what he was asking. Some people just like to make things more difficult than they
have to be. Fortunately, someone already gave him a decent answer.
 

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

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top