kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
759 stars 238 forks source link

ImportError: dynamic module does not define module export function (PyInit_PIL__imaging) #711

Closed pythonsus closed 1 year ago

pythonsus commented 2 years ago

Versions

Describe the bug ImportError: dynamic module does not define module export function (PyInit_PIL__imaging)

To Reproduce // REPLACE ME: Add your toolchain.py .... command or a complete explanation of what you did so We can reproduce your error.

Expected behavior importError: dynamic module does not define module export function (PyInit_PIL__imaging)

Logs

Screenshots

Additional context Add any other context about the problem here.

misl6 commented 2 years ago

Hi @pythonsus,

Did you seen: https://github.com/kivy/kivy-ios/issues/644 ? If kivymd is in your requirements, you may be interested in the following workaround: https://github.com/kivy/kivy-ios/issues/644#issuecomment-996143345

pythonsus commented 1 year ago

is tehrer python 3.10 support?

misl6 commented 1 year ago

is tehrer python 3.10 support?

Python 3.10 support is available on kivy-ios master branch. Can we mark this issue as resolved and a duplicate of #644 ?

pythonsus commented 1 year ago

yes