Daniel Henninger <jadestorm <at> nc.rr.com> writes: > You can download the new releases from www.blathersource.org as always.
Thank you very much! Both downloads worked fine. Since I am running Twisted 2.5, I had to apply the following change (not in patch format here) that I had found previously via Google: # from twisted.scripts import twistd try: from twisted.scripts import _twistd_unix as twistd except: from twisted.scripts import twistd The top line was your original (for Twisted 1.3), which gets commented, and the remaining 4 lines get added. Just an FYI in case you never saw the previous posting on this. If you include it in any future updates, you'll save those of us running Twisted 2.5 a few extra seconds. ;-) Thanks for all of your wonderful work! _______________________________________________ py-transports mailing list py-transports@blathersource.org http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports