Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to create a small toolbar for pidgin.

Basically I need to add a couple of buttons that send pre-formatted messages into a group chat.

It looks like you can do this in C/Perl or TCL but can you do it in Python? It looks there is a wrapper for libpurple, but will that let me write an interface plugin?

Any help would be gratefully received as I don't want to have to dust off my Perl hat!

share|improve this question
It doesn't look like this is possible, in the end I used a different client called Spark (igniterealtime.org/projects/spark/index.jsp) which although didn't have a way to do this Python did allow me to do it very easily in Java which is my second language! – Ctrlspc Aug 16 '12 at 14:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.