Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. MacBook:whatbot elryry$ python main.py
  2. /Users/elryry/whatauto2/whatauto/src/whatbot/foreign/64/zope/__init__.py:3: UserWarning: Module twisted was already imported from /Users/elryry/whatauto2/whatauto/src/whatbot/foreign/twisted/__init__.py, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
  3. import pkg_resources
  4. /Users/elryry/whatauto2/whatauto/src/whatbot/foreign/64/zope/__init__.py:3: UserWarning: Module zope was already imported from /Users/elryry/whatauto2/whatauto/src/whatbot/foreign/64/zope/__init__.py, but /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python is being added to sys.path
  5. import pkg_resources
  6. Traceback (most recent call last):
  7. File "main.py", line 16, in <module>
  8. from controller import WhatBotController
  9. File "/Users/elryry/whatauto2/whatauto/src/whatbot/controller.py", line 30, in <module>
  10. from twisted.internet import reactor, ssl
  11. File "/Users/elryry/whatauto2/whatauto/src/whatbot/foreign/twisted/internet/ssl.py", line 46, in <module>
  12. from OpenSSL import SSL
  13. File "/Users/elryry/whatauto2/whatauto/src/whatbot/foreign/64/OpenSSL/__init__.py", line 12, in <module>
  14. import rand, crypto, SSL, tsafe
  15. ImportError: No module named rand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement