We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[INFO ] [Logger ] Record log in /home/pi/.kivy/logs/kivy_18-04-21_4.txt [INFO ] [Kivy ] v1.10.1.dev0, git-ae3665c, 20180421 [INFO ] [Python ] v2.7.9 (default, Sep 17 2016, 20:26:04) [GCC 4.9.2] [INFO ] [Factory ] 194 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored) [INFO ] [Text ] Provider: sdl2 [INFO ] [Window ] Provider: egl_rpi [INFO ] [GL ] Using the "OpenGL ES 2" graphics system [INFO ] [GL ] Backend used [INFO ] [GL ] OpenGL version <OpenGL ES 2.0> [INFO ] [GL ] OpenGL vendor [INFO ] [GL ] OpenGL renderer [INFO ] [GL ] OpenGL parsed version: 2, 0 [INFO ] [GL ] Shading version <OpenGL ES GLSL ES 1.00> [INFO ] [GL ] Texture max size <2048> [INFO ] [GL ] Texture max units <8> [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked [INFO ] [GL ] NPOT texture support is available [ERROR ] Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/kivy/lang/parser.py", line 464, in execute_directives mod = import('.'.join(package.split('.')[:-1])) File "/home/pi/co/mapview/init.py", line 30, in from mapview.source import MapSource File "/home/pi/co/mapview/source.py", line 8, in from mapview.downloader import Downloader File "/home/pi/co/mapview/downloader.py", line 8, in from concurrent.futures import ThreadPoolExecutor, TimeoutError, as_completed ImportError: No module named concurrent.futures Traceback (most recent call last): File "main.py", line 2077, in MainApp().run() File "/usr/local/lib/python2.7/dist-packages/kivy/app.py", line 799, in run self.load_kv(filename=self.kv_file) File "/usr/local/lib/python2.7/dist-packages/kivy/app.py", line 596, in load_kv root = Builder.load_file(rfilename) File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 301, in load_file return self.load_string(data, **kwargs) File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 368, in load_string parser = Parser(content=string, filename=fn) File "/usr/local/lib/python2.7/dist-packages/kivy/lang/parser.py", line 392, in init self.parse(content) File "/usr/local/lib/python2.7/dist-packages/kivy/lang/parser.py", line 498, in parse self.execute_directives() File "/usr/local/lib/python2.7/dist-packages/kivy/lang/parser.py", line 475, in execute_directives package) kivy.lang.parser.ParserException: Parser: File "/home/pi/co/main.kv", line 31: ... 29:#:import MDThemePicker kivymd.theme_picker.MDThemePicker 30:#:import math math
31:#:import MapSource mapview.MapSource 32: 33:#on_press: Animation(x=newposition or y=newposition).start(id) #to animate things ... Unable to import package 'mapview.MapSource'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[INFO ] [Logger ] Record log in /home/pi/.kivy/logs/kivy_18-04-21_4.txt
[INFO ] [Kivy ] v1.10.1.dev0, git-ae3665c, 20180421
[INFO ] [Python ] v2.7.9 (default, Sep 17 2016, 20:26:04)
[GCC 4.9.2]
[INFO ] [Factory ] 194 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil, img_gif (img_ffpyplayer ignored)
[INFO ] [Text ] Provider: sdl2
[INFO ] [Window ] Provider: egl_rpi
[INFO ] [GL ] Using the "OpenGL ES 2" graphics system
[INFO ] [GL ] Backend used
[INFO ] [GL ] OpenGL version <OpenGL ES 2.0>
[INFO ] [GL ] OpenGL vendor
[INFO ] [GL ] OpenGL renderer
[INFO ] [GL ] OpenGL parsed version: 2, 0
[INFO ] [GL ] Shading version <OpenGL ES GLSL ES 1.00>
[INFO ] [GL ] Texture max size <2048>
[INFO ] [GL ] Texture max units <8>
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [GL ] NPOT texture support is available
[ERROR ]
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/parser.py", line 464, in execute_directives
mod = import('.'.join(package.split('.')[:-1]))
File "/home/pi/co/mapview/init.py", line 30, in
from mapview.source import MapSource
File "/home/pi/co/mapview/source.py", line 8, in
from mapview.downloader import Downloader
File "/home/pi/co/mapview/downloader.py", line 8, in
from concurrent.futures import ThreadPoolExecutor, TimeoutError, as_completed
ImportError: No module named concurrent.futures
Traceback (most recent call last):
File "main.py", line 2077, in
MainApp().run()
File "/usr/local/lib/python2.7/dist-packages/kivy/app.py", line 799, in run
self.load_kv(filename=self.kv_file)
File "/usr/local/lib/python2.7/dist-packages/kivy/app.py", line 596, in load_kv
root = Builder.load_file(rfilename)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 301, in load_file
return self.load_string(data, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/builder.py", line 368, in load_string
parser = Parser(content=string, filename=fn)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/parser.py", line 392, in init
self.parse(content)
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/parser.py", line 498, in parse
self.execute_directives()
File "/usr/local/lib/python2.7/dist-packages/kivy/lang/parser.py", line 475, in execute_directives
package)
kivy.lang.parser.ParserException: Parser: File "/home/pi/co/main.kv", line 31:
...
29:#:import MDThemePicker kivymd.theme_picker.MDThemePicker
30:#:import math math
The text was updated successfully, but these errors were encountered: