Replies: 4 comments 6 replies
|
If I understand correctly, the ARX module should call PyImport_ImportModule("PYRX")? |
3 replies
|
Would it not be better to have something similar to pyrx_onload, maybe pyrx_init.py? |
1 reply
|
If _host_init.py imports
I can’t load it while working uninstalled
works. I need to spend some time thinking about how to build a better build environment for me. maybe using the embedded use pyrx if there's nothing I need to test , otherwise pyrx_imp for now |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I think that when loading the ARX module, pyrx should be imported (similar to
import pyrx). This will be needed to perform additional initialization tasks such as loading commands (e.g. REPL)All reactions