Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

cannot run #135

Closed
nelebadnjak opened this issue Nov 3, 2015 · 1 comment
Closed

cannot run #135

nelebadnjak opened this issue Nov 3, 2015 · 1 comment

Comments

@nelebadnjak
Copy link

This is output and I have ConfigParser installed correctly

nelebadnjak@laptop:~/python/kivy/kivy-designer$ python main.py
[INFO ] Kivy v1.8.0
[INFO ] [Logger ] Record log in /home/nelebadnjak/.kivy/logs/kivy_15-11-03_6.txt
[INFO ] [Factory ] 157 symbols loaded
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones
[INFO ] [Image ] Providers: img_tex, img_dds, img_pygame, img_pil, img_gif
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=3600s
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones
[INFO ] [Text ] Provider: pygame
[DEBUG ] [Cache ] register <kv.loader> with limit=500, timeout=60s
[INFO ] [Loader ] using a thread pool of 2 workers
[DEBUG ] [Cache ] register <textinput.label> with limit=None, timeout=60.0s
[DEBUG ] [Cache ] register <textinput.width> with limit=None, timeout=60.0s
[DEBUG ] [Window ] Ignored <egl_rpi> (import error)
[INFO ] [Window ] Provider: pygame(['window_egl_rpi'] ignored)
[WARNING] [WinPygame ] Video: failed (multisamples=2)
[WARNING] [WinPygame ] trying without antialiasing

[DEBUG ] [Window ] Display driver x11
[DEBUG ] [Window ] Actual window size: 800x600
[DEBUG ] [Window ] Actual color bits r8 g8 b8 a0
[DEBUG ] [Window ] Actual depth bits: 24
[DEBUG ] [Window ] Actual stencil bits: 8
[DEBUG ] [Window ] Actual multisampling samples: 0
[INFO ] [GL ] OpenGL version <2.1 Mesa 10.5.9>
[INFO ] [GL ] OpenGL vendor
[INFO ] [GL ] OpenGL renderer <Mesa DRI Intel(R) Ironlake Mobile >
[INFO ] [GL ] OpenGL parsed version: 2, 1
[INFO ] [GL ] Shading version <1.20>
[INFO ] [GL ] Texture max size <8192>
[INFO ] [GL ] Texture max units <16>
[DEBUG ] [Shader ] Fragment compiled successfully
[DEBUG ] [Shader ] Vertex compiled successfully
[DEBUG ] [ImagePygame ] Load </usr/lib/python2.7/dist-packages/kivy/data/glsl/default.png>
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
Traceback (most recent call last):
File "main.py", line 2, in
from designer.app import DesignerApp
File "/home/nelebadnjak/python/kivy/kivy-designer/designer/app.py", line 6, in
from designer.profiler import Profiler
File "/home/nelebadnjak/python/kivy/kivy-designer/designer/profiler.py", line 5, in
from kivy.properties import StringProperty, ObjectProperty,
ImportError: cannot import name ConfigParser

@dessant
Copy link
Contributor

dessant commented Nov 3, 2015

Your kivy version is old, use the latest package http://kivy.org/#download.

@dessant dessant closed this as completed Nov 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants