Closed gawells closed 9 years ago
Update: my problem seems to be that I need jedi to use python 2 instead of python 3 for PyRosetta. Trying to set this in the project file with "python_interpreter_path" or the user sublimejedi settings doesn't work though.
Resolved, requires running sublime with correct LD_LIBRARY_PATH and DYLD_LIBRARY_PATH, in addition to selecting python2 in the project settings
Will this work for python modules that wrap C/C++ libraries? I'm having problems with PyRosetta (however, autocompletion does work in ipython notebooks)