Hey guys,

I'm developing an App using the Components for the Desktop and PySide and I have a problem with the import of the Components. Up till now i was only using the QT Creator for building my QML-Gui. Now I tried to use the gui in a pyside application and now i get this error when i try to start the application:

file:///Users/Hannes/Coding/PxSt/UserClient/Components/JobList_View.qml:189:5: Type ScrollAreaHelper unavailable
ScrollAreaHelper {
^

seems like pyside doesn't find the installed Desktop components. Using the QML-Viewer everything works fine. do i have to set an import path so that pyside finds the components?

regards