Skip to content
New issue

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

Settings in example are faulty #5240

Merged
merged 1 commit into from
Jul 21, 2017
Merged

Settings in example are faulty #5240

merged 1 commit into from
Jul 21, 2017

Conversation

verderten
Copy link
Contributor

@verderten verderten commented Jun 26, 2017

with "true": "auto" set

File "/usr/local/lib/python3.6/dist-packages/kivy/uix/settings.py", line 975, in add_json_panel
panel = self.create_json_panel(title, config, filename, data)
File "/usr/local/lib/python3.6/dist-packages/kivy/uix/settings.py", line 1015, in create_json_panel
instance = cls(panel=panel, **str_settings)
File "/usr/local/lib/python3.6/dist-packages/kivy/uix/settings.py", line 289, in init
super(SettingItem, self).init(**kwargs)
File "/usr/local/lib/python3.6/dist-packages/kivy/uix/floatlayout.py", line 65, in init
super(FloatLayout, self).init(**kwargs)
File "/usr/local/lib/python3.6/dist-packages/kivy/uix/layout.py", line 76, in init
super(Layout, self).init(**kwargs)
File "/usr/local/lib/python3.6/dist-packages/kivy/uix/widget.py", line 337, in init
super(Widget, self).init(**kwargs)
File "kivy/_event.pyx", line 254, in kivy._event.EventDispatcher.init (/tmp/pycharm-packaging393/Kivy/kivy/_event.c:5332)
TypeError: object.init() takes no parameters

without is working as expected
also there is nothing in docs about this parameter. Outdated?

@verderten verderten changed the title Settings in example is faulty Settings in example are faulty Jun 26, 2017
@matham matham merged commit ebabf46 into kivy:master Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants