Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named audioop #1067

Closed
jacebrowning opened this issue Jun 17, 2017 · 3 comments
Closed

ImportError: No module named audioop #1067

jacebrowning opened this issue Jun 17, 2017 · 3 comments

Comments

@jacebrowning
Copy link

With requirements = hostpython2,kivy or requirements = python2,kivy, import audioop fails with:

06-17 16:57:54.328 15569 15649 I python  : Traceback (most recent call last):
06-17 16:57:54.328 15569 15649 I python  :   File ".../.buildozer/android/app/main.py", line 4, in <module>
06-17 16:57:54.328 15569 15649 I python  : ImportError: No module named audioop
@KeyWeeUsr
Copy link
Contributor

Same like with sqlite3, even audioop will either need a recipe or some flag if the code is in python source, so that's most likely why it doesn't work.

@jacebrowning
Copy link
Author

Is there any sort of guide on building recipes? I'd like to help make this work.

@KeyWeeUsr
Copy link
Contributor

Sure, you can see the documentation here. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants