I've twisted Python and I'm trying to create a simple server on Eclipse and I'm getting the following error:
P>
importError: a module named zope.interface
I'm not sure how to fix it. Have not installed all the dependencies already?
Be sure that you:
- PyDev has installed
- Turn / install zope.interface and in your PYTHONPATH.
- Configured your eclipse project as a Python / Pydev project.
- The interpreter in the Eclipse Environment (Pydev Settings) is configured.
Comments
Post a Comment