[web2py] Re: web3py -> py4web

2019-09-03 Thread mostwanted
Beautiful, can't wait for a complete project Mostwanted On Wednesday, July 24, 2019 at 7:40:27 AM UTC+2, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.com was available and the pypi package was available. > Here

[web2py] Re: web3py -> py4web

2019-09-02 Thread Klaus Zinser
For both PCs (OSX) I tried to tidy up. With AppCleaner in programs all Python (except 3.7) was removed. Whats initially coming with Apple OSX will stay and being updated. (Currently: Python 2.7.16 (v2.7.16:413a49145e, Mar 2 2019, 15:28:37) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin

[web2py] Re: web3py -> py4web

2019-09-01 Thread Massimo Di Pierro
I think this error AttributeError: type object 'DAL' has no attribute 'Field' means you have some very very old version of pydal. Is that possible? On Sunday, 1 September 2019 02:14:38 UTC-7, Klaus Zinser wrote: > > Thats was working on the Desktop: > > workflow 4) from source and install > >

[web2py] Re: web3py -> py4web

2019-09-01 Thread Klaus Zinser
Thats was working on the Desktop: workflow 4) from source and install git clone https://github.com/web2py/py4web.git cd py4web make install cd .. mkdir work cd work py4web-start apps For me thats fine and I don't want the risk to destroy. I need to make sure to keep the code actual. Nothing

[web2py] Re: web3py -> py4web

2019-08-31 Thread Massimo Di Pierro
This is my bad. We just renamed ./py4web-start to ./py4web-start app.py the reason is that windows did not understand the former. Does this solver the problems? On Saturday, 31 August 2019 14:45:14 UTC-7, Klaus Zinser wrote: > > Thanks Val, thanks Massimo, > as there was the chance to tidy up

[web2py] Re: web3py -> py4web

2019-08-31 Thread Klaus Zinser
Thanks Val, thanks Massimo, as there was the chance to tidy up I took the approach from Massimo. First I tried py4web-start apps -> working ./py4web-start apps -> not working Then I tried to tidy up. Most realistic I #1 deleted the venv (virtual environment), #2 removed the folder #3

[web2py] Re: web3py -> py4web

2019-08-31 Thread Massimo Di Pierro
I believe you have two (or three) versions installed. One installed from pip and one local (downloaded from github). when you start it with py4web-start apps (without the ./ you are using the pip installed one) when you start it with ./py4web-start apps you are using the git one. If

[web2py] Re: web3py -> py4web

2019-08-31 Thread Val K
Yeah, I had the same issue, because there is no apps/__init__.py in the repo - just create it! -- 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

[web2py] Re: web3py -> py4web

2019-08-31 Thread pollwerk
Using: python3 -m pip install py4web --upgrade worked. But i was unsucessful with these two commands: source bin/activate ./py4web-start apps / Then I used: git clone https://github.com/web2py/py4web.git cd py4web python3 -m pip install -r requirements.txt python3 setup.py

[web2py] Re: web3py -> py4web

2019-08-26 Thread En Ware
hmm , I just tried from pip and works find python3 -m pip install py4web --upgrade source bin/activate ./py4web-start apps / ██╗ ██╗ ██╗██╗ ██╗██╗██╗███╗██╗ ██╔══██╗╚██╗ ██╔╝██║ ██║██║██║██╔╝██╔══██╗ ██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗ ██╔╝ ██╔═══╝

[web2py] Re: web3py -> py4web

2019-08-21 Thread 'Annet' via web2py-users
> python3 setup.py install > I installed py4web from source: git clone https://github.com/web2py/py4web.gitcd py4web python3 -m pip install -r requirements.txt python3 setup.py install Running the last statement gives the following errors: byte-compiling

[web2py] Re: web3py -> py4web

2019-08-15 Thread VP
py4web is a great name. Just on the first page of documentation, but I like what I am reading a lot. On Wednesday, July 24, 2019 at 12:40:27 AM UTC-5, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.com was

Re: [web2py] Re: web3py -> py4web

2019-08-12 Thread Massimo Di Pierro
Not yet. Will create one eventually but want to finish a couple of features with support with this community On Monday, 12 August 2019 07:38:46 UTC-7, En Ware wrote: > > Is there an IRC channel for py4web yet ? or an official group ? > > On Tuesday, July 30, 2019 at 1:38:05 AM UTC-5, Massimo Di

Re: [web2py] Re: web3py -> py4web

2019-08-12 Thread En Ware
Is there an IRC channel for py4web yet ? or an official group ? On Tuesday, July 30, 2019 at 1:38:05 AM UTC-5, Massimo Di Pierro wrote: > > to be clear... most of the docs is backported by web2py + explanation of > sessions and @action decorator. > Most of the new features are still

[web2py] Re: web3py -> py4web

2019-07-30 Thread Massimo Di Pierro
you have to run python3 setup.py install On Tuesday, 30 July 2019 10:59:36 UTC-7, En Ware wrote: > > when using py4web source , py4web-start is missing. from pip py4web-start > exists. > > > On Wednesday, July 24, 2019 at 12:40:27 AM UTC-5, Massimo Di Pierro wrote: >> >> OK. I know. I am

[web2py] Re: web3py -> py4web

2019-07-30 Thread En Ware
in the documentation for http://py4web.com/_documentation/static/index.html#chapter-02. datetime.datime.now() (should that be datetime.datetime.now() ? On Tuesday, July 30, 2019 at 12:59:36 PM UTC-5, En Ware wrote: > > when using py4web source , py4web-start is missing. from pip py4web-start

[web2py] Re: web3py -> py4web

2019-07-30 Thread En Ware
when using py4web source , py4web-start is missing. from pip py4web-start exists. On Wednesday, July 24, 2019 at 12:40:27 AM UTC-5, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.com was available and the pypi

Re: [web2py] Re: web3py -> py4web

2019-07-30 Thread villas
On Tuesday, 30 July 2019 07:35:08 UTC+1, Massimo Di Pierro wrote: > > I did not know about this. It has a cost. I'd rather not pay for it. > 1. Just so you know, from GitBook Pricing page: > GitBook is free for open-source & non-profit teams > 2. Markdown

Re: [web2py] Re: web3py -> py4web

2019-07-30 Thread Massimo Di Pierro
to be clear... most of the docs is backported by web2py + explanation of sessions and @action decorator. Most of the new features are still undocumented or poorly documented unfortunately. Namely pydal.restapi, auth plugins, Form, and Will try my best in the next few days. On Monday, 29 July

Re: [web2py] Re: web3py -> py4web

2019-07-30 Thread Massimo Di Pierro
*from pydal.restapi import RestAPI, Policy* On Monday, 29 July 2019 14:13:50 UTC-7, Tito Garrido wrote: > > I am trying to reproduce the RestAPI example: > > > > *>>> print (pydal.__version__)19.05.11>>> from pydal.dbapi import RestAPI, > Policy* > Traceback (most recent call last): > File "",

Re: [web2py] Re: web3py -> py4web

2019-07-30 Thread Massimo Di Pierro
I did not know about this. It has a cost. I'd rather not pay for it. But I am thinking that perhaps we should move away from markmin and use markdown. Markmin is better but if we follow a more established standard we can use more tools. Also the book chapters can be used as README.md for the

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread Tito Garrido
I am trying to reproduce the RestAPI example: *>>> print (pydal.__version__)19.05.11>>> from pydal.dbapi import RestAPI, Policy* Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'pydal.dbapi' What am I missing? On Mon, Jul 29, 2019 at 10:43 AM

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread António Ramos
Why not using gitbook to create the documentation ??? repos already using gitbook... https://guide.elm-lang.org/ https://docs.feathersjs.com/# etc Em seg, 29 de jul de 2019 às 10:36, Jose C escreveu: > Darn, I hunted around but didn't see it. Thanks for the link... > > > > On Monday, 29 July

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread Jose C
Darn, I hunted around but didn't see it. Thanks for the link... On Monday, 29 July 2019 10:06:42 UTC+1, Nico Zanferrari wrote: > > Hi Jose, > > the documentation is already on GitHub > > , > and PR are

Re: [web2py] Re: web3py -> py4web

2019-07-29 Thread Nico Zanferrari
Hi Jose, the documentation is already on GitHub , and PR are always welcome ;-) Nico Il giorno lun 29 lug 2019 alle ore 10:14 Jose C ha scritto: > Looks promising... some questions: > > 1) Have spotted many

[web2py] Re: web3py -> py4web

2019-07-29 Thread Jose C
Looks promising... some questions: 1) Have spotted many typos in docs but can't find docs for py4web on github. If docs are on there, like web2py book, people can submit pull requests and help massage the docs into shape. 2) Should there be a new official group created for py4web (or some

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
http://py4web.com/_documentation/static/index.html#chapter-06 Em qua, 24 de jul de 2019 às 12:28, Kevin Keller escreveu: > Which file Antonio? > > I found what seems an Oauth2 server py and pyjwt in core. > > So I suppose OAuth2 + OpenID Restful API can be done with web4py already.. > just need

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Kevin Keller
Which file Antonio? I found what seems an Oauth2 server py and pyjwt in core. So I suppose OAuth2 + OpenID Restful API can be done with web4py already.. just need to find in the docs.. By the way.. happy to contribute to the docs. On Wed, Jul 24, 2019 at 1:21 PM António Ramos wrote: > >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
Found a typo RestPI instead of RestAPI Regardsdef api(): return RestPI(db, policy)(request.method, request.args(0), request.args(1), request.get_vars, request.post_vars) Em qua, 24 de jul de 2019 às 12:17, António Ramos escreveu: > - Great documentation layout

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread António Ramos
- Great documentation layout - A litle bette name (Py4Web) - But the dashboard and the running circle and colours chosen are completely out of order in my opinion if it matters. Where is the logo ? will it have a logo ? what colour scheme will it use ? Regards Em qua, 24 de jul de 2019 às 09:44,

[web2py] Re: web3py -> py4web

2019-07-24 Thread Kevin Keller
Would live to try it today. Is there documentation how I can enable to require auth and use JWT for the PyDal REST API? On Wednesday, 24 July 2019 07:40:27 UTC+2, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Nico Zanferrari
Pretty awesome ;-) By the way, the box where you write the password should be enlarged a little on the right... [image: image.png] Il giorno mer 24 lug 2019 alle ore 10:09 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > Dashboard now partially works on GAE in demo mode. >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Massimo Di Pierro
Dashboard now partially works on GAE in demo mode. http://py4web.com/_dashboard -- 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] Re: web3py -> py4web

2019-07-24 Thread Nico Zanferrari
Excellent! Il giorno mer 24 lug 2019 alle ore 08:17 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > > Notice the time to serve this page ( > https://github.com/web2py/py4web/blob/master/apps/_default/templates/index.html) > which is a template, is ~7ms. In web2py it was 100-200ms.

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Massimo Di Pierro
Notice the time to serve this page (https://github.com/web2py/py4web/blob/master/apps/_default/templates/index.html) which is a template, is ~7ms. In web2py it was 100-200ms. On Tuesday, 23 July 2019 23:03:08 UTC-7, sandeep patel wrote: > > Absolutely Great!! > > But >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread Massimo Di Pierro
The dashboard does not work on GAE http://py4web.com/_documentation/static/ is not a valid URL http://py4web.com/_documention is On Tuesday, 23 July 2019 23:03:08 UTC-7, sandeep patel wrote: > > Absolutely Great!! > > But >

Re: [web2py] Re: web3py -> py4web

2019-07-24 Thread sandeep patel
Absolutely Great!! But http://py4web.com/_documentation/static/ though 404 On Wed, Jul 24, 2019 at 11:28 AM Dave S wrote: > > > On Tuesday, July 23, 2019 at 10:40:27 PM UTC-7, Massimo Di Pierro wrote: >> >> OK. I know. I am not good with names. >> But there are lots of requirements to be

[web2py] Re: web3py -> py4web

2019-07-23 Thread Dave S
On Tuesday, July 23, 2019 at 10:40:27 PM UTC-7, Massimo Di Pierro wrote: > > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.com was available and the pypi package was available. > Here is running on google cloud: > http://py4web.com/ > >