Pascal Chambon
Pascal Chambon
Same bug here, Iit seems that validated data should be fetched and transmitted to update...() methods, instead of being popped and deleted at lines like https://github.com/beda-software/drf-writable-nested/blob/master/drf_writable_nested/mixins.py#L36 ; thus there would...
Hello, I have had some similar troubles with a p4a/kivy application life cycle on Android. Basically, if I close the app through the "previous" button of the phone (OnePlus 3T),...
Initially, in pycryptodome, ctypes is used as fallback to cffi, because of the "ImportError: CFFI with optimize=2 fails due to pycparser bug." Is there any way to make cffi work...
This is not related to the main ctypes.pythonapi issue (which has maybe existed for very long), but if anyone needs to compile the latest pycryptodome for android, commenting out a...
For what it's worth, I've just noticed that other cross-compilation attempts to android did precisely patch "pythonapi" in ctypes, maybe it's what's missing in P4A? The post: http://mdqinc.com/blog/2011/09/cross-compiling-python-for-android/ The patch:...
@ShreeSinghi my workaround works by searching the line Setenv("PYTHONOPTIMIZE", "2") in the source tree of P4A (there are multiple occurrences) and removing these lines ; this allows non-optimized mode for...
Some other project's patch of python to support ctypes on Android is now here : https://github.com/gabomdq/ignifuga/blob/master/tools/patches/python.android.diff Copy here in case it disappears again [python.android.diff.zip](https://github.com/kivy/python-for-android/files/7229503/python.android.diff.zip)
For what it's worth : I've monkey-patched ctypes from the beginning of my main app, to force the loading of the proper python DLL, and it seems to work fine...
I've gotten this error randomly for the past weeks, mostly when trying to input text into a "save as..." combobox (the error came from the automation interface SetValue()). No idea...
I've investigated a bit, thanks to your sandboxes, I saw the difference was that vuejs circlmarkers added themselves to the markerPane! Without this, all works fine. It turns out to...