Qt designer ile yapılan uygulama açılmıyor

from PyQt5 import QtCore, QtGui, QtWidgets

Kodun bu kısmı çalıştırıldığında hangi hatayı verdiğini sormuştum. ImportError: No module named 'PyQt5' gibi bir hata mı veriyor?
Hayır sadece şöyle bir hata veriyor

qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
 
Hayır sadece şöyle bir hata veriyor

qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Aklımdaki bir kaç çözüm yolunu söyledim ama sizin aldığınız hata biraz daha farklı sanırım.
Ben araştırdığımda farklı çözüm yolları bulmuştum ama çoğu çalışmadı. PyQt5'in farklı sürümünü kurarak veya Python sürümünü değiştirerek çözebilirsiniz.

Ben PyQt5 dosyalarını silip bu link üzerindeki PyQt5 sürümünü indirdim ve python içerisindeki site-packages klasörüne kurdum. Sonra da pip install PyQt5 komutunu çalıştırıp çözdüm.
 
Yok hocam ne yaptıysam yine aynı hatayı alıyorum.

qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
 
Yok hocam ne yaptıysam yine aynı hatayı alıyorum.

qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
İsterseniz hatayı google üzerinde artıp bakın. Aklıma başka bir yöntem gelmedi.
 

Geri
Yukarı