No module named os

S

smitty

'import site' failed; use -v for traceback
Traceback (most recent call last):
File "./setup.py", line 3, in <module>
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 past while trying to build other
programs. What can I do?

Thanks
 
B

Benjamin Peterson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top