Rudra
Rudra
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Expressions, best practice 2013年7月7日15:01
Like the sound of that. Will look at that functionality. Thanks.
Houdini and Python 2.7 2013年7月7日14:59
Hey guys. I have spent the whole day trying to understand what's wrong with my PyQt4<->Houdini setup and why Houdini(12.5.456) doesn't see PyQt4 libraries.
Currently python-2.7.5 from brew is on my mac(Mountain Lion) and Houdini uses 2.6.7. PyQt works perfectly while I launch any script from terminal but Houdini doesn't see libraries.
>>> import PyQt4
Traceback (most recent call last):
File “<console>”, line 1, in <module>
ImportError: No module named PyQt4
Please advice what should I do to make PyQt visible to Houdini?
Thanks
Currently python-2.7.5 from brew is on my mac(Mountain Lion) and Houdini uses 2.6.7. PyQt works perfectly while I launch any script from terminal but Houdini doesn't see libraries.
>>> import PyQt4
Traceback (most recent call last):
File “<console>”, line 1, in <module>
ImportError: No module named PyQt4
Please advice what should I do to make PyQt visible to Houdini?
Thanks
Expressions, best practice 2013年7月6日14:07
Hey Peter. Thanks for pointing that out. Can you explain a little why hscript is much faster? Is python just wrapping around hscript and HDK?