koerismo / PBR-2-Source

A Python-powered gui for converting pbr materials into Source Engine-compatible materials.
GNU General Public License v3.0
22 stars 2 forks source link

"Specified module could not be found" #11

Closed TheNameNoOneKnew closed 3 weeks ago

TheNameNoOneKnew commented 3 weeks ago

Hello, i've recently had the need to use the tool you have developed as i am working on a tf2 skin mod, but for some reason none of the 2.0.0 and above builds work on my computer, they throw this error at me when i launch the executable (image attached below), 0.0.4 and below builds do work but they do not give me the desired results. Specified module could not be found The text in spanish reads: "the specified module could not be found"

I hope this isn't caused by me using windows 8.1, but if it is just let me know, thank you.

TheNameNoOneKnew commented 3 weeks ago

I do have python installed btw

koerismo commented 3 weeks ago

Hi! I believe this is due to the Qt framework, which is used for the interface of this program, dropping support for Windows 8 and prior. There's not too much I can do about this without downgrading to Qt 5.X, unfortunately.

koerismo commented 3 weeks ago

You might have some luck running it from source and replacing PySide6 with PySide5, but I wouldn't count on that working without tweaking some stuff.