[web2py] Re: Python3 and Soap

2020-02-09 Thread Massimo Di Pierro
I think you should contact the author of pysimplesoap. I do not believe it supports py3 We can fix it our side but should really be fixed upstream On Wednesday, 5 February 2020 05:59:37 UTC-8, Maurice Waka wrote: > > I also tried this link >

[web2py] Re: Python3 and Soap

2020-02-05 Thread Maurice Waka
I also tried this link https://github.com/pysimplesoap/pysimplesoap/tree/master/pysimplesoap with the same error. Regards On Saturday, July 27, 2019 at 9:29:36 PM UTC+3, Massimo Di Pierro wrote: > > web2py ships with old version of pysimplesoap in > web2py/gluon/contrib/pysimplesoap > > try

[web2py] Re: Python3 and Soap

2020-02-05 Thread Maurice Waka
Hello. I recently reinstalled ubuntu 18.04 and installed python 3.6.9. N ow on trying web2py I get teh same error: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Traceback (most recent call last): File "/home/maurice/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File

[web2py] Re: Python3 and Soap

2019-07-27 Thread Massimo Di Pierro
web2py ships with old version of pysimplesoap in web2py/gluon/contrib/pysimplesoap try replace it with https://github.com/pysimplesoap/pysimplesoap/tree/master/pysimplesoap If it works for you we can make it official On Friday, 26 July 2019 23:26:45 UTC-7, Maurizio Maccioni wrote: > > Hi

[web2py] Re: Python3 and Soap

2019-07-27 Thread Maurizio Maccioni
Hi Marcello, I'm facing the same error right now. I quite new in web2py framework. Did you figure it out? Thanks Il giorno lunedì 28 maggio 2018 04:59:16 UTC+2, Marcello ha scritto: > > Hello, > > I'm trying to create a Soap server with Python3 and web2py. > Tested with the example from