LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Installing kupfer launcher in slackware? (https://www.linuxquestions.org/questions/slackware-14/installing-kupfer-launcher-in-slackware-4175415751/)

michaelinux 07-09-2012 02:34 PM

Installing kupfer launcher in slackware?
 
I'm trying to install kupfer, i installed all the dependencies but for some reason i get this error:

bash-4.2# ./waf configure
Setting top to : /home/miguel/Desktop/kupfer-v208
Setting out to : /home/miguel/Desktop/kupfer-v208/build
Checking for program python : /usr/bin/python
Checking for python version : (2, 7, 3, 'final', 0)
Checking for program msgfmt : /usr/bin/msgfmt
Checking for program perl : /usr/bin/perl
Checking for 'intltool-merge' : /usr/bin/intltool-merge
Checking for program xml2po : /usr/bin/xml2po
Installing python modules into: /usr/local/share/kupfer
Checking for program rst2man : not found
Optional, allows: Generate and install man page
Python module gio : ok
Python module gtk : ok
Python module xdg : not found
Could not find the python module 'xdg'


I have installed pyxdg, so i guess the module is being looked for in the wrong place?, any ideas on how to solve this?

ponce 07-09-2012 03:25 PM

can it be you installed pyxdg before you upgraded python to 2.7.3 (I see you're using -current)? maybe you have to rebuild it and reinstall it.
It's like this for every other python module/program/library because if built over the old python they're in /usr/lib$LIBDIRSUFFIX/python2.6 and not /usr/lib$LIBDIRSUFFIX/python2.7.

jostber 07-09-2012 05:09 PM

Try to install pyxdg again from the Slackbuild:

sbopkg -i pyxdg

michaelinux 07-09-2012 06:42 PM

Quote:

Originally Posted by jostber (Post 4723305)
Try to install pyxdg again from the Slackbuild:

sbopkg -i pyxdg

Thank you, i installed the slackbuild and it works.


All times are GMT -5. The time now is 11:25 AM.