Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi, I figured out that the problem i mentioned is due to the web2py version only. I need to downgrade it to 2.17.1 . But i dont know how. Transferring the whole app to a different pythonanywhere account is an option. But that road is blocked too as i just bought an ssl certificate for this

Re: [web2py] Issue with latin /utf8 ??

2018-12-22 Thread Junior Phanter
you were encode a latin-1 string to latin-1 you have to decode latin-1 to unicode json.dumps works as response.json Em sáb, 22 de dez de 2018 às 10:16, António Ramos escreveu: > Im just trying all odds ;) > Nome works so far > > Val K escreveu em sáb, 22/12/2018 às 11:02 : > >> Why do you use

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi , Both is contained in one app. Working fine in 2.17.1 and python version 3.6.6. But not working (logging me out after payment) in 2.17.2 and python version 3.6.0. Thanks. On 22 Dec 2018 18:52, "sandeep patel" wrote: > @Arindas, > Are you using one app for Payment and one app for a web

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread sandeep patel
@Arindas, Are you using one app for Payment and one app for a web application or both of contains in one app? Thanks On Sat, Dec 22, 2018 at 6:10 PM Arindam Dasgupta wrote: > Hi Stifan, > > I have already web2py 2.17.2 installed and I dont have a option to select > python 3.6.6. In the list

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi Stifan, I have already web2py 2.17.2 installed and I dont have a option to select python 3.6.6. In the list it is displaying only 3.6 and if i select it it is displaying 3.6.0. [image: image.png] On Sat, Dec 22, 2018 at 5:52 PM 黄祥 wrote: > had you try using 2.17.2 and python version 3.6.6

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread 黄祥
had you try using 2.17.2 and python version 3.6.6 ? best regards, stifan -- 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

Re: [web2py] Issue with latin /utf8 ??

2018-12-22 Thread António Ramos
Im just trying all odds ;) Nome works so far Val K escreveu em sáb, 22/12/2018 às 11:02 : > Why do you use latin-1 instead of utf8? As far as I remember json accepts > utf8 only > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > -

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi, I just found that I am not facing the logout issue in web2py version 2.17.1 with python version 3.6.6. Whereas when I am using 2.17.2 and python version 3.6.0 , I am facing the logout issue after payment. I there a way to downgrade the web2py version to 2.17.1? [image: image.png] Regards,

Re: [web2py] Issue with latin /utf8 ??

2018-12-22 Thread Val K
Why do you use latin-1 instead of utf8? As far as I remember json accepts utf8 only -- 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

Re: [web2py] Issue with latin /utf8 ??

2018-12-22 Thread António Ramos
Any ideas how to json.dumps correctly? Junior Phanter escreveu em sex, 21/12/2018 às 17:32 : > [image: image.png] > > Em sex, 21 de dez de 2018 às 15:22, Junior Phanter > escreveu: > >> #-*-coding:utf-8-*- >> def teste(): >>x="Oito bits - informática" >>return

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi Sandeep, I am facing a serious problem while using this app. It is automatically loging me out of the application after making the payment and reaching the success page. Due to this i am not able to use session.auth.user.id variable from the success page. Do you have a solution for this?