Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Created February 10, 2014 05:19
Show Gist options
  • Save bcomnes/23e00814d05b1d8d2b53 to your computer and use it in GitHub Desktop.
Save bcomnes/23e00814d05b1d8d2b53 to your computer and use it in GitHub Desktop.
python2.7 virtualenv error
bcomnes:~:1002 > virtualenv -p /vol/apps/user/python/python2.7.6/bin/python2.7 twoseventest
Running virtualenv with interpreter /vol/apps/user/python/python2.7.6/bin/python2.7
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/virtualenv.py", line 8, in <module>
import base64
File "/vol/apps/user/python/python2.7.6/lib/python2.7/base64.py", line 9, in <module>
import struct
File "/vol/apps/user/python/python2.7.6/lib/python2.7/struct.py", line 1, in <module>
from _struct import *
ImportError: No module named _struct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment