twonds / punjab

BOSH connection manager
MIT License
183 stars 49 forks source link

Issue while installing Punjab Bosh #21

Closed mfarooq closed 11 years ago

mfarooq commented 12 years ago

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'

twonds commented 12 years ago

Thanks for reporting. What version of twisted are you running?

mfarooq commented 12 years ago

Versions id twisted is mentioned here.

twistd --version

twistd (the Twisted daemon) 12.1.0 Copyright (c) 2001-2012 Twisted Matrix Laboratories. See LICENSE for details.

twonds commented 12 years ago

Thanks, I am having a tough time replicating this but will get back to you as soon as I can.

twonds commented 12 years ago

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.