Created
October 1, 2014 17:37
-
-
Save hub-cap/a49b1d957f433d4a87b1 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
(env)root@cdbproxy:~/cdbproxy/cdbproxy-endpoint# python test.py | |
(env)root@cdbproxy:~/cdbproxy/cdbproxy-endpoint# cp test.py virgo_endpoint/ | |
(env)root@cdbproxy:~/cdbproxy/cdbproxy-endpoint# python virgo_endpoint/test.py | |
Traceback (most recent call last): | |
File "virgo_endpoint/test.py", line 1, in <module> | |
from thrift.transport import TSocket | |
ImportError: No module named transport |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment