Skip to content

Instantly share code, notes, and snippets.

@phonyphonecall
Created January 20, 2015 20:24
Show Gist options
  • Save phonyphonecall/6b49127c08c7bfaa6853 to your computer and use it in GitHub Desktop.
Save phonyphonecall/6b49127c08c7bfaa6853 to your computer and use it in GitHub Desktop.
Cura Error Dump - Python 2.6
$ /Library/Frameworks/Python.framework/Versions/2.6/bin/python -m Cura.cura
load preferences from /Users/Scott/Library/Application Support/Cura/dev/preferences.ini
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 122, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
File "/Users/Scott/dev/github/Cura/Cura/cura.py", line 89, in <module>
main()
File "/Users/Scott/dev/github/Cura/Cura/cura.py", line 86, in main
app.CuraApp(args).MainLoop()
File "Cura/gui/app.py", line 57, in __init__
self.afterSplashCallback()
File "Cura/gui/app.py", line 99, in afterSplashCallback
from Cura.gui import mainWindow
File "Cura/gui/mainWindow.py", line 12, in <module>
from Cura.gui import pluginPanel
File "Cura/gui/pluginPanel.py", line 115
ctrl.SetValue(value in {"TRUE",True,1})
^
SyntaxError: invalid syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment