The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 Forum for Python
 OriginExt packages in Origin
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

OriginUser9

Latvia
8 Posts

Posted - 04/11/2022 :  03:56:31 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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?

minimax

351 Posts

Posted - 04/11/2022 :  10:06:57 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

OriginExt is available for Origin 2021 or later version only, AND it can be used in external Python application only.

Origin's python console cannot and need not use it.
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000