Georgios Cherouvim

ch3

About Me

EXPERTISE
Technical Director
INDUSTRY
Advertising / Motion Graphics  | Education  | Film/TV

Connect

LOCATION
Athens, Greece
WEBSITE

Houdini Skills

ADVANCED
Procedural Modeling  | Pyro FX  | Destruction FX  | Realtime FX  | VEX  | Python
INTERMEDIATE
Digital Assets  | Karma  | Lighting  | Fluids
BEGINNER
Animation  | Cloth  | Crowds  | PDG

Availability

I am available for Freelance Work

My Badges

Houdini Certified Instructor
2025

My Talks

obj-image HIVE
Data Sonification

Recent Forum Posts

Start up Errors June 19, 2026, 7:53 a.m.

Somehow previously installed python packages had gone into the system folder. After specifying a different location in the houdini.env file and installing the houdini related packages there the issue was resolved.

Start up Errors June 15, 2026, 1:20 p.m.

Hello,
It's been a while now that I get the errors below when I launch Houdini. Today I uninstalled 3 older versions that I had on my windows machine and installed the latest version 21.0.729 but I still get the errors.
I would imagine a fresh install removes any previously installed packages, dependencies and I assume Houdini's Python environment shouldn't conflict with other python environments that I may have installed on my computer.
Do I need to also uninstall all sideFX apps (license server, launcher etc) for a clean install? Is there anything else I am missing?

Thank you



A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.4.3 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.

If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.

Traceback (most recent call last): File "<string>", line 9, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/houdini/python3.11libs\hou.py", line 116977, in <module>
__finishImport()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/houdini/python3.11libs\hou.py", line 116671, in __finishImport
import houpythonportion.qt
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/houdini/python3.11libs\houpythonportion\qt\__init__.py", line 9, in <module>
from hutil.PySide import QtCore
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/houdini/python3.11libs\hutil\PySide\__init__.py", line 12, in <module>
import PySide6 as _internal_pyside
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/python311/lib/site-packages-forced\PySide6\__init__.py", line 135, in <module>
_setupQtDirectories()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/python311/lib/site-packages-forced\PySide6\__init__.py", line 75, in _setupQtDirectories
from shiboken6 import Shiboken
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/python311/lib/site-packages-forced\shiboken6\__init__.py", line 27, in <module>
from shiboken6.Shiboken import *

Open and set some values on a Python Panel July 29, 2025, 10:20 a.m.

I have made a custom Python Panel, which lives inside a folder structure and loaded using a package.json file and the $HOUDINI_PYTHON_PANEL_PATH variable and a .pypanel file in xml format.
I am trying to make a button on an HDA that open a floating window and loads my panel, but I haven't had any luck so far.

The command below opens a PythonPanel, but I can't figure out how to change the selection on the drop down menu.
panel = hou.ui.curDesktop().createFloatingPaneTab(hou.paneTabType.PythonPanel, size800, 600))

Any idea of how to do that, or if there are any example code out there?

thank you
Georgios