cleartonic / dq3hf

3 stars 3 forks source link

Dq3hf exe won't run #2

Open MCCoy0513 opened 1 year ago

MCCoy0513 commented 1 year ago

Hello, I've tried opening this exe and it does nothing, I looked into it deeper and it said it's a bad exe format, I tried exe fixer and it don't fix it. Just to put that out there if the dev of this is reading this

MizaGBF commented 3 months ago

A bit late but for anyone stumbling upon it, you don't need to use the executable:

  1. Install Python 3 on your computer.
  2. Download a copy of this repository (If you're new to github: Green "Code" button on top of the page, select Download as ZIP. Don't forget to extract its content.)
  3. Open a command prompt (start menu > search for cmd in Windows) or terminal (Linux, Mac, ...) and run python -m pip install PyQt5. If you get a "python isn't a valid command" or similar error message, Python is likely not set to your system PATH. Just replace it with the full path (example, C:\Python3\python.exe -m pip install PyQt5).

And you're done. Just run script.py with Python (by double-clicking it on Windows and selecting Python, not Python Launcher, or via a command prompt in the same folder: python script.py).