Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Qt Designer bundled with Anaconda?

I am using Python 3.4 via anaconda 4.0 which has all of the pyQt4 modules packaged with it. Can I use the Qt Designer with this? When I look in /anaconda/pkgs/qt-4.8.7-1/bin there is a Qt icon called Designer, but clicking it yields nothing more than "Designer cannot be opened because of a problem".

Before you all shout at me, the similar question posted at Where is Qt designer app on mac + Anaconda? didn't help me. I tried downloading QtCreator and it doesn't seem to find any other python packages I have installed (not that I actually know what I'm doing).

If I install Qt in its entirety to get the Designer will it cause any confusion with the Qt packages I have installed under Anaconda?

like image 436
Kierran Purden Avatar asked May 24 '16 16:05

Kierran Purden


People also ask

Does Anaconda include Qt Designer?

All the source code is here. The easiest way to start is to download Anaconda, as it comes with Qt designer and PyQT inbuilt (in …

Does Anaconda include PYQT?

anaconda / packages / pyqt 7. 12 PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented as more than 35 extension modules and enables Python to be used as an alternative application development language to C++ on all supported platforms including iOS and Android.

What Python packages does Anaconda come with?

The Anaconda distribution comes with packages that can be used on Windows, Linux, and MacOS. The individual edition includes popular package names like numpy , pandas , scipy , sklearn , tensorflow , pytorch , matplotlib , and more.

What is Qt in Anaconda?

Qt helps you create connected devices, UIs & applications that run anywhere on any device, on any operating system at any time.


2 Answers

In anaconda\Library\bin there exists a designer.exe for me.

Anaconda version 4.0.0

like image 53
dofine Avatar answered Oct 06 '22 03:10

dofine


I was also looking for a QT designer on my Windows 7 which was installed Anaconda 5.1.
The easy way to run a QT designer is that:
Run "Anaconda Prompt" then type designer in the command shell. You will have a QT designer.

like image 44
Hill Avatar answered Oct 06 '22 05:10

Hill