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
There are some limitations to buildozer while importing python modules to kivy for app building in android and iOS. The module such as request can be compiled to apps in buildozer whereas modules like beautifulsoup cannot. It seesm it has to do some thing with libraries made with C extensions.
It would be very helpful if we have a list which we can refer to before developing an app in such a way that we can select only the needed modules and avoid the unwanted ones.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Feature Request: Need a list of python modules which can or cannot use with buildozer to build apps
Feature Request: Need a list of python modules which can or cannot be used with buildozer to build apps
Jul 22, 2017
While I agree with @germn's assessment, a compromise would be to take a Pareto Principle approach: the top 200 downloaded modules from PyPi's Stats would:
(a) address the needs of a vast majority of developers.
(b) give insight into which missing recipes are likely most needed.
There are some limitations to buildozer while importing python modules to kivy for app building in android and iOS. The module such as
request
can be compiled to apps in buildozer whereas modules likebeautifulsoup
cannot. It seesm it has to do some thing with libraries made with C extensions.It would be very helpful if we have a list which we can refer to before developing an app in such a way that we can select only the needed modules and avoid the unwanted ones.
The text was updated successfully, but these errors were encountered: