Supporting mixed pytauri pyinvoke and tauri rust invoke handlers in a traditional tauri app #82
rakataprime
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
Hi @rakataprime. It's not a problem with the GIL, but maybe related to the way that you launch via rust.
I'm not sure if I understand what you mean. Can you provide me with some code (or upload it as a repository on GitHub)? Also, if you can provide the full traceback, it will help me locate the issue. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have recently tried adapting the examples that both launch with python and use pyinvoke handlers almost exclusively and tried do more of a normal tauri app launched by rust not python but mixes and matches pyinvoke and rust invoke and I persistently get alot of errors like 'RuntimeError:
py_invoke_handler
raised an exception thread 'tauri-plugin-pytauri-gil-rt' panicked at [...]:py_invoke_handler
shouldn't raise exception'I think some of this may be related to launching on python vs rust and gil.
Is this going to be something that will be supported in future ?
Beta Was this translation helpful? Give feedback.
All reactions