Packaging up a Python/Twisted Matrix application...

Felipe Almeida Lessa felipe.lessa at gmail.com
Thu Jan 4 10:40:21 EST 2007


On 1/4/07, Chaz Ginger <cginboston at hotmail.com> wrote:
> I have a rather large Python/Twisted Matrix application that will be run
> on Windows, Linux and perhaps Macs. I was wondering if there are any
> tools that can be used to create an installer that will bring in Python,
> Twisted Matrix, my application libraries and anything else I need?

I haven't tried with Twisted, but I had success in using py2exe + Inno
Setup on a program dependent on Python + ReportLab + pygtk. As both
ReportLab and pygtk got even C extensions, I don't see why this setup
wouldn't work with Twisted.

-- 
Felipe.



More information about the Python-list mailing list