Hello everybody,

Absolute beginner with PyQt. And already stopped after the installation. I have run into the "This application failed to start because it could not find or load the Qt platform plugin "windows" " error.

First what i try to do: i try to run PyQt5 in the 3d software Blender to create a tool panel there. For that i installed PyQt5 directly in Blender into the python directory. The PyQt5 folder is in 2.76\python\lib\site-packages\ . That way PyQt5 gets at least found. Which should be good enough to get started with some first experiments.

Unfortunately Blender crashes with the above error when i try to run the first simple script from the PyQt5 introduction tutorial in Blender. The script can be found here: http://zetcode.com/gui/pyqt5/introduction/

It also crashes with other simple scripts of that kind. So the problem seems not the script.

What i tried so far:

Gooled my ass off. Came up with the usual solutions to place libEGL.dll and qwindowsd.dll into the application path. Problem is, they already exists in the needed paths, they are part of the PyQt5 installation. As told, i have installed PyQt5 directly into the python/lib/site-packages directory for now. qwindows.dll is for example in 2.76\python\lib\site-packages\PyQt5\plugins\platforms\ . And i don't know where i should place those files elsewhere. Not that i haven't tried, but the effect was always the same.

And that was basically what i have found as a possible solution. Which has lead me to this forum now.

Blender Version: 2.76b
Blenders internal Python version is 3.4.2 (default, Dec 7 2014, 18:21:18) [MSC v.1800 64 bit (AMD64)]
PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x64.exe (64 bit because i use 64 Bit Blender here. Problem?)
Windows 7 home

The qt.conf is in \2.76\python

Qt Code:
  1. [Paths]
  2. Prefix = Lib/site-packages/PyQt5
  3. Binaries = Lib/site-packages/PyQt5
To copy to clipboard, switch view to plain text mode 

In case it plays a role, i have also native Qt installed besides PyQt5. Are there some possible conflicts with the PyQt5 installation?

And besides everything, what did i wrong here? Does somebody of you have a tip for me how to solve this problem? Every help and hint is very welcome

Kind regards

Tiles