-
Notifications
You must be signed in to change notification settings - Fork 51
Exception occurs when tring to eval Python code #53
Comments
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 |
That 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:
The text was updated successfully, but these errors were encountered: