Rudra

Rudra

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Expressions, best practice July 7, 2013, 3:01 p.m.

Like the sound of that. Will look at that functionality. Thanks.

Houdini and Python 2.7 July 7, 2013, 2:59 p.m.

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

Expressions, best practice July 6, 2013, 2:07 p.m.

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?