Can we run CLO python script out of CLO UI?
If I put my python script lets say test.py in the CLO installed directory I can run that test.py from CLO python script window. But if I use Command Prompt(Windows OS) to run that script in python mode. I am unable to do so. I throws error as follow.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\CLO Standalone OnlineAuth\example.py", line 1, in <module>
from PythonQt import QtCore, QtGui, MarvelousDesignerAPI
ModuleNotFoundError: No module named 'PythonQt'
Can some one from community or support tell? If we can run CLO python scripts from Command Prompt(Windows OS)?
1
-
Does clo have an app for chrome os?
0
Commentaires