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
 All Forums
 Origin Forum for Programming
 Forum for Python
 OriginExt packages in Origin

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
OriginUser9 Posted - 04/11/2022 : 03:56:31 AM
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?
1   L A T E S T    R E P L I E S    (Newest First)
minimax Posted - 04/11/2022 : 10:06:57 PM
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.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000