[web2py] Re: Vue2pyj - alternative web IDE

2019-09-26 Thread Val K
Vue3pyj now uses the _dashboard password and can be used along it. Also I ported shopping cart example from vue -- 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

[web2py] Re: py4web dashboard error

2019-09-26 Thread Massimo Di Pierro
fixed On Thursday, 26 September 2019 07:48:00 UTC-7, Maurice Waka wrote: > > logging into dashboard gives me this: > > Traceback (most recent call last): File > "/home/mauricewaka/.local/lib/python3.6/site-packages/py4web/core.py", line > 310, in load token_data, self.secret,

[web2py] Re: Need a tutorial on py4web

2019-09-26 Thread Massimo Di Pierro
It does not exist but we have documentation on the web site. Should be enough to start On Thursday, 26 September 2019 02:26:46 UTC-7, Arindam Dasgupta wrote: > > Hi All, > I have some experience in web2py. Now since py4web is out in the market , > I am trying to migrate to the new framework.

[web2py] Re: py4web shell

2019-09-26 Thread Massimo Di Pierro
Fixed. please try now. On Wednesday, 25 September 2019 23:57:46 UTC-7, Massimo Di Pierro wrote: > > Oops. Will fix it tomorrow. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] xmlrpc python3 error

2019-09-26 Thread Mark
Hello, I got an error in python3.7, web2py 2.18.3. Testing the following client side code in python2.7: server = ServerProxy('https://127.0.0.1/myapp/query/call/xmlrpc', context=ssl._create_unverified_context()) server.test_xmlrpc() If web2py run in python2.7, everything is fine. If web2py run

[web2py] py4web dashboard error

2019-09-26 Thread Maurice Waka
logging into dashboard gives me this: Traceback (most recent call last): File "/home/mauricewaka/.local/lib/python3.6/site-packages/py4web/core.py", line 310, in load token_data, self.secret, algorithms=[self.algorithm]) File "/usr/lib/python3/dist-packages/jwt/api_jwt.py", line 78, in decode

[web2py] maintain session accross applications / LDAP

2019-09-26 Thread clara
Hello, I have two applications that login via common LDAP service. How could I allow the user to jump from application to application transparently without being required to login? I have seen some threads mentioning the session separate parameter and hmac key. Could someone give me some

Re: [web2py] a first py4web video tutorial - running on pythonanywhere.com

2019-09-26 Thread Lovedie JC
Great news. Py4web for mobile? On Mon, 23 Sep 2019, 08:35 Massimo Di Pierro wrote: > https://youtu.be/Wxjl_vkLAEY > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > -

[web2py] Re: How to get rid if the /init/default/ in the URL?

2019-09-26 Thread Maurice Waka
I think this is what I wanted. routers = dict( BASE=dict( default_application='myapp', default_controller='default', default_function='index', functions=dict( default=['list', 'of', 'functions', 'in', 'default.py'], foo=['list', 'of',

[web2py] Need a tutorial on py4web

2019-09-26 Thread Arindam Dasgupta
Hi All, I have some experience in web2py. Now since py4web is out in the market , I am trying to migrate to the new framework. But I am not able to find proper tutorial in Udemy or Pluralsight. Please suggest me some tutorial on py4web. Thanks in Advance. Regards, Arindam Dasgupta --

RE: [web2py] py4web questions

2019-09-26 Thread John Bannister
Thanks Massimo much appreciated and looking forward to the tutorial. Will check out the tag API in the meantime. -Original Message- From: web2py@googlegroups.com [mailto:web2py@googlegroups.com] On Behalf Of Massimo Di Pierro Sent: 26 September 2019 09:02 To: web2py-users Subject:

[web2py] py4web questions

2019-09-26 Thread Massimo Di Pierro
Good question. I will try post a tutorial in the next few days. But the idea is you associate tags to a user and then give permissions based on the tags. The tag API is very simple so I recommend you meanwhile look at the source. -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: py4web shell

2019-09-26 Thread Massimo Di Pierro
Oops. Will fix it tomorrow. -- 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