YourKalamity/lazy-dsi-file-downloader-archive

Win7 Compatibility

MyTDT-Mysoft opened this issue · 4 comments

does not work on win7... can that be fixed?

It should work, could you show me the error you see when launching the file from a command prompt?

  1. Press Win + R
  2. Type cmd and hit Enter in the Run Window
  3. cd into the folder you downloaded the file to, type the file name and hit enter to run the program
  4. Copy any errors into a reply to this thread

well actually the error is a messagebox so...
image

do i lack something required? that dependency isnt directly from the .exe so i assume its either packed or extract & run something... unless that is from the C runtime...

This seems to be an issue with running the application on Windows 7 since Python dropped support for it with version 3.9
I'll try compiling the next release with python 3.8 instead since that should still be supported

In the meantime, Windows 7 users are advised to use the python version with 3.5+ (up to 3.8)

Should be fixed with c07d16e