Wie mache ich einen Anruf mit Skype API für mandriva?

400
joi

Ich möchte mit Skype API für Mandriva 2011 anrufen und Nachrichten senden? Ich habe Skype4Py in Ubuntu ausprobiert und es funktioniert. Skype4Py ist der einzige Skype-Wrapper, den ich für Linux gesehen habe. Weiß jemand, wie man einen Anruf tätigt und eine Nachricht für Mandriva 2011 sendet?

2

1 Antwort auf die Frage

0
joi

To run skype API in mandriva using Skype4Py, go to installer /Skype4Py/api/posix.py and change

def SkypeAPI(opts): trans = opts.pop('Transport', 'dbus') 

to

def SkypeAPI(opts): trans = opts.pop('Transport', 'x11') 

then save and build and install again your setup.py. And run again your code to (call..etc) to skype using skype4py.