diff --git a/Cura/cura.py b/Cura/cura.py index b38495f..07b901c 100644 --- a/Cura/cura.py +++ b/Cura/cura.py @@ -70,6 +70,7 @@ def main(): if len(args) > 0: profile.putPreference('lastFile', ';'.join(args)) + #Do not import anything from Cura.gui before this spot, as the above code also needs to run in pypy. from Cura.gui import app app.CuraApp().MainLoop()