-
Notifications
You must be signed in to change notification settings - Fork 5
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
Experimental branch broken #7
Comments
thanks |
rhoit
added a commit
that referenced
this issue
May 12, 2016
- expand user path - verify conf loader path
rhoit
added a commit
that referenced
this issue
Jun 16, 2016
- expand user path - verify conf loader path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am unable to run any of the scripts from experimental branch.
I get these errors:
Traceback (most recent call last):
File "./src/main.py", line 59, in makeGUI
self.root = main(app=self)
File "/share/git/foss-np/anubad/src/ui/home.py", line 598, in main
rc = config.main(PWD)
File "/share/git/foss-np/anubad/src/config.py", line 113, in main
rc.load()
File "/share/git/foss-np/anubad/src/config.py", line 32, in load
self.preferences = self.extract_preferences()
File "/share/git/foss-np/anubad/src/config.py", line 55, in extract_preferences
'use-system-defaults' : pref.getboolean('use-system-defaults', True),
AttributeError: 'dict' object has no attribute 'getboolean'
Traceback (most recent call last):
File "./src/main.py", line 72, in on_activate
self.root.show_all()
AttributeError: 'App' object has no attribute 'root'
The text was updated successfully, but these errors were encountered: