paulwinex / pw_Houdini_VEX_Editor

Advanced Houdini VEX Editor
150 stars 17 forks source link

H 19.5 error #11

Open faddysaeed opened 10 months ago

faddysaeed commented 10 months ago

There is an error in the VEX Editor script.

Traceback (most recent call last): File "", line 1, in File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.435/houdini/python_panels/vexeditor.pypanel", line 7, in createInterface in a single file. --> File "C:\Program Files\Side Effects Software\Houdini 19.5.435\python39\lib\site-packages-forced\shiboken2\files.dir\shibokensupport__feature.py", line 142, in _import return original_import(name, *args, **kwargs) File "C:\Users/FADDY/Documents/houdini19.5/scripts/python\pw_VEX_Editor__init__.py", line 1, in import editor_panel File "C:\Program Files\Side Effects Software\Houdini 19.5.435\python39\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\feature__.py", line 142, in _import return original_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'editor_panel'

paulwinex commented 10 months ago

Sorry, this hasn't been updated for a long time. I was going to redo the project from scratch but haven't gotten around to it yet. Any way, the error looks like an incorrect installation.

faddysaeed commented 10 months ago

i installed the pw_VEX_Editor folder and hqt.py file into this folder C:\Users\FADDY\Documents\houdini19.5\scripts\python

I followed the installation video. but still same problem thank you for your time