Xirider / LiveCode

Real-time python variable evaluation
MIT License
14 stars 2 forks source link

LiveCode for python don't work. #17

Open Endtaria opened 10 months ago

Endtaria commented 10 months ago

Hello, when I launch LiveCode for python on a python code, a new panel appear and show me those lines :

Print Output: Traceback (most recent call last): File "c:\Users\leandre.vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python\arepl_python_evaluator.py", line 11, in import astunparse File "c:\Users\leandre.vscode\extensions\xirider.livecode-1.3.10\node_modules\arepl-backend\python\astunparse__init__.py", line 3, in from six.moves import cStringIO ModuleNotFoundError: No module named 'six.moves'

I've tried to pip install six and astunparse, but they're already installed. I've searched on the internet, but nobody got the same error, so I don't know I could've done for this error, but now I cannot use the extension.

If someone could help me please.

dog2000413 commented 6 days ago
fsf678 commented 5 days ago

me too