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

"/data/user/0/org.gmail.gmail/files/app/libpymodules.so" not found #1309

Closed
akshayaurora opened this issue Jul 11, 2018 · 2 comments
Closed

Comments

@akshayaurora
Copy link
Member

From @farzinh on June 23, 2018 6:11

when I run my python code in buildozer there is not any problem , but when lanching apk, it crash.

it seems like this issue com from /libpymodules.so but i don't know how can I add this

ImportError: dlopen failed: library "/data/user/0/org.gmail.gmail/files/app /libpymodules.so" not found
apk_debug_log.txt
log_level2.txt

Copied from original issue: kivy/kivy#5823

@froglenn
Copy link

froglenn commented Oct 12, 2018

I'm getting this error from Google Developer Console:

10-12 04:50:15.649: I/python(12494): Android bootstrap done. __name__ is __main__ 10-12 04:50:15.650: D/InteractionController(12494): clickNoSync (1108, 473) 10-12 04:50:15.673: I/python(12494): Opening libpymodules failed: dlopen failed: library "libpymodules.so" not found 10-12 04:50:15.693: I/python(12494): Traceback (most recent call last): 10-12 04:50:15.693: I/python(12494): File "<string>", line 31, in <module> 10-12 04:50:15.694: I/python(12494): File "/data/user/0/my.app/files/lib/python2.7/site-packages/pygame_sdl2/__init__.py", line 86, in <module> 10-12 04:50:15.694: I/python(12494): from pygame_sdl2.error import * 10-12 04:50:15.694: I/python(12494): ImportError: dlopen failed: file offset for the library "/data/user/0/my.app/files/lib/python2.7/site-packages/pygame_sdl2/error.so" >= file size: 0 >= 0 10-12 04:50:15.694: I/python(12494): Run user program, change dir and execute main.py

@inclement
Copy link
Member

Closing as we've moved away form using libpymodules.so, plus I think some issues with loading it were fixed anyway.

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