Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name _utilpy3 #53

Closed
ankitsingh001 opened this issue Jun 25, 2014 · 3 comments
Closed

ImportError: cannot import name _utilpy3 #53

ankitsingh001 opened this issue Jun 25, 2014 · 3 comments

Comments

@ankitsingh001
Copy link

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
Copy link
Owner

twonds commented Jun 25, 2014

Can you provide the version of twisted you are using?

@ankitsingh001
Copy link
Author

I am using
twistd (the Twisted daemon) 13.0.0

@twonds
Copy link
Owner

twonds commented Jul 18, 2014

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.

@twonds twonds closed this as completed Apr 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants