kivy / buildozer

Generic Python packager for Android and iOS
https://buildozer.readthedocs.io
MIT License
1.75k stars 504 forks source link

handling pyx files in app code #97

Open janssen opened 10 years ago

janssen commented 10 years ago

There should be some provision in buildozer to automatically process Cython files in the application code. Right now, they're left hanging until your application crashes on the device when it attempt to load the missing module. This would also help with importing Garden modules.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

alanjds commented 10 years ago

+1

tito commented 10 years ago

Yes, we are talking about the right approach to make this possible internally. Stay tuned :)

alanjds commented 10 years ago

+1