Open hckr opened 7 years ago
PR #39 should solve the problem. Why don't you merge it?
Unfortunately, the Python plugin is lacking an active maintainer, let alone people to review pull requests.
Since none of the current Light Table maintainers use Python this plugin has not had much love. We need people from the community to either become maintainers of the plugin, or verify pull requests are acceptable by testing them out. Otherwise the open pull requests will continue to languish.
If anyone is interested, please feel free to get in touch with a member of the Light Table team.
had same issue with Windows 10
had same issue with Windows 10 too.. at first time when I run code it's work but after that there are same problem
That NameError
looks like the code base was written for an older version of Python (2.x) and doesn't work on Python 3.5.
Converting the whole code base to be compatible with Python 3.x may be easy or a large and difficult task. Hard to know without looking inside. There are libraries and tools to ease the process.
OS: Manjaro Linux Default Python version: 3.5.2 LT installed from AUR (package lighttable-git)
I created a file test.py with the following code:
And then tried to eval it with Ctrl+Shift+Enter, which resulted in the exception below: