Hi! I have installed (through the easy intallation, not manually one) the plugin following the instructions, but when I try to launch it using the line of code:
from simplexui import runSimplexUI
runSimplexUI()
I have this error:
Error: No module named ‘simplexui’
# Traceback (most recent call last):
# File “”, line 1, in
# ModuleNotFoundError: No module named ‘simplexui’
I can’t figure out what’s wrong, I follow the procedure for the installation step by step. Could you help me please? Thanks in advance.
The unfortunate answer for this is “Do the manual install”.
Much of what could go wrong is handled by that process.
And re-reading what I wrote, step 3 of the manual install could be more clear.
It should be something like 3. Copy the "simplex.mod" file and the "simplex" folder from the zip file you downloaded into the modules folder.
Done and it is working, thank you so much for your help.
I am going to experiment with it to introduce it into my facial personal projects workflow, I am so happy and excited to do that!
Thanks again.