I installed OriginExt via Anaconda, the message states that it is in Anaconda3/lib/site-packages. I cannot find any file with the name OriginExt, furthermore when I try to install the package on the python console in Origin with the sample code:
import OriginExt as O
app = O.Application()
app.Visible = 1
It gives an error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'OriginExt'
What could be the problem?