twonds / punjab

BOSH connection manager
MIT License
183 stars 49 forks source link

ImportError: cannot import name _utilpy3 #53

Closed ankitsingh001 closed 8 years ago

ankitsingh001 commented 10 years ago

while giving command >twistd punjab exceptions are raised and following is displayed. Traceback (most recent call last): File "/usr/bin/twistd", line 14, in run() File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 27, in run app.run(runApp, ServerOptions) File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 652, in run runApp(config) File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp _SomeApplicationRunner(config).run() File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 386, in run self.application = self.createOrGetApplication() File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 446, in createOrGetApplication ser = plg.makeService(self.config.subOptions) File "/opt/punjab-master/twisted/plugins/punjab_plugin.py", line 46, in makeService return punjab.makeService(options) File "/opt/punjab-master/punjab/init.py", line 65, in makeService import httpb File "/opt/punjab-master/punjab/httpb.py", line 18, in from session import make_session File "/opt/punjab-master/punjab/session.py", line 8, in from twisted.names.srvconnect import SRVConnector File "/usr/lib/python2.7/dist-packages/twisted/names/srvconnect.py", line 11, in from twisted.names import client, dns File "/usr/lib/python2.7/dist-packages/twisted/names/client.py", line 31, in from twisted.names import dns, common File "/usr/lib/python2.7/dist-packages/twisted/names/dns.py", line 62, in from twisted.python import _utilpy3 as tputil ImportError: cannot import name _utilpy3

twonds commented 10 years ago

Can you provide the version of twisted you are using?

ankitsingh001 commented 10 years ago

I am using twistd (the Twisted daemon) 13.0.0

twonds commented 10 years ago

I was not able to replicate this issue. Have you gotten any further or have given up? Once I can replicate the issue I can help more.