OpenEMM, Windows and UnicodeDecodeError
Posted: Mon Jun 02, 2008 2:33 pm
Hi there!
I was trying to install openemm under windows. it worked when the machine was running only local. then we migrated it to our domain and since that, nothing will run anymore.
anyone an idea how could this be? anything i could do?
thanks in advance,
harald
I was trying to install openemm under windows. it worked when the machine was running only local. then we migrated it to our domain and since that, nothing will run anymore.
Code: Select all
Starting up .. home is C:\OpenEMM .. found codebase .. C:\OpenEMM\bin\openemm.py
:40: UnicodeWarning: Unicode equal comparison failed to convert both arguments t
o Unicode - interpreting them as being unequal
if not path in parts:
CAUGHT EXCEPTION:
Traceback (most recent call last):
File "C:\OpenEMM\bin\openemm.py", line 132, in <module>
addpath (agn.pythonpath)
File "C:\OpenEMM\bin\openemm.py", line 42, in addpath
os.environ['PATH'] = os.path.pathsep.join (parts)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 0: ordinal
not in range(128)
thanks in advance,
harald