Created
May 28, 2013 19:43
-
-
Save geojeff/5665520 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Traceback (most recent call last): | |
File "main.py", line 67, in <module> | |
TestApp().run() | |
File "/Users/geojeff/Development/kivy/contrib/kivy/kivy/app.py", line 576, in run | |
self.load_kv(filename=self.options.get('kv_file')) | |
File "/Users/geojeff/Development/kivy/contrib/kivy/kivy/app.py", line 399, in load_kv | |
root = Builder.load_file(filename) | |
File "/Users/geojeff/Development/kivy/contrib/kivy/kivy/lang.py", line 1310, in load_file | |
return self.load_string(data, **kwargs) | |
File "/Users/geojeff/Development/kivy/contrib/kivy/kivy/lang.py", line 1347, in load_string | |
parser = Parser(content=string, filename=fn) | |
File "/Users/geojeff/Development/kivy/contrib/kivy/kivy/lang.py", line 927, in __init__ | |
self.parse(content) | |
File "/Users/geojeff/Development/kivy/contrib/kivy/kivy/lang.py", line 1000, in parse | |
objects, remaining_lines = self.parse_level(0, lines) | |
File "/Users/geojeff/Development/kivy/contrib/kivy/kivy/lang.py", line 1149, in parse_level | |
if current_property[:3] == 'on_': | |
TypeError: 'NoneType' object is not subscriptable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment