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 doesn't find virtualenv when creating new project though it's there #17

Closed cmsimike closed 12 years ago

cmsimike commented 12 years ago

Did not find a virtualenv at /Users/mike/Development/dev.example.com. Looking for path matching /Users/mike/Development/dev.example.com/lib/python*/site-packages

but in my terminal, I can say cd /Users/mike/Development/dev.example.com/lib/python2.7/site-packages and change into that directory. How can I go about debugging my issue or help you debug this issue?

zbuc commented 12 years ago

This looks the same as https://github.com/JulianEberius/SublimeRope/pull/18 give that patch a shot, it worked for me when I had this problem

JulianEberius commented 12 years ago

I guess this is fixed now. Reply if not!

Julian