Replies: 1 comment 3 replies
-
Can you try switching the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm attempting to utilize the Python Scripting package to use some external libraries in Bonsai. However, I haven't been able to get an output from CreateModule when pasting the code in from the documentation. It runs without errors, but Set nor Eval seem to return anything in their visualizers. I tried to set it up on my own (KeyDown instead of Timer) and there also weren't any outputs. For reference, the CreateRuntime code worked flawlessly and the visualizers were showing the expected outputs in both the examples and my own tinkering.
Speaking of which, I was using CreateRuntime successfully until Bonsai crashed and I started getting the Delegates error seen in this comment. In case anyone else runs into this issue, adding the Python kernel as a PATH environment variable seems to have remedied that and I haven't run into any issues since.
I'd appreciate any insight on the former issue though!
Beta Was this translation helpful? Give feedback.
All reactions