unitrix0

Results 26 comments of unitrix0

Thats correct yes.

> * Did you install the full version of Python separately from the Pico SDK installer? (The project generator does not work with the built-in version.) I think so... I...

``` PS C:\Program Files\Raspberry Pi\Pico SDK v1.5.1> py --list-paths -V:3.11 * C:\Program Files\Python311\python.exe ``` yes as it seems

so, the point is to re-install it?? because it is already in the PATH vriable ``` PS C:\Program Files\Raspberry Pi\Pico SDK v1.5.1> echo $env:Path.Split(';') C:\Program Files\Raspberry Pi\Pico SDK v1.5.1\picotool C:\Program...

I tried starting it this way: `& "C:\Program Files\Python311\python.exe" C:\users\mr\Documents\Pico-v1.5.1\pico-project-generator\pico_project.py --gui` which kind of succeeded, the GUI came up, but when I created the project I got this error: >...

well, it does build something, but when I copy it to the device, the display just stays black. And I can't neither build the examples... I guess I throw it...