View Single Post
  #1  
Old 10-07-2009, 11:35 AM
kay kay is offline
Member
 
Join Date: Oct 2009
Posts: 10
ERROR: Failed to initialize python

I get the following error message, when trying to run any script:

'import site' failed; use -v for traceback
Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\PYTHON26\LIB\os.py", line 757
bs = b""
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "<string>", line 1, in ?
File "C:\Programme\WorldViz\Vizard30/python\viz.py", line 10, in ?
import os
File "C:\PYTHON26\LIB\os.py", line 757
bs = b""
^
SyntaxError: invalid syntax
** ERROR: Failed to initialize python



Apparently Vizard tries to use the Python 2.6 installation in stead of it's own installation of Python 2.4!?
Do I need to change the Python search path for Vizard 3.0?
How could this be changed?


Thanks
Reply With Quote