Hi,
I'm pretty new to Python and Twisted, and I would like to know if anyone could share some experiences in creating a standalone Unix executable for a Twisted application I'm building.
I would like in fact to distribute my application on some Unix machines (onto which I cannot install anything) which do *not* have Python and Twisted (and not even GCC).
Thank you in advance for any suggestion.
Regards, Alessio Pace.
Hi Alessio,
I've found bbfreeze to work quite well for this:
http://pypi.python.org/pypi/bbfreeze/0.95.4
Cheers, Reza
On Mon, Dec 1, 2008 at 1:45 PM, Alessio Pace alessio.pace@gmail.com wrote:
Hi,
I'm pretty new to Python and Twisted, and I would like to know if anyone could share some experiences in creating a standalone Unix executable for a Twisted application I'm building.
I would like in fact to distribute my application on some Unix machines (onto which I cannot install anything) which do *not* have Python and Twisted (and not even GCC).
Thank you in advance for any suggestion.
Regards, Alessio Pace.
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Sorry, the latest version is
http://pypi.python.org/pypi/bbfreeze/0.96.5
On Mon, Dec 1, 2008 at 1:52 PM, Reza Lotun reza@getpeer.com wrote:
Hi Alessio,
I've found bbfreeze to work quite well for this:
http://pypi.python.org/pypi/bbfreeze/0.95.4
Cheers, Reza
On Mon, Dec 1, 2008 at 1:45 PM, Alessio Pace alessio.pace@gmail.comwrote:
Hi,
I'm pretty new to Python and Twisted, and I would like to know if anyone could share some experiences in creating a standalone Unix executable for a Twisted application I'm building.
I would like in fact to distribute my application on some Unix machines (onto which I cannot install anything) which do *not* have Python and Twisted (and not even GCC).
Thank you in advance for any suggestion.
Regards, Alessio Pace.
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- Reza Lotun Senior Software Engineer Peer Technologies Limited reza@getpeer.com
On Mon, 1 Dec 2008 14:45:37 +0100, Alessio Pace alessio.pace@gmail.com wrote:
Hi,
I'm pretty new to Python and Twisted, and I would like to know if anyone could share some experiences in creating a standalone Unix executable for a Twisted application I'm building.
I would like in fact to distribute my application on some Unix machines (onto which I cannot install anything) which do *not* have Python and Twisted (and not even GCC).
Thank you in advance for any suggestion.
http://wiki.python.org/moin/Freeze might help. I don't have any experiences using it with Twisted to share, though.
Jean-Paul
Hi all and thanks for the replies. Apparenlty I managed to make the standalone application with bbfreeze, I still have to tune a little bit how it can pack in it also classes which are loaded dynamically, and which from a static examination of the code are not found then... I guess there will be some sort of configuration to specify, but it's already something! :-)
Regards, Alessio Pace.
On Mon, Dec 1, 2008 at 2:57 PM, Jean-Paul Calderone exarkun@divmod.comwrote:
On Mon, 1 Dec 2008 14:45:37 +0100, Alessio Pace alessio.pace@gmail.com wrote:
Hi,
I'm pretty new to Python and Twisted, and I would like to know if anyone could share some experiences in creating a standalone Unix executable for a Twisted application I'm building.
I would like in fact to distribute my application on some Unix machines (onto which I cannot install anything) which do *not* have Python and Twisted (and not even GCC).
Thank you in advance for any suggestion.
http://wiki.python.org/moin/Freeze might help. I don't have any experiences using it with Twisted to share, though.
Jean-Paul
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python