[PySide] Qt Designer is no longer shipped with the latest PySide6

Cristián Maureira-Fredes Cristian.Maureira-Fredes at qt.io
Thu May 19 14:14:14 CEST 2022


Hello,

I just tested on Windows 10 (don't have 11), and designer is there.

Please to reproduce create a new environment
and install pyside6:

% python3.exe -m venv env
% env\Scripts\activate.bat
% pip install pyside6

(that will pyside6, pyside6-essentials, pyside6-addons, and shiboken6)
Then if you look inside 'env\Scripts'
you will have pyside6-designer.exe

If that still doesn't work for you,
please file a bug report https://wiki.qt.io/Qt_for_Python/Reporting_Bugs
with the content of your 'Scripts'
and 'PySide6/' directories (from your virtual environment).

Cheers

PS: In case you were not installing, but upgrading from PySide6 6.2.x
then please uninstall and install pyside6. Due to the changes
in the package structure, pip cannot resolve the new structure
and you end up with an empty installation.
https://www.qt.io/blog/qt-for-python-details-on-the-new-6.3-release


On 5/19/22 10:50, Zhao Lee wrote:
> I tested with Python 3.9 on win11, there is no pyside6-designer
> 
> 
> 
> 
> 
> 
> 
> At 2022-05-19 00:20:28, "Cristián Maureira-Fredes" <Cristian.Maureira-Fredes at qt.io> wrote:
>>Hello,
>>
>>it has never been removed:
>>
>>% python -m venv env_test
>>% source env_test/bin/activate
>>
>>% pip install pyside6
>>Collecting pyside6
>>   Using cached PySide6-6.3.0-cp36-abi3-manylinux_2_28_x86_64.whl (65 kB)
>>Collecting PySide6-Addons==6.3.0
>>   Using cached PySide6_Addons-6.3.0-cp36-abi3-manylinux_2_28_x86_64.whl 
>>(119.9 MB)
>>Collecting PySide6-Essentials==6.3.0
>>   Using cached 
>>PySide6_Essentials-6.3.0-cp36-abi3-manylinux_2_28_x86_64.whl (76.0 MB)
>>Collecting shiboken6==6.3.0
>>   Using cached shiboken6-6.3.0-cp36-abi3-manylinux_2_28_x86_64.whl (222 kB)
>>Installing collected packages: shiboken6, PySide6-Essentials, 
>>PySide6-Addons, pyside6
>>Successfully installed PySide6-Addons-6.3.0 PySide6-Essentials-6.3.0 
>>pyside6-6.3.0 shiboken6-6.3.0
>>WARNING: You are using pip version 22.0.4; however, version 22.1 is 
>>available.
>>You should consider upgrading via the 
>>'/home/cmaureir/env_test/bin/python -m pip install --upgrade pip' command.
>>
>>% find env_test | grep pyside6-designer
>>env_test/bin/pyside6-designer
>>
>>
>>Cheers
>>
>>On 5/18/22 13:23, Zhao Lee wrote:
>>> I just found Qt Designer is no longer shipped with the latest PySide6, 
>>> I'd suggest bringing it back for convenience
>>> 
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> PySide mailing list
>>> PySide at qt-project.org
>>> https://lists.qt-project.org/listinfo/pyside
>>
>>-- 
>>Dr. Cristián Maureira-Fredes
>>R&D Manager
>>
>>The Qt Company GmbH
>>Erich-Thilo-Str. 10
>>D-12489 Berlin
>>
>>Geschäftsführer: Mika Pälsi,
>>Juha Varelius, Jouni Lintunen
>>Sitz der Gesellschaft: Berlin,
>>Registergericht: Amtsgericht
>>Charlottenburg, HRB 144331 B
>>_______________________________________________
>>PySide mailing list
>>PySide at qt-project.org
>>https://lists.qt-project.org/listinfo/pyside
> 
> 
> 
> 
> _______________________________________________
> PySide mailing list
> PySide at qt-project.org
> https://lists.qt-project.org/listinfo/pyside

-- 
Dr. Cristian Maureira-Fredes
R&D Manager

The Qt Company GmbH
Erich-Thilo-Str. 10
D-12489 Berlin

Geschäftsführer: Mika Pälsi,
Juha Varelius, Mika Harjuaho
Sitz der Gesellschaft: Berlin,
Registergericht: Amtsgericht
Charlottenburg, HRB 144331 B
--


More information about the PySide mailing list