[web2py] Re: Skype Integration

2012-01-17 Thread ganesh waghmare
Hi massimo, code: In default.py-> import Skype accountName = skype_username accountPsw = skype_password loggedIn= False Skype.Account.OnPropertyChange = AccountOnChange MySkype = Skype.GetSkype(keypair_keyFileName) account = MySkype.GetAccount(accountName) account.LoginWithPassword(account

[web2py] Re: Skype Integration

2012-01-17 Thread Massimo Di Pierro
can you show any code? On Jan 17, 4:17 am, ganesh waghmare wrote: > Hi, > > I want to integrate skype in my web2py application. I have skypekit > downloaded from skype.com. But it gives error : "SSLError:ssl read > operation timed out" > > detailed stack trace: > Traceback (most recent call last)