bri3d / VW_Flash

Flashing tools for VW AG control units over UDS. Compression, encryption, RSA bypass, and checksums are supported for Simos18.1/6/10, DQ250-MQB, DQ381-MQB, and Haldex4Motion-Gen5-MQB.
Other
304 stars 77 forks source link

how make vw_flash_gui.exe #55

Closed linlinGhost closed 2 years ago

linlinGhost commented 2 years ago

pip install py2exe python.exe setup.py py2exe pip install pyinstaller pyinstaller.exe vw_flash_gui.spec

but

Traceback (most recent call last): File "VW_Flash_GUI.py", line 10, in ModuleNotFoundError: No module named 'serial' [11792] Failed to execute script 'VW_Flash_GUI' due to unhandled exception!

bri3d commented 2 years ago

I think you need to install the requirements - pip3 install -r requirements.txt .

You can see the exact commands which produce the Release builds here:

https://github.com/bri3d/VW_Flash/blob/master/.github/workflows/python-app.yml#L33

linlinGhost commented 2 years ago

thank