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 is a new link to the documentation now on the startpage. I'm not sure 
if it's just a dummy but it does not work. Favicons are missing.

If you need support for the user guide, maybe I can help and evaluate the 
texts from the noob's point of view. I'd recommend that a description of 
the docker installation process be included, since this seems to be the 
best way to publish I suppose.
  

Am Dienstag, 9. Juli 2019 06:45:48 UTC+2 schrieb 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, 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/python3.7/site-packages/web3py/core.py",
>>  
>> line 429, in wrapper
>>
>>     ret = func(*func_args, **func_kwargs)
>>
>>   File 
>> "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/web3py/core.py",
>>  
>> line 395, in wrapper
>>
>>     ret = func(*args, **kwargs)
>>
>>   File "/Users/stp/Sites/web3py/myapps/_dashboard/__init__.py", line 178, 
>> in api
>>
>>     from pydal.restapi import RestAPI, ALLOW_ALL_POLICY, DENY_ALL_POLICY
>>
>> ModuleNotFoundError: No module named 'pydal.restapi'
>>
>>
>> Please remove these spinning gears!
>>
>>
>>
>>
>>
>> Am Sonntag, 7. Juli 2019 05:57:26 UTC+2 schrieb Massimo Di Pierro:
>>>
>>> Let's test the dashboard today:
>>>
>>> # download web2py from pypi
>>>
>>> python3 -m pip install web3py
>>>
>>> # start it:
>>>
>>> web3py-start myapps
>>>
>>> (pick a one time password  and answer yes when it wants to create 
>>> something, it will create myapps folder and a temp .web3py-service folder)
>>>
>>> # open browser
>>>
>>> http://127.0.0.1:8000/_dashboard
>>>
>>> Now create a new app by cloning scaffold
>>>
>>> Does it work?
>>> How does it flow?
>>> What explanations should be necessary?
>>> Can you write a brief documentation of your experience for other users?
>>>
>>>
>>>

-- 
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 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/fa75969d-de34-40a0-a63d-146dc2db44fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to