vote up 0 vote down star

I am completely 100% new to redhat. I have a little bit of experience with debian but I'm still relatively new. I'm trying to install python purple with no luck. Can anyone help me with it?

I couldnt find libpurple-dev with yum... I did find libpurple-i386

flag

38% accept rate
Not that I know much about Redhat, but you might try libpython-purple – Matthew Scharley Sep 22 at 23:58

closed as belongs on superuser.com by Jay Riggs, Oscar Reyes, Godeke, nosklo, sth Sep 24 at 22:29

1 Answer

vote up 0 vote down

Development files normally have the postfix -devel in Redhat/Fedora (but unfortunately sometimes without the lib prefix).

The package is called libpurple-devel in Fedora 11 and I think that might be true for Redhat too. Try yum search purple to search for packages.

Anyway, there seems to be no official python binding maintained by libpurple project yet, so you must probably download and compile the experimental binding on your own.

You can get the most recent version of the binding with the following command (the package subversion must be installed for that):

svn co https://garage.maemo.org/svn/carman/trunk/python-purple/

After that you can change into the newly created python-purple/ directory and read the REAME file. I hope that helps :)

link|flag
Thats probably true, but I'm not sure how to do that. – tehryan Sep 23 at 0:55
I've updated my answer. If you retrieve any error-messages while following the instructions of the README file, feel free to ask again. – tux21b Sep 23 at 1:27

Not the answer you're looking for? Browse other questions tagged or ask your own question.