On 1/4/07, Chaz Ginger <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list