Created
June 11, 2012 17:18
-
-
Save AphonicChaos/2911408 to your computer and use it in GitHub Desktop.
Output from running nose tests in kivy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[edwin@enigma showcase]$ python main.py | |
[INFO ] Kivy v1.3.0-dev | |
[INFO ] [Logger ] Record log in /home/edwin/.kivy/logs/kivy_12-06-11_0.txt | |
[INFO ] [Factory ] 109 symbols loaded | |
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones | |
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s | |
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones | |
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s | |
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=60s | |
[INFO ] [Text ] using <pygame> as text provider | |
[INFO ] [Window ] using <pygame> as window provider | |
[WARNING] [WinPygame ] Video: failed (multisamples=2) | |
[WARNING] [WinPygame ] trying without antialiasing | |
[INFO ] [GL ] OpenGL version <2.1 Mesa 8.0.3> | |
[INFO ] [GL ] OpenGL vendor <VMware, Inc.> | |
[INFO ] [GL ] OpenGL renderer <Gallium 0.4 on llvmpipe (LLVM 0x301)> | |
[INFO ] [GL ] Shading version <1.20> | |
[INFO ] [GL ] Texture max size <4096> | |
[INFO ] [GL ] Texture max units <16> | |
[INFO ] [GL ] OpenGL parsed version: 2, 1 | |
[INFO ] [Shader ] fragment compiled successfully | |
[INFO ] [Shader ] vertex compiled successfully | |
[DEBUG ] [ImagePygame ] Load </home/edwin/projects/kivy/kivy/data/glsl/default.png> | |
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked | |
[DEBUG ] [Atlas ] Load </home/edwin/projects/kivy/kivy/data/../data/images/defaulttheme.atlas> | |
[DEBUG ] [Atlas ] Need to load 1 images | |
[DEBUG ] [Atlas ] Load </home/edwin/projects/kivy/kivy/data/../data/images/defaulttheme-0.png> | |
[DEBUG ] [ImagePygame ] Load </home/edwin/projects/kivy/kivy/data/../data/images/defaulttheme-0.png> | |
[DEBUG ] [ImagePygame ] Load </home/edwin/projects/kivy/kivy/data/../data/images/background.jpg> | |
[INFO ] [GL ] NPOT texture support is available | |
[DEBUG ] [Cache ] register <kivy.loader> with limit=500, timeout=60s | |
[INFO ] [Loader ] using <pygame> as thread loader | |
[DEBUG ] [ImagePygame ] Load </home/edwin/projects/kivy/kivy/data/../data/logo/kivy-icon-24.png> | |
[DEBUG ] [Cache ] register <textinput.label> with limit=None, timeout=60.0s | |
[INFO ] [OSC ] using <multiprocessing> for socket | |
[DEBUG ] [Base ] Create provider from mouse | |
[DEBUG ] [Base ] Create provider from probesysfs | |
[DEBUG ] [ProbeSysfs ] found device: ETPS/2 Elantech Touchpad at /dev/input/event7 | |
[INFO ] [ProbeSysfs ] device match: /dev/input/event7 | |
[INFO ] [MTD ] Read event from </dev/input/event7> | |
[INFO ] [Base ] Start application main loop | |
Exception in thread Thread-1: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner | |
self.run() | |
File "/usr/lib/python2.7/threading.py", line 504, in run | |
self.__target(*self.__args, **self.__kwargs) | |
File "/home/edwin/projects/kivy/kivy/input/providers/mtdev.py", line 192, in _thread_run | |
_device = Device(_fn) | |
File "/home/edwin/projects/kivy/kivy/lib/mtdev.py", line 131, in __init__ | |
self._fd = os.open(filename, os.O_NONBLOCK | os.O_RDONLY) | |
OSError: [Errno 13] Permission denied: '/dev/input/event7' | |
[INFO ] [Base ] Leaving application in progress... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment