Replies: 4 comments 6 replies
-
If I understand correctly, the ARX module should call PyImport_ImportModule("PYRX")? |
Beta Was this translation helpful? Give feedback.
-
Would it not be better to have something similar to pyrx_onload, maybe pyrx_init.py? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Related: #288 |
Beta Was this translation helpful? Give feedback.
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)Beta Was this translation helpful? Give feedback.
All reactions