Closed amyreese closed 8 years ago
Affected by this error as wel
Thanks for the report. Should be fixed in new version 1.0.1 Feel free to reopen if the problem persists after updating.
Package Control shows version 1.0.1 as installed, but when I restart Sublime, I still get a similar error (except without the lstrip exception):
This issue is not closed -- new Sublime Text 3 installs are affected by this.
It appears ST3 is no longer placing it's themes inside Packages/ directory.
V1.0.1 still has this issue.
I'm looking into it as soon as possible.
Hopefully fixed in new version 1.0.2. I switched to using the same solution as SublimeLinter, which is writing out a modified version of the currently used theme to "Packages/User" instead of modifying the user's theme in-place, which is not possible if the theme resides in an unextracted package.
This is not a great solution by the way, as it unexpectedly changes user settings, and also breaks updates of the original theme the user probably installed via Package Control (the theme will still update, but changes will not propagate to the version modified by SublimePythonIDE). If anyone can come up with a better idea, I would be glad to hear it. For now the SublimeLinter solution must be enough.
I'm using the Base16 Color Schemes package to provide my preferred color scheme in Sublime, and when I installed SublimePythonIDE from package control, it generates this exception in the console:
The theme does not exist in this path because Sublime doesn't extract packages at runtime anymore.