x64dbg / PyQt5

Compile scripts for PyQt5 (Qt 5.6.0), Python 2.7.11 and MSVC 2013.
16 stars 6 forks source link

Folder missing in releases. #2

Open techbliss opened 7 years ago

techbliss commented 7 years ago

In the releases x64/x86 there is missing a folder that gives users a error regarding plugin path. instead of PyQt5\platforms it should be PyQt5\plugins\platforms and it will not give you a error about This application failed to start because it could not find or load the Qt platform plugin "windows" in "C:\Python27\Lib\site-packages\PyQt5".

mrexodia commented 7 years ago

It's easily fixed by not putting it in site-packages and using the recommended installation method instead. On Sun, 2 Jul 2017 at 16:56, Storm Shadow notifications@github.com wrote:

In the releases x64/x86 there is missing a folder that gives users a error regarding plugin path.

instead of Lib\site-packages\PyQt5\plugins\platforms it should be Lib\site-packages\PyQt5\plugins\platforms and it will not give you a error about This application failed to start because it could not find or load the Qt platform plugin "windows" in "C:\Python27\Lib\site-packages\PyQt5".

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/x64dbg/PyQt5/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWCmXoxfc_R4VzmwGnisqLK17PDgcsKks5sJ6-EgaJpZM4OLmsE .

techbliss commented 7 years ago

Actually the recommended installation method is also affected on some OS's.

mrexodia commented 7 years ago

So is it solved or not?

techbliss commented 7 years ago

The issue is not critical, but for notice for future releases , the right folder should be applied. The need for setting your QT_QPA_PLATFORM_PLUGIN_PATH works for now. when correct folder is made, and platform folder is moved, QT_QPA_PLATFORM_PLUGIN_PATH is not needed.

mrexodia commented 7 years ago

Alright, I'll keep it open in case this ever gets fixed.