Message 1 of 3
Python errors when trying to run HtoA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've just installed Houdini 18.5.532 and the relevant HtoA (5.6.1.0) and I'm getting this error when booting up Houdini:
Error running pythonrc.py:
File "C:/Users/steve/htoa/htoa-5.6.1.0_rf9edb5c_houdini-18.5.532/htoa-5.6.1.0_rf9edb5c_houdini-18.5.532/scripts/python/pythonrc.py", line 11
print '[htoa] HTOA environment variable already set to %s' % os.environ['HTOA']
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('[htoa] HTOA environment variable already set to %s' % os.environ['HTOA'])?And then if I, for example, try creating and Arnold ROP, I get this error:
Traceback (most recent call last):
File "Driver/arnold, opdef:/Driver/arnold?OnCreated, node /out/arnold1", line 1, in <module>
File "C:/Users/steve/htoa/htoa-5.6.1.0_rf9edb5c_houdini-18.5.532/htoa-5.6.1.0_rf9edb5c_houdini-18.5.532/scripts/python\htoa\searchpath.py", line 23, in <module>
if os.environ.has_key('ARNOLD_PROCEDURAL_PATH'):
AttributeError: '_Environ' object has no attribute 'has_key'I have attached my Houdinin env file, in case that is the source of the problem...