Julián Ordóñez
Julián Ordóñez
Hi @Khyretos How did you get python-shell to run your exe file? I have the same problem you describe, I was able to generate an .exe for the electron application...
Hi all! Somehow I deleted my previous comment :sweat_smile: I was able to generate an executable that runs but when i try to open the session with: `ConnectHelper.session_with_chosen_probe(blocking=False, options={"chip_erase": "sector",...
Yes, when it is not packaged it works perfectly. I am going to try what you tell me, thanks!
Unfortunately it didn't work. I found that the managed packages I installed are stored in my `%APPDATA%/Local/cmsis-pack-manager` and not in the virtual enviroment as i thought  I managed to...
I have some updates too, I finally got it working. I was having this error triying to open the session in the .exe: `Target type stm32l431vctx not recognized.` So I...
Hi! Are you running the .exe in the same computer where the .py file works or is in another device? I think i had this error when I generated the...