kdevel and python

Hello,

Anyone knows how I can turn Kdevel4 into a python IDE.
When I choose new from template I can only choose for c++

Roelof

snowman1967 wrote:

>
> Hello,
>
> Anyone knows how I can turn Kdevel4 into a python IDE.
> When I choose new from template I can only choose for c++
>
> Roelof
>
>
If you look at
http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/KDev3_KDev4_comparison_table
you can see that many languages supported in kdevelop 3 or not (yet)
supported in kdevelop 4, for the moment it is only c++ and php which works
out of the box.

The table on that page shows *3 for python which is explained as:
*3 available via a potentially unstable, unmaintained external plugin from
http://websvn.kde.org/trunk/playground/devtools/kdevelop4-extra-plugins/

you may have a look at it, I cannot comment if that plugin works or not.


openSUSE 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.5 | GeForce
9600 GT | 4GB Ram
openSUSE 11.3 64 bit | Intel Core2 Duo T9300@2.50GHz | KDE 4.5 | Quadro FX
3600M | 4GB Ram

Oke,

Then I have to find a other IDE which can work with C++ and python.

Roelof

have you looked at Pydev pluggin for eclipse? Never used it myself but supposedly it allows eclipse to work with and debug python scripts.

just a random thought

Hello,

I know Eclipse.
The only “problem” is that Eclipse has version 3.4 where the newest version is 3.6
And I ask Novell and they have no intention to update it.

Roelof

snowman1967 wrote:

>
> Hello,
>
> I know Eclipse.
> The only “problem” is that Eclipse has version 3.4 where the newest
> version is 3.6
> And I ask Novell and they have no intention to update it.
>
> Roelof
>
>
I recommend that you use the eclipse from eclipse.org there is a linux
installer which works very well. I always use that instead of the version
from the repos.


openSUSE 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.5 | GeForce
9600 GT | 4GB Ram
openSUSE 11.3 64 bit | Intel Core2 Duo T9300@2.50GHz | KDE 4.5 | Quadro FX
3600M | 4GB Ram

Installer is a misleading word, binary package is correct, installation is
very easy unpack it to the place where you want to have it installed and
make a symlink to the executable in /usr/local/bin or whatever you prefer.

openSUSE 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.5 | GeForce
9600 GT | 4GB Ram
openSUSE 11.3 64 bit | Intel Core2 Duo T9300@2.50GHz | KDE 4.5 | Quadro FX
3600M | 4GB Ram

@snowman1967 and @techwiz03:
I just wanted to report back that pydev works fine with eclipse (helios) on
my opensuse machine. Simply used the internal software installer from
eclipse with the http://pydev.org/updates url.
So it gives really a full blown python ide.
I think for me it is to much (I do only small things with python so I am
used to use kate and an interactive python shell), but I think it is a good
alternative for you snowman1967, you should give it a try.


openSUSE 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.5 | GeForce
9600 GT | 4GB Ram
openSUSE 11.3 64 bit | Intel Core2 Duo T9300@2.50GHz | KDE 4.5 | Quadro FX
3600M | 4GB Ram

Hi,

an other opportunity is to use The Eric Python IDE as python IDE.

Hope this helps