Hi David,

Thank you for your reply and advice - I will check on the toolbar. 

I think the two issues I describe are related.  For some reason the virtual 
environment isn’t being initialized, at least for the particular project 
options I chose. Down in the venv directory I see what looks like all the 
necessary libraries.  In my searches about this I have found some mentions of 
environment variable dependencies, but am still running those down. 


—
Pete Humphrey
wrhu...@icloud.com





> On Sep 7, 2023, at 2:36 AM, David Schulz <david.sch...@qt.io> wrote:
> 
> Hi Pete,
>  
> Regarding the first question:
> If there is a pip in that venv there should be an editor toolbar that allows 
> you to install PySide from the Python Package Index, if that editor toolbar 
> does not appear it sounds like a bug to me that should be reported at: 
> https://bugreports.qt.io <https://bugreports.qt.io/>.
> In the near future I would like to move the installation of required and 
> optional pip packages to the wizard.
>  
> Greetings 
> David
>  
> From: Qt-creator <qt-creator-boun...@qt-project.org 
> <mailto:qt-creator-boun...@qt-project.org>> On Behalf Of Walter Humphrey via 
> Qt-creator
> Sent: 2 September, 2023 23:43
> To: qt-creator@qt-project.org <mailto:qt-creator@qt-project.org>
> Subject: [Qt-creator] New user Creator problem
>  
> I just installed the the Qt apps and created a new project in Qt Creator.  I 
> selected Application (Qt for Python), Qt Quick Application, PySide6 ,Python 
> 3.11 (64 bit), and checked the "Create new virtual environment" box.  I added 
> a text box in the empty window and clicked the Run button.   This generated 
> an error: 
>     ModuleNotFoundError: No module named 'PySide6' 
>  
> I went into the project directory, activated venv, and installed PySide6 and 
> it ran ok.  So my first question is, why isn't venv being set up correctly?
>  
> Next I installed the QtQuick controls and dropped a Dial widget onto my 
> window.  The dial was not rendered and there is a yellow triangle next to it 
> in the Navigator.  Hovering on that brings up a message that the plugin dll 
> uses an incompatible version of the Qt library (6.5.0).
>  
> How can I fix this error so that I can create a functioning qml file that 
> uses QtQuick widgets?
>  
> Thanks in advance for your help.
>  
> -- Pete Humphrey

-- 
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to