Comment #6 on issue 130 by jaweiss1: 'import site' failed
http://code.google.com/p/solfege/issues/detail?id=130

I can start the python interpreter.

'import site' failed; use -v for traceback
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit  
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named os
>>> print os.environ['PYTHONPATH']
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
NameError: name 'os' is not defined


There is no variable PYTHONPATH set in the environment.

However, there is a variable PYTHONHOME that is set.  it is set to  
C:\Python25\

Thanks,

Jeff

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel

Reply via email to