Re: [web2py] Re: MY auth mailer not wprking please check code and send me changes?

2016-05-17 Thread Pankaj Pathak
Dear, Have a look on follwoing working code *#---** Email Setting **---* mail.settings.server = 'smtp.gmail.com:587' or 'logging' mail.settings.sender = 'x...@gmail.com' mail.settings.tls = True mail.settings.login = 'x...@gmail.com:password' *#---** Controller code **---* context = {'su

[web2py] Re: crash - session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) on 2.9.11

2015-01-19 Thread Pankaj Pathak
*Thanks to leonel Camara, * i have clean all session and clear compiled then it runs properly .. On Friday, January 16, 2015 at 11:57:48 PM UTC+5:30, Pankaj Pathak wrote: > > Ok i will defiantly try. > Thanks > On Friday, January 16, 2015 at 11:24:50 PM UTC+5:30, Leonel Câmara wro

[web2py] Re: crash - session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) on 2.9.11

2015-01-16 Thread Pankaj Pathak
Ok i will defiantly try. On Friday, January 16, 2015 at 11:24:50 PM UTC+5:30, Leonel Câmara wrote: > > No don't downgrade, delete everything in the sessions and cache folder, > clear compiled, and then upgrade. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - htt

[web2py] Re: crash - session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) on 2.9.11

2015-01-16 Thread Pankaj Pathak
Finally i have downgrade web2py 2.9.11 to 2.9.9 and its works fine. Thanks to all. On Friday, January 16, 2015 at 4:05:29 PM UTC+5:30, Pankaj Pathak wrote: > > I am facing this problem in web2py 2.9.11, Kindly suggest me for these > solution. > > Traceback (most recent call

[web2py] Re: crash - session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) on 2.9.11

2015-01-16 Thread Pankaj Pathak
Ok i am trying.. On Friday, January 16, 2015 at 5:31:24 PM UTC+5:30, Cássio Botaro wrote: > > move your app to a fresh web2py 2.9.11 and say if the same problem occurs. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: crash - session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) on 2.9.11

2015-01-16 Thread Pankaj Pathak
Yes i have upgrade just now. On Friday, January 16, 2015 at 4:47:17 PM UTC+5:30, Leonel Câmara wrote: > > Did you just upgrade to 2.9.11? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2p

Re: [web2py] Re: crash - session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) on 2.9.11

2015-01-16 Thread Pankaj Pathak
Yes sir, i have just upgrade *Pankaj Pathak* *Software Developer * *Shrideva Technomech Pvt. Ltd.* On Fri, Jan 16, 2015 at 4:47 PM, Leonel Câmara wrote: > Did you just upgrade to 2.9.11? > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Docum

[web2py] Re: crash - session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) on 2.9.11

2015-01-16 Thread Pankaj Pathak
On Friday, January 16, 2015 at 4:05:29 PM UTC+5:30, Pankaj Pathak wrote: > > I am facing this problem in web2py 2.9.11, Kindly suggest me for these > solution. > > Traceback (most recent call last): > File "/var/www/html/web2py/gluon/main.py", line 435, in ws

[web2py] crash - session_pickled = pickle.dumps(self, pickle.HIGHEST_PROTOCOL) on 2.9.11

2015-01-16 Thread Pankaj Pathak
I am facing this problem in web2py 2.9.11, Kindly suggest me for these solution. Traceback (most recent call last): File "/var/www/html/web2py/gluon/main.py", line 435, in wsgibase session.connect(request, response) File "/var/www/html/web2py/gluon/globals.py", line 932, in connect

[web2py] MMS Gateway

2013-10-04 Thread Pankaj Pathak
kindly Suggest me MMS Gateway -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "

Re: [web2py] Re: Scheduler question

2013-10-04 Thread Pankaj Pathak
Dear All, I want help to send sms with attachment, But i didn't succeed.Please help me. *Pankaj Pathak* *Software Developer * *Shrideva Technomech Pvt. Ltd.* On Fri, Oct 4, 2013 at 9:24 PM, Niphlod wrote: > > > Il giorno venerdì 4 ottobre 2013 11:31:33 UTC+2, Marin Pran

[web2py] MMS with Attachment

2013-10-04 Thread Pankaj Pathak
Dear All, I want to send sms with attachment to mobile, I have tried many sites but i didn't found proper link. kindly help me. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/l

[web2py] serial no. in SQLFORM.grid

2013-02-11 Thread Pankaj Pathak
Good noon to all, Is there any technic to set serial no in SQLGRID, i have try following code for it but i am not satisfied, db.define_table("material", Field("serial_no", writable=False,), Field("material_type", requires=IS_IN_SET(['Capax', 'Opax']), default = "

[web2py] Re: web2py book now free in PDF

2012-09-11 Thread Pankaj Pathak
thanks sir. On Tuesday, June 12, 2012 9:17:46 AM UTC-4, Massimo Di Pierro wrote: > > The official web2py book is now free for everybody: > > https://dl.dropbox.com/u/18065445/web2py/web2py_manual_4th.1.pdf > > Massimo > --