Christian Wohltat

Results 66 comments of Christian Wohltat

Ok, the error is gone now. But still looks different. I does not seem to use my configuration like dark them, etc.

Seems good now. Either way i start it, the same config is used.

The Code above still has problems with and files in subfolders. I'll try to fix it later. Edit: fixed the above code. Should work now.

> Thanks for the suggestion! > > Actually it is not always clear, whether to open the file on the device or on the development machine. Some users keep and...

I don't get what's the problem with that. Can't you just copy the file to the file system on the flash into the /toto/ folder? As far as i know...

Speaking of micropython debugging, it would be useful maybe to integrate debugging capabilities from the **mpdb** project into thonny. https://github.com/bobveringa/mpdb

This was bothering me quite a lot. So i had to do something. Here is an algorithm where i tried to copy the behavior of sublime text: As far as...

This seems to happen only in 'Pygame Zero mode'. If i add `import pgzrun` and `pgzrun.go()` some of them (`circle.py`) seems to run. Others (`asteroids.py`) need more configuration and fail...

The error `NameError: name 'storage' is not defined` resulted from different pgzero versions. pip: pgzero.__version__ = '1.2.1' github: pgzero.__version__ = '1.3.dev0' After installing pgzero outside of Thonny, i could use...

It seems to be still broken in the current version Thonny 5.0.0b1-dev.