Install Light Table, worked for python then set it up for Julia now having problems with python -


I installed the light table and it used to work with my current set-up Python. However, once I set up Julia by modifying settings: user behavior , then it does not seem to work for me and to give me an error.

It seems that the problem trying to connect to a project is that we have got: Python: File '' C: \ Program Files \ LightTable \ plugins \ python \ py-src \ Ltmain.py "'can not open: [Error 22] Invalid logic

I have checked and file is available ltmain.py

The only reason I think Julia can have a connection with is because it is the only change I made in the light table.

  Settings: User Behavior: app [(: lt.objs.style/set-skin "dark") (: lt.objs.langs.julia / julia-path "C: \\ Program Files \ Julia 0.3.0 -Previous \\ Bin \ \ Julia.exe ")]  

I know that there is a possibility of no connection with Julia, but any help can be provided which will be highly appreciated.

See this problem in the Light Table Issue Tracker:

Recommendation for a solution there:

  1. Open C: \ Program Files \ LightTable \ plugins \ python \ python_compiled.js
  2. On line 96 lt .plugins.python.escape_spaces.call (null, lt.plugins.python .py_path) lt.plugins.python.py_path
  3. Save the file and restart the light table

Credit GitHub user to find this solution to gpiancastelli


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -