Advertisement
Guest User

mircx

a guest
Oct 18th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. root@mircx:~/Python-2.7.5/Twisted-14.0.0# ./setup.pu
  2. -bash: ./setup.pu: No such file or directory
  3. root@mircx:~/Python-2.7.5/Twisted-14.0.0# ./setup.py
  4. Traceback (most recent call last):
  5. File "./setup.py", line 73, in <module>
  6. main(sys.argv[1:])
  7. File "./setup.py", line 55, in main
  8. from twisted.python.dist import (
  9. File "./twisted/__init__.py", line 53, in <module>
  10. _checkRequirements()
  11. File "./twisted/__init__.py", line 37, in _checkRequirements
  12. raise ImportError(required + ": no module named zope.interface.")
  13. ImportError: Twisted requires zope.interface 3.6.0 or later: no module named zope.interface.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement