Advertisement
Guest User

Untitled

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