[Twisted-Python] Twisted plugins and py2exe
Gabriel Rossetti
gabriel.rossetti at arimaz.com
Tue Feb 24 03:49:13 MST 2009
Hello everyone!
I used py2exe on a Twisted app of mine and I get this exception :
Traceback (most recent call last):
File "proj\service.pyc", line 1308, in connectionMade
File "proj\service.pyc", line 1640, in _register
File "proj\service.pyc", line 504, in loadPlugins
File "twisted\plugin.pyc", line 200, in getPlugins
--- <exception caught here> ---
File "twisted\plugin.pyc", line 179, in getCache
exceptions.AttributeError: ZipPath instance has no attribute 'setContent'
Has anyone ever had this problem while using plugins with Twisted and
py2exe?
Thank you,
Gabriel
More information about the Twisted-Python
mailing list