program distribution

M

mr_vocab

Hi im new to python but have made a few applications how can i save them
and get the to run sort of like an application

thanks

Nathan
 
L

Larry Bates

Nathan,

You didn't mention your platform. So
I'm going to give you instructions for
Windows.

You will need to additional programs.

1) py2exe - This will run your program
through a process that gathers up all you
imported modules and creates a .EXE file
and supporting .pyd and .dll files. This
can be distributed to computers that do
NOT have Python installed.

http://starship.python.net/crew/theller/py2exe/

2) Some installer. I personally like
Inno. You provide Inno with a list of
files that should be installed (both
program and data files) and it creates
one big "setup.exe" file that can be
distributed.

http://www.jrsoftware.org/isinfo.php

If your platform is Linux take a look at
McMillan Installer. This page seems to
be down at this time:

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


Regards,
Larry Bates
Syscon, Inc.
 
P

Peter Hansen

mr_vocab said:
Hi im new to python but have made a few applications how can i save them
and get the to run sort of like an application

What operating system are you using? Py2exe is the usual
solution for Windows machines. Google can tell you more.

-Peter
 

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
474,181
Messages
2,570,970
Members
47,537
Latest member
BellCorone

Latest Threads

Top