On Fri, 04 Mar 2005 12:10:00 +0100, Daniel Frickemeier
<[EMAIL PROTECTED]> 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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to