RomanM

RomanM

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

H13 Help problem 2013年11月5日3:49

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 2009年7月2日4:20

Switch off Use Standalone Mode in License Administrator.

Should help

Excuse for my English