Closed mfarooq closed 11 years ago
Thanks for reporting. What version of twisted are you running?
Versions id twisted is mentioned here.
twistd (the Twisted daemon) 12.1.0 Copyright (c) 2001-2012 Twisted Matrix Laboratories. See LICENSE for details.
Thanks, I am having a tough time replicating this but will get back to you as soon as I can.
Are you able to use mktap with any other thing like web or something else? This may need to be answered on the twisted mailing list. I can not find the error in google either.
I am installing the bosh on CentOS 6.Facing the follwoing error.
Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 647, in run config.parseOptions() File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 614, in parseOptions usage.Options.parseOptions(self, options) File "/usr/lib/python2.6/site-packages/twisted/python/usage.py", line 261, in parseOptions for (cmd, short, parser, doc) in self.subCommands: File "/usr/lib/python2.6/site-packages/twisted/application/app.py", line 631, in subCommands for plug in sorted(plugins, key=attrgetter('tapname')): --- ---
File "/usr/lib/python2.6/site-packages/twisted/plugin.py", line 213, in getPlugins
adapted = interface(plugin, None)
File "/usr/lib/python2.6/site-packages/zope/interface/interface.py", line 625, in _call_conform
return conform(self)
File "/usr/lib/python2.6/site-packages/twisted/plugin.py", line 68, in conform
return self.load()
File "/usr/lib/python2.6/site-packages/twisted/plugin.py", line 63, in load
return namedAny(self.dropin.moduleName + '.' + self.name)
File "/usr/lib/python2.6/site-packages/twisted/python/reflect.py", line 517, in namedAny
obj = getattr(obj, n)
exceptions.AttributeError: 'module' object has no attribute 'TwistedTOC'