JulianEberius / SublimeRope

ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
GNU General Public License v2.0
250 stars 26 forks source link

Error with creating new Rope project. #1

Closed squ1b3r closed 13 years ago

squ1b3r commented 13 years ago

I can't create new project because of error 'Exception: No module named default_config'

I just updated to last version with commit that says you fixed it but I still have this error.

JulianEberius commented 13 years ago

Hi!

Have you restarted ST2 after pulling? It caches libraries used by plugins, so the changes come into effect only after a restart. I cannot reproduce the error anymore, sorry.

Julian

squ1b3r commented 13 years ago

Hi!

Tnx! I should think about it.