Traceback (most recent call last):
: File "main.py", line 19, in <module>
: PongApp().run()
: File "/home/tito/code/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/app.py", line 798, in run
: File "main.py", line 14, in build
: self.root = Builder.load_file('questionario.kv')
: File "/home/tito/code/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1749, in load_file
: File "/home/tito/code/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1796, in load_string
: File "/home/tito/code/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1185, in __init__
: File "/home/tito/code/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1287, in parse
: File "/home/tito/code/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1384, in parse_level
: File "/home/tito/code/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1384, in parse_level
: File "/home/tito/code/python-for-android/build/python-install/lib/python2.7/site-packages/kivy/lang.py", line 1394, in parse_level
: kivy.lang.ParserException: Parser: File "questionario.kv", line 5:
: ...
: 3: FloatLayout:
: 4: AnchorLayout:
: >> 5: anchor_y : "top"
: 6: anchor_x: "right"
: 7: BoxLayout:
: ...
: Invalid property name
: Python for android ended.
kivy.lang.ParserException: Parser: File "questionario.kv", line 5:
: ...
: 3: FloatLayout:
: 4: AnchorLayout:
: >> 5: anchor_y : "top"
: 6: anchor_x: "right"
: 7: BoxLayout:
<ROT>:
FloatLayout:
AnchorLayout:
anchor_y : "top"
anchor_x: "right"
BoxLayout:
orientation : "horizontal"
spacing: 10
size_hint: 0.4,0.1
Button:
id : "_bfr"
text : "<-----"
Button:
on_press : root.press()
id : "_aft"
text : "----->"
AnchorLayout :
anchor_x : "center"
anchor_y : "top"
ScreenManager:
id : _manager
Screen :
name : "uno"
BoxLayout :
padding : [6,root.height*0.1+20,6,20]
spacing :4
orientation : "vertical"
BoxLayout:
orientation:"horizontal"
size_hint_y : 0.05
Label :
size_hint_x: 0.1
text : "Nome :"
TextInput :
size_hint_x: 0.4
id : _name
multiline: False
Label :
size_hint_x: 0.1
text : "Cognome :"
TextInput :
size_hint_x: 0.4
id : _surname
multiline: False
BoxLayout:
padding: [6,40,6,5]
size_hint_y : 0.2
CheckBox:
group : "c"
size_hint_x : 0.25
id : _ck1
CheckBox:
group: "c"
size_hint_x : 0.25
id : _ck2
CheckBox:
group: "c"
size_hint_x : 0.25
id : _ck3
CheckBox:
group: "c"
size_hint_x : 0.25
id : _ck4
BoxLayout:
size_hint_y : 0.3
Label :
text_size : self.size
size_hint_x : 0.25
halign:"center"
valign: "top"
text: "plastica"
Label :
text_size : self.size
size_hint_x : 0.25
halign:"center"
valign: "top"
text : "carta"
Label :
text_size : self.size
size_hint_x : 0.25
halign:"center"
valign: "top"
text : "vetro"
Label :
halign:"center"
text_size : self.size
size_hint_x : 0.25
valign: "top"
text : "indifferenziata"
Label:
Screen :
name : "due"
Label:
text : "FFFFFF"
To unsubscribe from this group and all its topics, send an email to kivy-users+...@googlegroups.com.