houdini_2_ae for Houdini 21

   284   2   0
User Avatar
Member
20 posts
Joined: March 2015
Online
Hi everyone,

I tried to use Houdini_2_AE HDA in Houdini 21, but I get an error Pyside2:

Traceback (most recent call last):
File "Object/houdini_2_ae, PythonModule", line 3, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.440/houdini/python3.11libs\toolutils.py", line 1903, in createModuleFromSection
return _createModule(module_name,
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.440/houdini/python3.11libs\toolutils.py", line 1885, in _createModule
eval(code, module_dict)
File "houdini_2_ae", line 1, in <module>
ModuleNotFoundError: No module named 'PySide2'

Does anyone know what needs to be edited or have an adjusted copy of it?
User Avatar
Member
7 posts
Joined: March 2025
Offline
H21 is built around QT6, which uses Pyside6. You can either specifically instal a QT5 version of Houdini or try to replace all includes of Pyside2 with Pyside6. That's not guarantee to work as quite a few other things have also changed in QT6.
User Avatar
Member
20 posts
Joined: March 2015
Online
thanks i will try it today
  • Quick Links