Re: No module named os

2009-10-10 Thread Scott David Daniels
smi...@home.com wrote: 'import site' failed; use -v for traceback Traceback (most recent call last): File "./setup.py", line 3, in import sys, os, glob ImportError: No module named os I'm trying to build a small program and I get the above error. I have had thi

Re: No module named os

2009-10-10 Thread Benjamin Peterson
home.com> writes: > I'm trying to build a small program and I get the above error. > I have had this error popup in the past while trying to build other > programs. What can I do? You're python is apparently not finding the standard library. -- http://mail.python.org/mailman/listinfo/python

No module named os

2009-10-10 Thread smitty
'import site' failed; use -v for traceback Traceback (most recent call last): File "./setup.py", line 3, in import sys, os, glob ImportError: No module named os I'm trying to build a small program and I get the above error. I have had this error popup in the p