Packaging?

K

Kris Caselden

Particularly in Windows, how do create installation packages for
python scripts? I've noticed that PyOpenGL and PyGame use a pretty
nice installer, and some games I've seen install and run without even
needing python installed. How is this done?
 
S

selwyn

Kris said:
Particularly in Windows, how do create installation packages for
python scripts? I've noticed that PyOpenGL and PyGame use a pretty
nice installer, and some games I've seen install and run without even
needing python installed. How is this done?

First you need to create an executable, which gets around the need for a
separate python installation -
check out py2exe:
starship.python.net/crew/theller/py2exe/

For an easy and free installer try Inno Setup:
http://www.jrsoftware.org/isinfo.php
 

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

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top