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

Error on run app #3

Open guhbap opened 2 years ago

guhbap commented 2 years ago

after installation i run command python studio.py and get error:


file:///home/wex/.local/lib/python3.9/site-packages/PySide2/Qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1
file:///home/wex/.local/lib/python3.9/site-packages/PySide2/Qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain")
file:///home/wex/.local/lib/python3.9/site-packages/PySide2/Qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1
file:///home/wex/.local/lib/python3.9/site-packages/PySide2/Qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain")
qml: ome
file:///home/wex/KivymdStudio/qml/TabViewStyle.qml:84:5: Unable to assign TabView_QMLTYPE_8 to TabView_QMLTYPE_13
file:///home/wex/KivymdStudio/qml/studio.qml:142: ReferenceError: parent is not defined
file:///home/wex/KivymdStudio/qml/FileManager.qml:88: ReferenceError: folders is not defined
Einswilli commented 2 years ago

Have you installed all dependencies ? Please try to comment the line 142 in the studio.qml file and re-run the project

Le sam. 29 janv. 2022 à 12:07, wex335 @.***> a écrit :

after installation i run command python studio.py and get error: ``` file:///home/wex/.local/lib/python3.9/site-packages/PySide2/Qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1 file:///home/wex/.local/lib/python3.9/site-packages/PySide2/Qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain") file:///home/wex/.local/lib/python3.9/site-packages/PySide2/Qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: Failed to initialize QSettings instance. Status code is: 1 file:///home/wex/.local/lib/python3.9/site-packages/PySide2/Qt/qml/QtQuick/Dialogs/DefaultFileDialog.qml:102:33: QML Settings: The following application identifiers have not been set: QVector("organizationName", "organizationDomain") qml: ome file:///home/wex/KivymdStudio/qml/TabViewStyle.qml:84:5: Unable to assign TabView_QMLTYPE_8 to TabView_QMLTYPE_13 file:///home/wex/KivymdStudio/qml/studio.qml:142: ReferenceError: parent is not defined file:///home/wex/KivymdStudio/qml/FileManager.qml:88: ReferenceError: folders is not defined

— Reply to this email directly, view it on GitHub https://github.com/Einswilli/KivymdStudio/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOU7CQOM5TC64FNYVE55HJ3UYPJ6PANCNFSM5NC2BR4A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

Einswilli commented 2 years ago

i hope everything is ok