amnemonic / Quansheng_UV-K5_Firmware

Quansheng UV-K5 Firmware
622 stars 125 forks source link

Need to use python3 as interpreter #11

Closed fagci closed 1 year ago

fagci commented 1 year ago

https://github.com/amnemonic/Quansheng_UV-K5_Firmware/blob/c0805755d6bdd4a425d530b5f2a8e9d199e1be67/uvmod_kitchen/build.bat#L4

There is "open with" on each script, if program is not set. For me IDE runs =)

amnemonic commented 1 year ago

How to solve this? :]

should python.exe be added before each python script?

fagci commented 1 year ago

Yes =) Because by default .py files opens by user's program. python or python3 will be sufficient.

amnemonic commented 1 year ago

Thanks, hope it's fixed with a32da1e 👍