Einswilli / KivymdStudio

Development studio for kivymd, This is not the official repository of KIVYMDSTUDIO. It is a small homemade project just for fun.
55 stars 23 forks source link

Running Problem With QTQuick #11

Open alirezaunix opened 1 year ago

alirezaunix commented 1 year ago

after installing all requirements, when I ran sudio.py, I faced this:

C:\Users\Alireza\.kvStudio\studio.sqlite
QQmlApplicationEngine failed to load component
file:///C:/Users/Alireza/KivymdStudio/qml/studio.qml:1:1: plugin cannot be loaded for module "QtQuick": Cannot load library C:\Users\Alireza\KivymdStudio\venv\lib\site-packages\PySide2\qml\QtQuick.2\qtquick2plugin.dll: The specified module could not be found.

I run it with Python 3.9

Einswilli commented 1 year ago

Have you tried reinstalling PySide2 and PyQt5?

alirezaunix commented 1 year ago

Yes, I installed it again but same issue.

alirezaunix commented 1 year ago

any comment?

Einswilli commented 10 months ago

Please clone or download the lastest version and try reinstall all requirements and re-run it again.