You shouldn't have to. The twistfix library is supposed to patch things like that at runtime (only in memory, it doesn't modify the files on disk).
Try svn up and see if it works without the modification. If not, what version of Twisted are you using? python -c "from twisted.copyright import version; print version" --- James On 11/08/2006, at 10:07 AM, Douglas Mayle wrote: > Okay, for all those who had a similar problem, just uncommenting > this in twisted seems to work I'm not to happy with having to > modify twisted, but at least I'm working again... > > Douglas Mayle wrote: >> The current version of xmlconfig.py (in trunk and the snapshot) >> imports >> parseFile from domish. Unfortunately, >> parseFile has existed in domish since it's very first appearance in >> twisted, but has always been commented out (and still is!). This >> means >> that the current dev snapshot is unusable, no matter what twisted >> version we use >> >> I've had to update because of the MSN disconnects, but now I'm >> left out >> in the cold... >> >> Thanks for any help... >> >> Douglas Mayle >> >> _______________________________________________ >> py-transports mailing list >> [email protected] >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
