-
Hii,
I faced with this error when I type import random this error occurs but for others it's fine and I found if I only write r letter after import this problem occurs on shell. Also if I try from a…
-
Hello! Do you have an idea on how to convert Fuzzy-PID in Micropython, I'm using Thonny IDE that is implemented in Raspberry Pi Pico.
-
I am using Micropython rp2-pico-20220618-v1.19.1.uf2 on Raspberry Pi Pico. I installed ssd1306py to /lib in Thonny.
The example code:
```
import ssd1306py as lcd
# init_i2c(scl, sda, width, h…
-
Hello,
Students often use the mouse to move the cursor around since they are not (yet) familiar with the keyboard.
Since version 4 of Thonny, can be set using a simple click instead of a double …
-
With V1 it gives:
```
ERROR thonny.plugins.micropython.backend: ManagementError while handling get_object_info
Traceback (most recent call last):
File "/home/annamaa/python_stuff/thonny/thon…
-
https://thonny.org/blog/2019/02/09/version_3_1_1.html#comment-4752834609
Barry Fagin:
> I had IDLE previously, installed Thonny for a class. My files open in Thonny, but I can't edit them! I have …
-
**[Original report](https://bitbucket.org/bitbucket-issue-migration\thonny-issues.zip/issue/536) by Jens Diemer (Bitbucket: [jedie](https://bitbucket.org/jedie)
GitHub: [jedie](https://github.com/jed…
-
Imported cats causes an error message when imported, however this may only be for the version without Thonny :)
-
Working with both Thonny 4.0.2 and 4.1.0 beta on Ubuntu 22.04 LTS (two different hosts).
Have freshly burnt ODroid Go (ESP32) with CircuitPython 8.1.0 or 8.2.0-beta.0.
Any attempt to use Thonny …
-
In some occasions, the expected confirmation and control bytes just don't appear.
Example: https://forum.micropython.org/viewtopic.php?f=16&t=9570&sid=70db886a6659dc07e0cae62e61080532:
```
ERRO…