Python icon indicating copy to clipboard operation
Python copied to clipboard

Python language plugin for Light Table

Results 41 Python issues
Sort by recently updated
recently updated
newest added

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: print(2+2); And then tried to eval it with...

i am getting this error again and again....on light table while i m trying to run python code SyntaxError: invalid syntax

just a very simple code : print ("first"), have issue: Traceback (most recent call last): File "~\AppData\Local\LightTable\plugins\Python\py-src\ltmain.py", line 193, in handleEval code= compile(ensureUtf(code), ensureUtf(data[2]["name"]), 'eval') File "~\AppData\Local\LightTable\plugins\Python\py-src\ltmain.py", line 50, in...

Hi There, This project is still using an old implementation of LGTM's automated code review, which has now been disabled. To continue using automated code review, and receive checks on...

Is plant add go definition?Thanks~

enhancement

Copied from the original comment in LightTable/LightTable#1200: > OS : Debian testing > Lighttable version : 0.6.2 (64 bit) (binary version 0.8.4) > Python version : 2.7.6 > > How...

seems like LightTable doesn't find system-path python on compile

From https://github.com/LightTable/LightTable/issues/2122: The unknown file is the file that I was currently working in and trying to run the simulation from inline ![screen shot 2016-01-19 at 8 39 57 am](https://cloud.githubusercontent.com/assets/10747532/12420101/68325758-be88-11e5-9825-fd3945367832.png)...

The first commit uses autopep8 to clean up the code a little. Fixes #15. The second commit makes a couple of changes for python 3 compatibility. #24 #28 Note: a...