Created
September 17, 2013 03:21
-
-
Save chadsten/6589697 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (.virtualenv)chadsten@chadsten-ubuntu-desktop [/var/www/roshambio] | |
| $ python socket.py | |
| Traceback (most recent call last): | |
| File "socket.py", line 1, in <module> | |
| from socketIO_client import SocketIO | |
| File "/home/chadsten/.virtualenv/local/lib/python2.7/site-packages/socketIO_client/__init__.py", line 1, in <module> | |
| import requests | |
| File "/home/chadsten/.virtualenv/local/lib/python2.7/site-packages/requests/__init__.py", line 58, in <module> | |
| from . import utils | |
| File "/home/chadsten/.virtualenv/local/lib/python2.7/site-packages/requests/utils.py", line 12, in <module> | |
| import cgi | |
| File "/usr/lib/python2.7/cgi.py", line 40, in <module> | |
| import urllib | |
| File "/usr/lib/python2.7/urllib.py", line 26, in <module> | |
| import socket | |
| File "/var/www/roshambio/socket.py", line 1, in <module> | |
| from socketIO_client import SocketIO | |
| ImportError: cannot import name SocketIO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment