"Static" python program

Stephen Thorne stephen.thorne at gmail.com
Sat Mar 5 08:12:00 EST 2005


On Fri, 04 Mar 2005 12:10:00 +0100, Daniel Frickemeier
<daniel at zigulle.de> wrote:
> I´m developing a small python-program wiht the mysql-python-module.
> The program should run on a server without any mysql-installation.
> Is there any posibility to "kompile" a python with static libaries?

Sure, have a look at cx_Freeze or py2exe. both are tools that allow
you to create an executable without dependancies.

Stephen.



More information about the Python-list mailing list