[web2py] Re: please help testing web3py

2019-07-28 Thread 'tomt' via web2py-users
I installed py4web on centos 7 in a virtual python environment and it works fine. http://127.0.0.1:8000/_dashboard works as advertised, however http://localhost:8000/_dashboard doesn't. When using localhost, the dashboard page comes up, but it won't display any of the installed applications or

Re: [web2py] Re: please help testing web3py

2019-07-21 Thread KLL
with a newly cloned version there are 3 errors... A FileNotFoundError: for apps/__init__.py touch apps/__init__.py resolves it. [FAILED] loading examples: [FAILED] loading _scaffold: both are errors in connecting to their respective databases due to missing a databases directory in examples and

Re: [web2py] Re: please help testing web3py

2019-07-21 Thread Nico Zanferrari
Hi, I've found some problems following the Readme with Windows 10. If I follow the "Try me (from pip)" instructions it works fine, but the only applications installed are _dashboards and _default. Also, I can run "C:\Users\nico\AppData\Loca

Re: [web2py] Re: please help testing web3py

2019-07-19 Thread Massimo Di Pierro
Can you tell me more about those failures? On Friday, 19 July 2019 22:30:00 UTC-7, KLL wrote: > > You can view it as a web3py app if you follow the try me from the github > source. > There are some failures with loading examples app and _scaffold app, but > _documentation worked for me. > > http

Re: [web2py] Re: please help testing web3py

2019-07-19 Thread KLL
You can view it as a web3py app if you follow the try me from the github source. There are some failures with loading examples app and _scaffold app, but _documentation worked for me. http://127.0.0.1:8000/_documentation On Tuesday, July 16, 2019 at 9:48:14 AM UTC-4, Johann Spies wrote: > > >

Re: [web2py] Re: please help testing web3py

2019-07-18 Thread Johann Spies
On Wed, 17 Jul 2019 at 22:21, Nico Zanferrari wrote: > Hi Johann, > > you can copy the whole _documentation folder from github under the apps > folder of web3py (C:\Users\nico\myapps in my case on Win10). Then, after > running web3py, you can reach it on http://127.0.0.1:8000/_documentation > , w

Re: [web2py] Re: please help testing web3py

2019-07-17 Thread Nico Zanferrari
Hi Johann, you can copy the whole _documentation folder from github under the apps folder of web3py (C:\Users\nico\myapps in my case on Win10). Then, after running web3py, you can reach it on http://127.0.0.1:8000/_documentation , which is automatically redirected to http://127.0.0.1:8000/_docume

Re: [web2py] Re: please help testing web3py

2019-07-16 Thread Johann Spies
On Sun, 14 Jul 2019 at 05:48, Massimo Di Pierro wrote: > > I posted some preliminary documentation > https://github.com/web2py/web3py/tree/master/apps/_documentation > > > I do not see a Makefile to convert the .mm-files to html-documentation. How do I read the documentation? Johann -- Because

[web2py] Re: please help testing web3py

2019-07-14 Thread Stephan
Registration process with test app was successful. Was able to login in the scaffolded app after using the confirmation link. No errors Mac 10.14.5. python 3.7.3 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://c

Re: [web2py] Re: please help testing web3py

2019-07-13 Thread Massimo Di Pierro
Thank you Nico. I posted some preliminary documentation https://github.com/web2py/web3py/tree/master/apps/_documentation Auth plugins, Form, and need more work and are still undocumented. But it would be great if people could help review and proof read what we have so far. Massimo On Saturda

Re: [web2py] Re: please help testing web3py

2019-07-13 Thread Nico Zanferrari
Hi, I've made a simple walkthrough with some screenshots from Win 10 here: https://github.com/nicozanf/shared/blob/master/Web3py%20simple%20walkthrough.docx I like the spinning gears! Nico Il giorno gio 11 lug 2019 alle ore 07:01 Massimo Di Pierro < massimo.dipie...@gmail.com> ha scritto: > >>

[web2py] Re: please help testing web3py

2019-07-10 Thread Massimo Di Pierro
>>> PD: My words when I looked the dashboard for first time: "My eyes!! my eyes!!!" :P LOL -- 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

[web2py] Re: please help testing web3py

2019-07-10 Thread Carlos Cesar Caballero
Working great in Ubuntu 19.04 and Python 3.6.8, no errors, I have created a new app and a new user for the app and login without issues. In the dashboard there is a broken link to "/_dashboard/static/favicon.ico" PD: My words when I looked the dashboard for first time: "My eyes!! my eyes!!!" :P

[web2py] Re: please help testing web3py

2019-07-09 Thread Massimo Di Pierro
I think the registration problem is fixed. Please try again. But just to make it clean, please delete your apps folder, upgrade web3py, and start again. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.goo

Re: [web2py] Re: please help testing web3py

2019-07-09 Thread Carlos Costa
What is the state of the _scafold? I was not able to register as user. Need some help on it? Em ter, 9 de jul de 2019 às 13:05, Stephan escreveu: > Okay, with the updated pydal, the errors have disappeared. I succeeded > cloning a scaffolding app. However, when I try to register in my new app >

[web2py] Re: please help testing web3py

2019-07-09 Thread Stephan
Okay, with the updated pydal, the errors have disappeared. I succeeded cloning a scaffolding app. However, when I try to register in my new app (page: http://127.0.0.1:8000/lovit/auth/register) I get an 404: WARNING:tornado.access:404 POST /_scaffold/auth/api/register (127.0.0.1) 1.47ms There

[web2py] Re: please help testing web3py

2019-07-09 Thread Massimo Di Pierro
Fantastic. I am writing some documentation. Especially about the differences with web2py. They are subtle but there are many. On Tuesday, 9 July 2019 06:21:54 UTC-7, Relsi Maron wrote: > > > >> >> Does it work? >> > > Works fine here. > Ubuntu 16.04 > Python 3.5 > > >> How does it flow? >> >

[web2py] Re: please help testing web3py

2019-07-09 Thread Relsi Maron
> > Does it work? > Works fine here. Ubuntu 16.04 Python 3.5 > How does it flow? > In a fresh install, its flow easy. > What explanations should be necessary? > None, at now. > Can you write a brief documentation of your experience for other users? > I simply followed the instructio

[web2py] Re: please help testing web3py

2019-07-08 Thread Massimo Di Pierro
LOL. I love the spinnig gears. You have an older version of pydal. Can you uninstall and pip3 install it again On Monday, 8 July 2019 16:04:23 UTC-7, Stephan wrote: > > As far as I can tell, it works under macOS 10.14.5, I was able to generate > a new app from the admin dashboard. > However, a

[web2py] Re: please help testing web3py

2019-07-08 Thread Stephan
As far as I can tell, it works under macOS 10.14.5, I was able to generate a new app from the admin dashboard. However, apart from the missing favicon, the console reports these errors: ERROR:root:Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/

[web2py] Re: please help testing web3py

2019-07-08 Thread JSalvat
Not working for me on windows10 c:\wwwroot\web3py>python web3py-start apps ___ __ __ | / / / / __ |/___ \/ __ \ \/ / | | / / /_ / /_/ /___/ / /_/ /\ / | | /| / / __/ / __ //__ / / / / | |/ |/ / /___/ /_/ /___/ / / / / |___/|_/_/_/__

[web2py] Re: please help testing web3py

2019-07-07 Thread 黄祥
tested on ubuntu docker container (python 3.6) and mac (python 3.7), not work with error *question* - is web3py-start myapps can start on background e.g. web3py-start myapps & consider when server is run on isolated env (i.e. docker) and must access through tunnels (ssh or ngrok) ? *steps on ub