Guy Dubost

googuy

About Me

Connect

LOCATION
Canada
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini not working on Mac Os Yosemite 10.10 (SOLVED) April 18, 2015, 9 a.m.

2015-04-18 8:55:25.504 AM happrentice: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.3 instead of 10.10.3. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:

thus i realized that Utility and Administrative folders were locked by root
so i
sudo chmod 777 /Applications/houdini…/Utility , same for admin folders
then
relaunch Houdini Apprentice, then pop up the Apprentice licensing
after licensing , houdini run ok , even with the error message in the console

hope it ll help

PyQT setup for Houdini 12.5 on Ubuntu 12.04 April 15, 2013, 8:46 a.m.

The error looks like either
-qt doesnt exist on your system : if u are on ubuntu as u suggested, try to instll qt4 with the apt-get command (google a bit if not familiar with it). Before that u can use the command apt-cache i think to list available packges for ur system.

- If it is installed but not in your path, add it in your path as suggested by the error.
export PATH=your-path:$PATH

Houdini12 , PyQt4 undefined symbol _PyByteArray_empty_string April 13, 2013, 10:56 a.m.

Those 2 options are only available in the congigure.py of pyqt not the one from sip. Check again the above code