Sublime Forum

Rope problem windows machine

#1

Hi,

I wonder if anyone can hep me with Rope.I installed the Rope package in order to add Python code completion to the standard modules and third party modules installed in the Python site-packages folder but is nor working.

After reading some posts I tried to adapt/extend the definitions of the config file (config.py) with:
prefs.add(‘python_path’, path.normpath(path.join(path.dirname(path.realpath(file)), ‘…/…/python26/lib/site-packages’)))
prefs.add(‘python_path’, ‘/flaskproj/venv/lib/site-packages’)

Python site-packages path:
C:\Python26\Lib\site-packages

Virtual environment (created for a flask project):
C:\Users\Paulo\flaskproj\venv

Rope project folder:
C:\Users\Paulo.ropeproject

OS: Windows7
Since I am new to Sublimetext and have some experience with Python, I will appreciate your help.
Paulo Barbosa

0 Likes