Installing a python program without full distribution - minimal requirements...

Paul McGuire ptmcg at austin.stopthespam_rr.com
Mon Mar 1 05:00:15 EST 2004


"jeuxal_com" <informlant at citenet.net> wrote in message
news:c1u6ri$25n4$1 at cti15.citenet.net...
Hi,

I need to add a python program (web updater+extras) with a window
application.
The same thing as the Online Lord of the Ring game
(http://lotrtcg.decipher.com/).
When you install their application, it create a subdirectory with very few
python files*.dll,*.pyd,*.pyc.:
<snip>
==========
Google for py2exe or McMillan Installer.  These utilities will zip your
Python code plus these needed dll's, etc. into a free-standing .EXE file.

-- Paul





More information about the Python-list mailing list