RomanM

RomanM

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

H13 Help problem Nov. 5, 2013, 3:49 a.m.

this problem - UnicodeDecodeError: ‘ascii’ codec can't decode byte 0xe0 in position 0: ordinal not in range(128)

fix bug - edit file ….Houdini 13.0.222\python27\lib\mimetypes.py and

try:
ctype = ctype.encode(default_encoding) # omit in 3.x!
except UnicodeEncodeError:
pass

These lines in mimetypes should simply be removed.

Rendering July 2, 2009, 4:20 a.m.

Switch off Use Standalone Mode in License Administrator.

Should help

Excuse for my English