-
Trying to run simpletest.py in Thonny for a Raspberry Pi Pico gives this error:
`ImportError: no module named 'board'
`
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.2 on 2024-03-28; Raspberry Pi Pico W with rp2040
```
### Code/REPL
```python
import os
import time
import ipaddress
import wifi
i…
-
Everything was working fine until I've decided to touch platforms. The program immediately froze and later I couldn't open it again with this thing. I've tried installing scripts, config, scriptconfig…
-
My OS is: Linux Mint 20.2
Kernel : Linux 5.4.0-91-generic (x86_64)
Version : #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021
Raspberry PiPico is connected, lsusb command output is: Bus 006 Device 0…
-
I recently installed Thonny from thonny.org. version Windows 11, Python 3.10.11 Tk 8.6.13
Now ClamWin Antivirus full scan claims there is an Expiro Virus version hidden in \Thonny\Lib\venv\sc…
-
Current string:
`"Thonny's Python": "Thonny Pyhton",`
Should be:
`"Thonny's Python": "Thonny Python",`
kspar updated
9 months ago
-
After you run a script by pressing "Run current script", and it saves, the popup thing that shows what the button does, stays, even after I take the mouse cursor off of the button, or even go to anoth…
-
-
When i'm trying to open a file from my micropython device (ESP32) it randomly gives me this error:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/thonny/workbench.py", l…
-
I'm trying to run the demo test with the LED colors (4.2-paho...), but I run into errors after installing the Python package. I'm not sure how to resolve it as I followed all of the instructions befor…