Running an external graphical interface

fabiofabio

New Member
I´m trying to make a Python script to open a GUI on top of OBS, when user clicks on a button shown in the script config screen.

I was getting an error, because OBS wouldn´t find PyQt5 module, which I (badly) solved copying the module´s folder to OBS´s script directory (any help on how to solve this problem some other way would be very welcome). Only now, I get this error (as shown in the Script Log):

[obs_text_generator.py] Traceback (most recent call last):
[obs_text_generator.py] File "C:/Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\obs_text_generator.py", line 1, in <module>
[obs_text_generator.py] from PyQt5 import QtWidgets, uic, QtCore
[obs_text_generator.py] ImportError: DLL load failed: The specified procedure could not be found.


Can somebody please help me?
 
Top