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

SublimeRope is broken #28

Closed brabadu closed 12 years ago

brabadu commented 12 years ago

For any action, that I try to perform with SublimeRope I get console

Traceback (most recent call last):
  File "./sublime_plugin.py", line 362, in run_
  File "./sublime_rope.py", line 531, in run
    ctx = ropemate.context_for(self.view)
AttributeError: 'module' object has no attribute 'context_for'

SublimeRope is installed with PackageManager, ST2 version is 2.0

JulianEberius commented 12 years ago

Hi,

Can you try to just restart ST2? I think it automatically reloads the plugin, but not the imported modules (in this case ropemate).

Julian

brabadu commented 12 years ago

Dough! It helped.

Thanks a lot :)