I have installed Skype4Py on windows and trying to call functions mentioned in skype.py that is library of Skype4Py.
It is giving me current user's full name, handle and other informations properly. Even I am able to call to my friend via the python script.
The issue is in sending message to my Skype friend. Using below command to send message to friend:
skype = Skype4Py.Skype()
skype.SendMessage(user.handle, 'May I help you!!!')
but it is throwing arror as below:
raise SkypeError(int(errnum), errstr)
Skype4Py.errors.SkypeError: [Errno 508] CHAT: CREATE: opening a dialog to the given user failed