[web2py] Integrate PHP project with web2py

2012-01-23 Thread ganesh waghmare
Hi all, I have devloped a web2py site and I want to include chat application into it which is implemented in php. How can I include this php in web2py. Thanks..

[web2py] Re: Skype Integration

2012-01-17 Thread ganesh waghmare
not self.stopped and len(result) < num_bytes_to_read: try: read = self.socket.recv(4096) if not read: self.stop() raise ConnectionClosed . Thank You On Jan 18, 1:55 am, Massimo Di Pierro wrote:

[web2py] Skype Integration

2012-01-17 Thread ganesh waghmare
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): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner sel

[web2py] customized Web2py registration

2011-12-30 Thread ganesh waghmare
Hi, I am new to web2py and I need help... Thanks in advance for your help.!! I want to make application which is having one admin(super user) account.. I want to restrict 'only admin can register user'. So that once Admin logins to app, he will see different menus like 'Home', 'Setting', and 'Reg