Jean-François Auger

Results 33 comments of Jean-François Auger

I finally created a PlatformIO project to make compiling and flashing to my device easier. I’m still not entirely satisfied with the STA usage compared to the previous approach, but...

Definitely a good idea

I installed python 3.12 and built with success, but the app won't start is the Traceback if I start the NanoVNASaver: ``` ./NanoVNASaver Traceback (most recent call last): File "NanoVNASaver/__main__.py",...

it's same, and if I start the app it self I see quickly the application icon and closing

everything look like good from my point of view: ``` 8500 WARNING: These binaries will likely cause issues with code-signing and hardened runtime! 8513 INFO: checking PYZ 8513 INFO: Building...

It can be something on my machine... I try to rebuild the last working version (0.6.5) from my fork and everything compiles but in the end, the app won't start....

Is the full stack of the build, I got a few warnings, usually, we don't take care of it, but something happening... can be the clue ``` ./build-macos-app.sh + export...

I will try tonight from an empty directory, good point! I will keep you in touch. Thanks for the feedback!

Unfortunately, after remove folder, clone edit build script and build with your script. No build error. `open dist/NanoVNASaver.app` but the app starts and quickly stops (just time to see the...

I also tried the uv approach, and I was able to build and run the app.