Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: kdev-python installatie  (gelezen 373 keer)

Offline MKe

  • Lid
kdev-python installatie
« Gepost op: 2013/01/25, 10:28:13 »
Hoi,

In mijn speurtocht naar een goede ide voor python ontwikkeling ben ik nu aangeland bij kdevelop. Ik wil hierbij graag de python ondersteuning installeren. De plugin die hiervoor nodig is heet kdev-python. http://scummos.blogspot.nl/2012/11/kdev-python-14-stable-released.html
Deze blijkt niet in de repo's te zitten, maar moet ik blijkbaar zelf compileren. Ik krijg echter de volgende melding als ik cmake doe:
-- Found Qt-Version 4.8.1 (using /usr/bin/qmake)
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found KDE 4.8 include dir: /usr/include
-- Found KDE 4.8 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Warning at /usr/share/kde4/apps/cmake/modules/FindKDevPlatform.cmake:40 (find_package):
  Could not find a configuration file for package "KDevPlatform" that is
  compatible with requested version "1.3.60".

  The following configuration files were considered but not accepted:

    /usr/lib/cmake/kdevplatform/KDevPlatformConfig.cmake, version: 1.3.1

Call Stack (most recent call first):
  CMakeLists.txt:15 (find_package)


CMake Error at /usr/share/kde4/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE):
  Could NOT find KDevPlatform (missing: KDevPlatform_CONFIG) (Required is at
  least version "1.3.60")
Call Stack (most recent call first):
  /usr/share/kde4/apps/cmake/modules/FindKDevPlatform.cmake:44 (find_package_handle_standard_args)
  CMakeLists.txt:15 (find_package)


-- Configuring incomplete, errors occurred!

Ik heb hierbij kdevelop geinstalleerd via de repo's. Ik gebruik Kubuntu12.04. Is het iemand gelukt om kdev-python te installeren in deze versie?

Re: kdev-python installatie
« Reactie #1 Gepost op: 2013/01/25, 10:48:49 »
Heb je ook de dev-pakketten van kdevelop geïnstalleerd?

Offline MKe

  • Lid
Re: kdev-python installatie
« Reactie #2 Gepost op: 2013/01/25, 10:55:34 »
Ja, die staat geinstalleerd.
sudo apt-get install kdevelop-dev                                                                                                                                                                                         
Reading package lists... Done                                                                                                                                                                                                               
Building dependency tree                                                                                                                                                                                                                     
Reading state information... Done                                                                                                                                                                                                           
kdevelop-dev is already the newest version.                                                                                                                                                                                                 
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded

Edit:
ff versies gechecked:
sudo apt-cache policy kdevplatform-dev
kdevplatform-dev:                                                                                                                                                                                                                           
  Installed: 1.3.1-0ubuntu1                                                                                                                                                                                                                 
  Candidate: 1.3.1-0ubuntu1                                                                                                                                                                                                                 
  Version table:                                                                                                                                                                                                                             
 *** 1.3.1-0ubuntu1 0                                                                                                                                                                                                                       
        500 http://nl.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages                                                                                                                                                             
        100 /var/lib/dpkg/status

Blijkbaar is de kdevplatform versie te oud in 12.04 :(
« Laatst bewerkt op: 2013/01/25, 11:05:15 door MKe »
Mijn blokkendoos blog: http://mke21.wordpress.com/