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 have tried using ezsetup with no luck (it seems not everything can be > installed with it). I was hoping to find something as nice (and > complete) as Perl's CPAN but can't seem to find anything. > > Does anyone have any recommendations? > > Peace, > Chaz. > --
For windows, py2exe is the de facto standard and it works fine with Twisted. There are similar scripts for the other platforms but I'm not familiar with them, I understand py2app is the standard for OS X. Note that OS X and pretty much every version of linux ship with Python, you might re-think your need to distribute a binary and instead just use a distutils install. -- http://mail.python.org/mailman/listinfo/python-list