Public bug reported:

Description:    Ubuntu 15.10
Release:        15.10
python3-kivy:
  Installé : 1.9.0-2build1
  Candidat : 1.9.0-2build1
 Table de version :
 *** 1.9.0-2build1 0
        500 http://be.archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages
        100 /var/lib/dpkg/status
Example code fails on initialization of the window provider (sdl2): 

[INFO              ] Kivy: v1.9.0
[INFO              ] Python: v3.4.3+ (default, Oct 14 2015, 16:03:50) 
[GCC 5.2.1 20151010]
[INFO              ] Factory: 173 symbols loaded
[DEBUG             ] Cache: register <kv.lang> with limit=None, timeout=None
[DEBUG             ] Cache: register <kv.image> with limit=None, timeout=60
[DEBUG             ] Cache: register <kv.atlas> with limit=None, timeout=None
[INFO              ] Image: Providers: img_tex, img_dds, img_gif, img_sdl2, 
img_pil (img_ffpyplayer ignored)
[DEBUG             ] Cache: register <kv.texture> with limit=1000, timeout=60
[DEBUG             ] Cache: register <kv.shader> with limit=1000, timeout=3600
[DEBUG             ] App: Loading kv <./osm.kv>
[DEBUG             ] App: kv <./osm.kv> not found
[DEBUG             ] Window: Ignored <egl_rpi> (import error)
[INFO              ] OSC: using <multiprocessing> for socket
[INFO              ] Window: Provider: sdl2(['window_egl_rpi'] ignored)
[DEBUG             ] Window: Ignored <x11> (import error)
[CRITICAL          ] Window: Unable to find any valuable Window provider at all!
(...)

Same code used with python 2 (after installing python-kivy) is working
correctly:

[INFO              ] Kivy: v1.9.0
[INFO              ] Python: v2.7.10 (default, Oct 14 2015, 16:09:02) 
[GCC 5.2.1 20151010]
[INFO              ] Factory: 173 symbols loaded
[DEBUG             ] Cache: register <kv.lang> with limit=None, timeout=None
[DEBUG             ] Cache: register <kv.image> with limit=None, timeout=60
[DEBUG             ] Cache: register <kv.atlas> with limit=None, timeout=None
[INFO              ] Image: Providers: img_tex, img_dds, img_gif, img_sdl2, 
img_pil (img_ffpyplayer ignored)
[DEBUG             ] Cache: register <kv.texture> with limit=1000, timeout=60
[DEBUG             ] Cache: register <kv.shader> with limit=1000, timeout=3600
[DEBUG             ] App: Loading kv <./osm.kv>
[DEBUG             ] App: kv <./osm.kv> not found
[DEBUG             ] Window: Ignored <egl_rpi> (import error)
[INFO              ] OSC: using <multiprocessing> for socket
[INFO              ] Window: Provider: sdl2(['window_egl_rpi'] ignored)
[INFO              ] GL: OpenGL version <4.5.0 NVIDIA 352.41>
[INFO              ] GL: OpenGL vendor <NVIDIA Corporation>
[INFO              ] GL: OpenGL renderer <GeForce GTX 560/PCIe/SSE2>
[INFO              ] GL: OpenGL parsed version: 4, 5
(...)

** Affects: kivy (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512114

Title:
  Kivy for Python 3 unable to initialize display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kivy/+bug/1512114/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to