Skip to content

Instantly share code, notes, and snippets.

@nskrypnik
Created November 5, 2013 15:50
Show Gist options
  • Save nskrypnik/7321127 to your computer and use it in GitHub Desktop.
Save nskrypnik/7321127 to your computer and use it in GitHub Desktop.
Error while trying to load .tga image
I/python (21813): Traceback (most recent call last):
I/python (21813): File "/home/niko/projects/kivyorigin/trackball/main.py", line 142, in <module>
I/python (21813): File "/home/niko/projects/android/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/app.py", line 705, in run
I/python (21813): File "/home/niko/projects/kivyorigin/trackball/main.py", line 139, in build
I/python (21813): File "/home/niko/projects/kivyorigin/trackball/main.py", line 33, in __init__
I/python (21813): File "/home/niko/projects/kivyorigin/trackball/main.py", line 56, in setup_scene
I/python (21813): File "/home/niko/projects/android/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/image/__init__.py", line 440, in __init__
I/python (21813): File "/home/niko/projects/android/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/image/__init__.py", line 628, in _set_filename
I/python (21813): File "/home/niko/projects/android/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/image/__init__.py", line 369, in load
I/python (21813): File "/home/niko/projects/android/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/image/__init__.py", line 154, in __init__
I/python (21813): File "/home/niko/projects/android/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/core/image/img_pygame.py", line 41, in load
I/python (21813): pygame.error: GL_GetAttribute not supported
I/python (21813): Python for android ended.
@aqiuxx
Copy link

aqiuxx commented Jul 21, 2016

hey, it's the same error to me, is there any solution? thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment