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: No module named zope.interface" #72

Closed
timvermeulen opened this issue Aug 26, 2015 · 6 comments
Closed

"ImportError: No module named zope.interface" #72

timvermeulen opened this issue Aug 26, 2015 · 6 comments

Comments

@timvermeulen
Copy link

I'm on OS X Yosemite, have followed all the instructions, and I do reach the Syncplay configuration screen. However, when trying to join a room, VLC never opens and I get the error

ImportError: No module named zope.interface

Your official troubleshooting guide says

the trick is go to into the installed zope module and add an empty init.py file in the zope directory

but this doesn't fix anything. The same error arises when trying the mvp player. Is there anything else I can try?

@timvermeulen
Copy link
Author

Additional information: the zope directory was installed at

/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python

and not at

/usr/local/lib/python2.7/site-packages

@Et0h
Copy link
Contributor

Et0h commented Aug 26, 2015

Try installing zope at /usr/local/lib/python2.7/site-packages and/or ensure the other directory is in PYTHONPATH.

@timvermeulen
Copy link
Author

Just did that (the first) and the same error message is shown. Following the suggestion of the troubleshooting guide still doesn't help, either.

@Uriziel Uriziel closed this as completed Aug 26, 2015
@Uriziel Uriziel reopened this Aug 26, 2015
@timvermeulen
Copy link
Author

I tried all of that, and unfortunately, the error persists.

@timvermeulen
Copy link
Author

Turns out, /usr/local/lib/python2.7/site-packages wasn't in PYTHONPATH, for some reason. Adding it fixed it.

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

3 participants