Re: [web2py] please help testing web3py

2019-07-10 Thread Massimo Di Pierro
https://github.com/vimalloc/flask-jwt-extended/issues/238 I will fix the requirements accordingly On Wednesday, 10 July 2019 05:25:01 UTC-7, Lovedie JC wrote: > > Using ubunut 18.04lts, we are getting: > > Error Ticket: module 'jwt.exceptions' has no attribute > 'InvalidSignatureError' > > Trace

Re: [web2py] please help testing web3py

2019-07-10 Thread Lovedie JC
Using ubunut 18.04lts, we are getting: Error Ticket: module 'jwt.exceptions' has no attribute 'InvalidSignatureError' Traceback (most recent call last): File "/home/mauricewaka/web3py/web3py/core.py", line 280, in load self.local.data = jwt.decode(token_data, self.secret, algorithms=[self.a

Re: [web2py] please help testing web3py

2019-07-09 Thread Massimo Di Pierro
what do you advice about favico.ico? The _default app can easily define a route for it. @action('favcio.con') def favico(): return 'the bytes or the icon' But is this the right way to handle? Should it be a more fundamental link handled by web3py? What is the _default app is deleted? If it is a

Re: [web2py] please help testing web3py

2019-07-09 Thread Jim Steil
I believe mine was because I had an older version installed. I should have removed the old version first. -Jim On Tue, Jul 9, 2019 at 7:51 AM Carlos Costa wrote: > I was able to install, start and create app without problems on Ubuntu 19.4 > > Em ter, 9 de jul de 2019 às 09:43, Jim Steil > es

Re: [web2py] please help testing web3py

2019-07-09 Thread Lovedie JC
Working for me but getting 40 Errors on myapp, _scaffolding. On Tue, 9 Jul 2019, 15:51 Carlos Costa wrote: > I was able to install, start and create app without problems on Ubuntu 19.4 > > Em ter, 9 de jul de 2019 às 09:43, Jim Steil > escreveu: > >> Works for me now. I deleted myapps and retr

Re: [web2py] please help testing web3py

2019-07-09 Thread Carlos Costa
I was able to install, start and create app without problems on Ubuntu 19.4 Em ter, 9 de jul de 2019 às 09:43, Jim Steil escreveu: > Works for me now. I deleted myapps and retried. Didn't work, got a > database error (unfortunately, I didn't copy it). Then python3 -m pip > install --upgrade w

Re: [web2py] please help testing web3py

2019-07-09 Thread Jim Steil
Works for me now. I deleted myapps and retried. Didn't work, got a database error (unfortunately, I didn't copy it). Then python3 -m pip install --upgrade web3py. Worked after that. -Jim On Mon, Jul 8, 2019 at 11:44 PM Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > please delete th

Re: [web2py] please help testing web3py

2019-07-08 Thread Massimo Di Pierro
please delete the apps folder and let it re-create it On Sunday, 7 July 2019 22:10:47 UTC-7, Nico Zanferrari wrote: > > It runs fine on Windows 10, too. > But I'm not able to create a new user and it also complains about missing > favicon.ico. > > Nico > > Il Lun 8 Lug 2019, 01:56 黄祥 ha scritto:

Re: [web2py] please help testing web3py

2019-07-07 Thread Nico Zanferrari
It runs fine on Windows 10, too. But I'm not able to create a new user and it also complains about missing favicon.ico. Nico Il Lun 8 Lug 2019, 01:56 黄祥 ha scritto: > run well on docker container : ubuntu and mac > > best regards, > stifan > > -- > Resources: > - http://web2py.com > - http://we

Re: [web2py] please help testing web3py

2019-07-07 Thread 黄祥
run well on docker container : ubuntu and mac 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 because you

Re: [web2py] please help testing web3py

2019-07-07 Thread Massimo Di Pierro
New version posted. Pleas try again. Mind that you have to delete apps/_dashboard and apps/_default if you want them to be upgraded upon restart On Sunday, 7 July 2019 08:12:07 UTC-7, Jim S wrote: > > Same for me on Ubuntu 19.04 > > -Jim > > On Sunday, July 7, 2019 at 3:17:12 AM UTC-5, Nico Zanf

Re: [web2py] please help testing web3py

2019-07-07 Thread Jim S
Same for me on Ubuntu 19.04 -Jim On Sunday, July 7, 2019 at 3:17:12 AM UTC-5, Nico Zanferrari wrote: > > Hi Massimo, > > on a fresh VM with Windows 10 and Python 3.7.3 I've got traceback errors > starting the _dashboard: > > RuntimeError: Failure to connect, tried 5 times: > [...] > sqlite3.Oper

Re: [web2py] please help testing web3py

2019-07-07 Thread Nico Zanferrari
Hi Massimo, on a fresh VM with Windows 10 and Python 3.7.3 I've got traceback errors starting the _dashboard: RuntimeError: Failure to connect, tried 5 times: [...] sqlite3.OperationalError: unable to open database file [...] (see attachment for details) Nico Il giorno dom 7 lug 2019 alle or