No module named os
smitty at home.com
smitty at home.com
Sat Oct 10 17:54:18 EDT 2009
More information about the Python-list mailing list
Sat Oct 10 17:54:18 EDT 2009
- Previous message (by thread): SocketServer
- Next message (by thread): No module named os
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
'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
- Previous message (by thread): SocketServer
- Next message (by thread): No module named os
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list