Andy Bulka
Andy Bulka
So is there a solution? I once (3-4 years ago) got an earlier version of the CSharp grammar working in Python 3 but now I need the latest grammar which...
I built the fork that was never merged in (thanks @kamocyc) https://github.com/kamocyc/vscode-ag/tree/develop and replaced the `package.json` depenency section with more up to date versions. ```json "devDependencies": { "@types/clipboard": "^2.0.1", "@types/glob":...
I'm getting this error when I double click on `main.py` on my Raspberry Pico. It never used to happen. And that's a critical file - so am stuck. Thony opens...
Now opening that file `main.py` I'm getting an intermittent ``` Traceback (most recent call last): File "/Applications/Thonny.app/Contents/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__init__.py", line 1921, in __call__ return self.func(*args) File "/Applications/Thonny.app/Contents/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/thonny/workbench.py", line 1106, in dispatch_from_menu dispatch(None)...
Also now cannot open `main.y` in another subdir of my pico. And now, it gets worse... cannot delete `main.py` on my pico root directory. ``` Traceback (most recent call last):...
Ok here are the log files. The error this morning happens to be another file on the pico I can't open, so its not just main.py that has the problem....
Presumably you mean some newer (or merely current) Typescript syntax is not parsed properly? If so, I agree. I'm not sure who is maintaining the Typescript grammar anymore. I contacted...
Is this related to the fact that images are missing from the pypi page? https://pypi.org/project/terminedia/
I get the same problem with wxPython. The resulting json does not build. Removing either of the two 'six' entries does not help. My error is: ``` Building module python3-wxpython...
I added the setuptools fragment above, and now its also complaining about wheel viz. `ERROR: No matching distribution found for wheel`, which you said might happen. Could you please supply...