[Qt-creator] Qt Creator for Python

André Pönitz andre.poenitz at Nokia.com
Tue May 11 12:45:36 CEST 2010


On Tuesday 11 May 2010 11:39:15 ext M. Bashir Al-Noimi wrote:
> Hi folks,
> 
> Recently I forced to do some web interfaces for one of my projects so I decided to learn Python because -as I read- it's easy language to learn which supports web applications (in addition to GUI/Qt application) so I need to know the following:
> 
>  1.  Does Qt Creator supports Python (I'm sure 99.999% it's not because I'm using it since earlier versions)?
>  2.  Are there any plans for supporting Python in future?
>  3.  What's most alternative IDE to Qt Creator for Python?

There is no "real" Python support in Creator.

However, there is some generic syntax highlighter in the works that also
covers Python, and Creator's debugger plugin already talks to pdb
(the Python debugger) pretty much the same way it uses gdb for C++.

Depending on your needs that might count as "some Python support".

Code completion would of course be nice, but I guess that'd be a nice
Creative Weekend project for a external contributor.

Andre'



More information about the Qt-creator-old mailing list