You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all : I love pscript, and use it a lot in things like wuy/guy (https://github.com/manatlan/wuy). It let me build python component for vuejs ...
But I found a trouble that I can't bypass easily ...
You can't include "import pscript" in a kivy/buildozer android app.
This statement crash the kivy app when started on android. (with pscript included in buildozer specs, or pscript imported as pure python3)
I don't know why, and can't figure out how to spot the trouble (I don't know how to debug android kivy app)
It's not very important, because I'm not really need to deploy "python vue components" in an android apk webview.
But I would like to tell you about this ...
There seems to be something which broke kivy at importing time.
The text was updated successfully, but these errors were encountered:
PScript tries to extract the source code of Python code using the inspect module. But for this to work, the .py files need to be available. This is a problem when freezing apps with PyInstaller for instance. I would not be surprised if your issue is related to this too.
Hi, first of all : I love pscript, and use it a lot in things like wuy/guy (https://github.com/manatlan/wuy). It let me build python component for vuejs ...
But I found a trouble that I can't bypass easily ...
You can't include "import pscript" in a kivy/buildozer android app.
This statement crash the kivy app when started on android. (with pscript included in buildozer specs, or pscript imported as pure python3)
I don't know why, and can't figure out how to spot the trouble (I don't know how to debug android kivy app)
It's not very important, because I'm not really need to deploy "python vue components" in an android apk webview.
But I would like to tell you about this ...
There seems to be something which broke kivy at importing time.
The text was updated successfully, but these errors were encountered: