JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

Windows: No server respose 'NoneType' object has no attribute 'data' #68

Closed bofm closed 10 years ago

bofm commented 10 years ago

The error occurs on Windows:

started server on port 54732 with C:\Program Files (x86)\Python\Python34\python.exe
SublimePythonIDE: No server respose
'NoneType' object has no attribute 'data'

The interpreter path is set in SublimePython.sublime-settings:

{
     "python_interpreter": "C:/Program Files (x86)/Python/Python34/python.exe"
}
JulianEberius commented 10 years ago

Should be solved in a future update (see pull request #65). Thanks for your report and sorry for the late reply.