portablejim

Twisted error

May 4th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Python 2.7.3 (default, Apr 22 2013, 07:20:17)
  2. [GCC 4.7.2] on linux2
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> import twisted
  5. >>> twisted
  6. <module 'twisted' from '/usr/lib64/python2.7/site-packages/twisted/__init__.pyc'>
  7. >>> import twisted.words.protocols
  8. Traceback (most recent call last):
  9. File "<stdin>", line 1, in <module>
  10. ImportError: No module named words.protocols
  11. >>>
Advertisement
Add Comment
Please, Sign In to add comment