[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 is running on google cloud:
> http://py4web.com/
>
> Ducking...
>
>

-- 
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/e75f9518-ff1b-4146-a07c-0de5e093b279%40googlegroups.com.


[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

Then from python org the most recent python was installed. Currently 
Version 3.7.4. 


Now in the terminal window 
A: entering: python   -> 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
B: entering python3  -> Python 3.7.4 (v3.7.4:e09359112e, Jul  8 2019, 
14:54:52) [Clang 6.0 (clang-600.0.57)] on darwin

Now, install one of the 4 solutions. Possibly the most easiest is (not 
working before): 

' workflow 1) pip only' (see thread entry 31. Aug here)

python3 -m pip install py4web
py4web-start apps (apps will be created for you)'

It works. On a new macmini (10.14.6) 2018 and on a mid 2010 Macbook (OSX 
10.13.6). (re 'very old pydal version' on the notebook, the web2py.app was 
copied to the notebook prog folder). 
Writing these details should be no advertisement for the company. Most 
realistic the next notebook won't come from them. 

So the infrastructure seems to be fine. On both PCs py4web and web2py is 
working,  



Am Montag, 2. September 2019 04:21:18 UTC+2 schrieb 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
>>
>> 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 happenened on this: ./py4web-start 
>> app.py
>>
>> Nevertheless, that was on the desktop. I tried on the notebook: 
>>
>> workflow 1) pip only
>> python3 -m pip install py4web
>> py4web-start apps
>> (apps will be created for you)
>>
>> zvkmcbk:~ klauszinser$ py4web-start app.py
>> Traceback (most recent call last):
>>  File 
>> "/Library/Frameworks/Python.framework/Versions/3.6/bin/py4web-start", line 
>> 11, in 
>> ...  
>> File 
>> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/py4web/__init__.py",
>>  
>> line 1, in 
>>from . core import (
>>  File 
>> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/py4web/core.py",
>>  
>> line 209, in 
>>setattr(pydal.DAL.Field, _, threadsafevariable.ThreadSafeVariable())
>> AttributeError: type object 'DAL' has no attribute 'Field'
>> zvkmcbk:~ klauszinser$
>>
>> Right now I am fine as the desktop is working. I will play around with 
>> the notebook and try 1) pip ony setup.
>>
>> For me its now a low priority. 
>>
>> Thank you, Klaus 
>>
>> -
>>
>> Am Sonntag, 1. September 2019 04:50:09 UTC+2 schrieb 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 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 uninstalled
 The I rebooted OSX. 

 When choosing 1) pip only I got these messages: 

 You are using pip version 19.0.3, however version 19.2.3 is available.

 You should consider upgrading via the 'pip install --upgrade pip' 
 command.

 KlMcM:~ klausv.zinser$ pip install --upgrade pip

 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
 2020. Please upgrade your Python as Python 2.7 won't be maintained after 
 that date. A future version of pip will drop support for Python 2.7. More 
 details about Python 2 support in pip, can be found at 
 https://pip.pypa.io/en/latest/development/release-process/#python-2-support

 Requirement already up-to-date: pip in 
 /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
  
 (19.2.3)

 KlMcM:~ klausv.zinser$ py4web-start apps

 -bash: py4web-start: command not found
 Neither ./py4web-start apps or py4web-start apps was working. 

 When reviewing what I had done before to install and what I 
 uninstalled: python3 -m pip uninstall py4web  
 I went for workflow 4) from source and install (as I had done this 
 before). 
 That was working,

 I don't 

[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
>
> 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 happenened on this: ./py4web-start 
> app.py
>
> Nevertheless, that was on the desktop. I tried on the notebook: 
>
> workflow 1) pip only
> python3 -m pip install py4web
> py4web-start apps
> (apps will be created for you)
>
> zvkmcbk:~ klauszinser$ py4web-start app.py
> Traceback (most recent call last):
>  File 
> "/Library/Frameworks/Python.framework/Versions/3.6/bin/py4web-start", line 
> 11, in 
> ...  
> File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/py4web/__init__.py",
>  
> line 1, in 
>from . core import (
>  File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/py4web/core.py",
>  
> line 209, in 
>setattr(pydal.DAL.Field, _, threadsafevariable.ThreadSafeVariable())
> AttributeError: type object 'DAL' has no attribute 'Field'
> zvkmcbk:~ klauszinser$
>
> Right now I am fine as the desktop is working. I will play around with the 
> notebook and try 1) pip ony setup.
>
> For me its now a low priority. 
>
> Thank you, Klaus 
>
> -
>
> Am Sonntag, 1. September 2019 04:50:09 UTC+2 schrieb 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 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 uninstalled
>>> The I rebooted OSX. 
>>>
>>> When choosing 1) pip only I got these messages: 
>>>
>>> You are using pip version 19.0.3, however version 19.2.3 is available.
>>>
>>> You should consider upgrading via the 'pip install --upgrade pip' 
>>> command.
>>>
>>> KlMcM:~ klausv.zinser$ pip install --upgrade pip
>>>
>>> DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
>>> 2020. Please upgrade your Python as Python 2.7 won't be maintained after 
>>> that date. A future version of pip will drop support for Python 2.7. More 
>>> details about Python 2 support in pip, can be found at 
>>> https://pip.pypa.io/en/latest/development/release-process/#python-2-support
>>>
>>> Requirement already up-to-date: pip in 
>>> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
>>>  
>>> (19.2.3)
>>>
>>> KlMcM:~ klausv.zinser$ py4web-start apps
>>>
>>> -bash: py4web-start: command not found
>>> Neither ./py4web-start apps or py4web-start apps was working. 
>>>
>>> When reviewing what I had done before to install and what I uninstalled: 
>>> python3 
>>> -m pip uninstall py4web  
>>> I went for workflow 4) from source and install (as I had done this 
>>> before). 
>>> That was working,
>>>
>>> I don't want to take too much of your time. So this is fine for me. As I 
>>> am working on web2py with JSON and D3 I should try to have something 
>>> similar working. 
>>>
>>> But if you want me to test some issues let me know (pip only would be 
>>> the cleanest solution; again its fine what I have). 
>>>
>>> Klaus
>>>
>>>  
>>>
>>> Am Samstag, 31. August 2019 21:10:29 UTC+2 schrieb 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 you use source bin/activate it means you have a venv and maybe you 
 have another version installed in the venv.

 One of those versions may be old and missing the py4web/__init__.py 
 file.

 I recommend you cleanup house:
 1) remove the venv
 2) remove the py4web folder
 3) python3 -m pip uninstall py4web (from outside the py4web folder)

 Then choose what preferred workflow: pip, venv+pip, or source. Do not 
 mix them up. If you want to try different workflows, use different 
 folders. 
 pip gets confused when you have the code checkout in the same folder where 
 you run pip.

 workflow 1) pip only

 python3 -m pip install py4web
 

[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 happenened on this: ./py4web-start app.py

Nevertheless, that was on the desktop. I tried on the notebook: 

workflow 1) pip only

python3 -m pip install py4web
py4web-start apps
(apps will be created for you)

zvkmcbk:~ klauszinser$ py4web-start app.py
Traceback (most recent call last):
 File "/Library/Frameworks/Python.framework/Versions/3.6/bin/py4web-start", 
line 11, in 
...  
File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/py4web/__init__.py",
 
line 1, in 
   from . core import (
 File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/py4web/core.py",
 
line 209, in 
   setattr(pydal.DAL.Field, _, threadsafevariable.ThreadSafeVariable())
AttributeError: type object 'DAL' has no attribute 'Field'
zvkmcbk:~ klauszinser$

Right now I am fine as the desktop is working. I will play around with the 
notebook and try 1) pip ony setup.

For me its now a low priority. 

Thank you, Klaus 

-

Am Sonntag, 1. September 2019 04:50:09 UTC+2 schrieb 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 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 uninstalled
>> The I rebooted OSX. 
>>
>> When choosing 1) pip only I got these messages: 
>>
>> You are using pip version 19.0.3, however version 19.2.3 is available.
>>
>> You should consider upgrading via the 'pip install --upgrade pip' command.
>>
>> KlMcM:~ klausv.zinser$ pip install --upgrade pip
>>
>> DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
>> 2020. Please upgrade your Python as Python 2.7 won't be maintained after 
>> that date. A future version of pip will drop support for Python 2.7. More 
>> details about Python 2 support in pip, can be found at 
>> https://pip.pypa.io/en/latest/development/release-process/#python-2-support
>>
>> Requirement already up-to-date: pip in 
>> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
>>  
>> (19.2.3)
>>
>> KlMcM:~ klausv.zinser$ py4web-start apps
>>
>> -bash: py4web-start: command not found
>> Neither ./py4web-start apps or py4web-start apps was working. 
>>
>> When reviewing what I had done before to install and what I uninstalled: 
>> python3 
>> -m pip uninstall py4web  
>> I went for workflow 4) from source and install (as I had done this 
>> before). 
>> That was working,
>>
>> I don't want to take too much of your time. So this is fine for me. As I 
>> am working on web2py with JSON and D3 I should try to have something 
>> similar working. 
>>
>> But if you want me to test some issues let me know (pip only would be the 
>> cleanest solution; again its fine what I have). 
>>
>> Klaus
>>
>>  
>>
>> Am Samstag, 31. August 2019 21:10:29 UTC+2 schrieb 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 you use source bin/activate it means you have a venv and maybe you 
>>> have another version installed in the venv.
>>>
>>> One of those versions may be old and missing the py4web/__init__.py file.
>>>
>>> I recommend you cleanup house:
>>> 1) remove the venv
>>> 2) remove the py4web folder
>>> 3) python3 -m pip uninstall py4web (from outside the py4web folder)
>>>
>>> Then choose what preferred workflow: pip, venv+pip, or source. Do not 
>>> mix them up. If you want to try different workflows, use different folders. 
>>> pip gets confused when you have the code checkout in the same folder where 
>>> you run pip.
>>>
>>> workflow 1) pip only
>>>
>>> python3 -m pip install py4web
>>> py4web-start apps
>>> (apps will be created for you)
>>>
>>> workflow 2) venv+pip
>>>
>>> mkdir work
>>> cd work
>>> python3 -m venv venv
>>> source venv/bin/activate
>>> python -m pip install py4web
>>> py4web-start apps
>>> (apps will be created for you)
>>>
>>> workflow 3) from source
>>>
>>> git clone https://github.com/web2py/py4web.git
>>>
>>> cd py4web
>>> make test
>>> python3 ./py4web-start apps
>>> (this will not 

[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 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 uninstalled
> The I rebooted OSX. 
>
> When choosing 1) pip only I got these messages: 
>
> You are using pip version 19.0.3, however version 19.2.3 is available.
>
> You should consider upgrading via the 'pip install --upgrade pip' command.
>
> KlMcM:~ klausv.zinser$ pip install --upgrade pip
>
> DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
> 2020. Please upgrade your Python as Python 2.7 won't be maintained after 
> that date. A future version of pip will drop support for Python 2.7. More 
> details about Python 2 support in pip, can be found at 
> https://pip.pypa.io/en/latest/development/release-process/#python-2-support
>
> Requirement already up-to-date: pip in 
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages 
> (19.2.3)
>
> KlMcM:~ klausv.zinser$ py4web-start apps
>
> -bash: py4web-start: command not found
> Neither ./py4web-start apps or py4web-start apps was working. 
>
> When reviewing what I had done before to install and what I uninstalled: 
> python3 
> -m pip uninstall py4web  
> I went for workflow 4) from source and install (as I had done this 
> before). 
> That was working,
>
> I don't want to take too much of your time. So this is fine for me. As I 
> am working on web2py with JSON and D3 I should try to have something 
> similar working. 
>
> But if you want me to test some issues let me know (pip only would be the 
> cleanest solution; again its fine what I have). 
>
> Klaus
>
>  
>
> Am Samstag, 31. August 2019 21:10:29 UTC+2 schrieb 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 you use source bin/activate it means you have a venv and maybe you 
>> have another version installed in the venv.
>>
>> One of those versions may be old and missing the py4web/__init__.py file.
>>
>> I recommend you cleanup house:
>> 1) remove the venv
>> 2) remove the py4web folder
>> 3) python3 -m pip uninstall py4web (from outside the py4web folder)
>>
>> Then choose what preferred workflow: pip, venv+pip, or source. Do not mix 
>> them up. If you want to try different workflows, use different folders. pip 
>> gets confused when you have the code checkout in the same folder where you 
>> run pip.
>>
>> workflow 1) pip only
>>
>> python3 -m pip install py4web
>> py4web-start apps
>> (apps will be created for you)
>>
>> workflow 2) venv+pip
>>
>> mkdir work
>> cd work
>> python3 -m venv venv
>> source venv/bin/activate
>> python -m pip install py4web
>> py4web-start apps
>> (apps will be created for you)
>>
>> workflow 3) from source
>>
>> git clone https://github.com/web2py/py4web.git
>>
>> cd py4web
>> make test
>> python3 ./py4web-start apps
>> (this will not create apps but will find the downloaded ones)
>>
>> 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
>>
>>
>>
>> On Saturday, 31 August 2019 02:36:35 UTC-7, Klaus Zinser wrote:
>>>
>>> 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 install
>>>
>>>
>>> and finelly: 
>>>
>>> py4web-start apps
>>>
>>>
>>> It came up but I was unsucessful when entering the requested one-time 
>>> dashboard password.
>>>
>>>
>>> KlMcM:py4web klausxx$ py4web-start apps
>>>
>>>
>>> ██╗ ██╗   ██╗██╗  ██╗██╗██╗███╗██╗
>>>
>>> ██╔══██╗╚██╗ ██╔╝██║  ██║██║██║██╔╝██╔══██
>>>
>>> ██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗  ██╔╝
>>>
>>> ██╔═══╝   ╚██╔╝  ╚██║██║███╗██║██╔══╝  ██╔══██╗
>>>
>>> ██║██║██║╚███╔███╔╝███╗██╔╝
>>>
>>> ╚═╝╚═╝╚═╝ ╚══╝╚══╝ ╚══╝╚═╝ 
>>>
>>> It is still experimental...
>>>
>>> assets-folder: 
>>> /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/assets
>>>
>>> Choose a one-time dashboad password: ONETIMEPW
>>>
>>> Dashboard is at: 

[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 uninstalled
The I rebooted OSX. 

When choosing 1) pip only I got these messages: 

You are using pip version 19.0.3, however version 19.2.3 is available.

You should consider upgrading via the 'pip install --upgrade pip' command.

KlMcM:~ klausv.zinser$ pip install --upgrade pip

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 
2020. Please upgrade your Python as Python 2.7 won't be maintained after 
that date. A future version of pip will drop support for Python 2.7. More 
details about Python 2 support in pip, can be found at 
https://pip.pypa.io/en/latest/development/release-process/#python-2-support

Requirement already up-to-date: pip in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages 
(19.2.3)

KlMcM:~ klausv.zinser$ py4web-start apps

-bash: py4web-start: command not found
Neither ./py4web-start apps or py4web-start apps was working. 

When reviewing what I had done before to install and what I uninstalled: 
python3 
-m pip uninstall py4web  
I went for workflow 4) from source and install (as I had done this before). 
That was working,

I don't want to take too much of your time. So this is fine for me. As I am 
working on web2py with JSON and D3 I should try to have something similar 
working. 

But if you want me to test some issues let me know (pip only would be the 
cleanest solution; again its fine what I have). 

Klaus

 

Am Samstag, 31. August 2019 21:10:29 UTC+2 schrieb 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 you use source bin/activate it means you have a venv and maybe you have 
> another version installed in the venv.
>
> One of those versions may be old and missing the py4web/__init__.py file.
>
> I recommend you cleanup house:
> 1) remove the venv
> 2) remove the py4web folder
> 3) python3 -m pip uninstall py4web (from outside the py4web folder)
>
> Then choose what preferred workflow: pip, venv+pip, or source. Do not mix 
> them up. If you want to try different workflows, use different folders. pip 
> gets confused when you have the code checkout in the same folder where you 
> run pip.
>
> workflow 1) pip only
>
> python3 -m pip install py4web
> py4web-start apps
> (apps will be created for you)
>
> workflow 2) venv+pip
>
> mkdir work
> cd work
> python3 -m venv venv
> source venv/bin/activate
> python -m pip install py4web
> py4web-start apps
> (apps will be created for you)
>
> workflow 3) from source
>
> git clone https://github.com/web2py/py4web.git
>
> cd py4web
> make test
> python3 ./py4web-start apps
> (this will not create apps but will find the downloaded ones)
>
> 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
>
>
>
> On Saturday, 31 August 2019 02:36:35 UTC-7, Klaus Zinser wrote:
>>
>> 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 install
>>
>>
>> and finelly: 
>>
>> py4web-start apps
>>
>>
>> It came up but I was unsucessful when entering the requested one-time 
>> dashboard password.
>>
>>
>> KlMcM:py4web klausxx$ py4web-start apps
>>
>>
>> ██╗ ██╗   ██╗██╗  ██╗██╗██╗███╗██╗
>>
>> ██╔══██╗╚██╗ ██╔╝██║  ██║██║██║██╔╝██╔══██
>>
>> ██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗  ██╔╝
>>
>> ██╔═══╝   ╚██╔╝  ╚██║██║███╗██║██╔══╝  ██╔══██╗
>>
>> ██║██║██║╚███╔███╔╝███╗██╔╝
>>
>> ╚═╝╚═╝╚═╝ ╚══╝╚══╝ ╚══╝╚═╝ 
>>
>> It is still experimental...
>>
>> assets-folder: 
>> /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/assets
>>
>> Choose a one-time dashboad password: ONETIMEPW
>>
>> Dashboard is at: http://127.0.0.1:8000/_dashboard
>>
>> Traceback (most recent call last):
>>
>>   File "/Library/Frameworks/Python.framework/Versions/3.7/bin/py4web-start", 
>> line 11, in 
>>
>> load_entry_point('py4web==0.1.20190826.1', 'console_scripts', 
>> 'py4web-start')()
>>
>>   File 
>> "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/core.py",
>>  line 816, in main
>>
>> Reloader.import_apps()
>>
>>   File 

[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 you use source bin/activate it means you have a venv and maybe you have 
another version installed in the venv.

One of those versions may be old and missing the py4web/__init__.py file.

I recommend you cleanup house:
1) remove the venv
2) remove the py4web folder
3) python3 -m pip uninstall py4web (from outside the py4web folder)

Then choose what preferred workflow: pip, venv+pip, or source. Do not mix 
them up. If you want to try different workflows, use different folders. pip 
gets confused when you have the code checkout in the same folder where you 
run pip.

workflow 1) pip only

python3 -m pip install py4web
py4web-start apps
(apps will be created for you)

workflow 2) venv+pip

mkdir work
cd work
python3 -m venv venv
source venv/bin/activate
python -m pip install py4web
py4web-start apps
(apps will be created for you)

workflow 3) from source

git clone https://github.com/web2py/py4web.git

cd py4web
make test
python3 ./py4web-start apps
(this will not create apps but will find the downloaded ones)

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



On Saturday, 31 August 2019 02:36:35 UTC-7, Klaus Zinser wrote:
>
> 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 install
>
>
> and finelly: 
>
> py4web-start apps
>
>
> It came up but I was unsucessful when entering the requested one-time 
> dashboard password.
>
>
> KlMcM:py4web klausxx$ py4web-start apps
>
>
> ██╗ ██╗   ██╗██╗  ██╗██╗██╗███╗██╗
>
> ██╔══██╗╚██╗ ██╔╝██║  ██║██║██║██╔╝██╔══██
>
> ██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗  ██╔╝
>
> ██╔═══╝   ╚██╔╝  ╚██║██║███╗██║██╔══╝  ██╔══██╗
>
> ██║██║██║╚███╔███╔╝███╗██╔╝
>
> ╚═╝╚═╝╚═╝ ╚══╝╚══╝ ╚══╝╚═╝ 
>
> It is still experimental...
>
> assets-folder: 
> /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/assets
>
> Choose a one-time dashboad password: ONETIMEPW
>
> Dashboard is at: http://127.0.0.1:8000/_dashboard
>
> Traceback (most recent call last):
>
>   File "/Library/Frameworks/Python.framework/Versions/3.7/bin/py4web-start", 
> line 11, in 
>
> load_entry_point('py4web==0.1.20190826.1', 'console_scripts', 
> 'py4web-start')()
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/core.py",
>  line 816, in main
>
> Reloader.import_apps()
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/core.py",
>  line 661, in import_apps
>
> 'apps', path).load_module()
>
>   File "", line 407, in 
> _check_name_wrapper
>
>   File "", line 907, in load_module
>
>   File "", line 732, in load_module
>
>   File "", line 265, in _load_module_shim
>
>   File "", line 696, in _load
>
>   File "", line 677, in _load_unlocked
>
>   File "", line 724, in exec_module
>
>   File "", line 859, in get_code
>
>   File "", line 916, in get_data
>
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/Users/klausxx/py4web/apps/__init__.py'
>
> KlMcM:py4web klausxx$ 
>
>
> Klaus
>
>
>
> -
>
>
> Am Montag, 26. August 2019 19:05:24 UTC+2 schrieb En Ware:
>>
>> hmm , I just tried from pip and works find 
>>
>> python3 -m pip install py4web --upgrade 
>>
>> source bin/activate 
>>
>> ./py4web-start apps / 
>>
>>
>> ██╗ ██╗   ██╗██╗  ██╗██╗██╗███╗██╗ 
>> ██╔══██╗╚██╗ ██╔╝██║  ██║██║██║██╔╝██╔══██╗
>> ██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗  ██╔╝
>> ██╔═══╝   ╚██╔╝  ╚██║██║███╗██║██╔══╝  ██╔══██╗
>> ██║██║██║╚███╔███╔╝███╗██╔╝
>> ╚═╝╚═╝╚═╝ ╚══╝╚══╝ ╚══╝╚═╝ 
>> It is still experimental...
>>
>> assets-folder: 
>> /Users/.env/python/py4web/lib/python3.6/site-packages/py4web/assets
>> Choose a one-time dashboad password: 
>> Dashboard is at: http://127.0.0.1:8000/_dashboard
>> [X] loaded _dashboard 
>> [X] loaded myapp 
>> [X] loaded _default 
>> [X] loaded _scaffold 
>> Bottle v0.12.17 server starting up (using TornadoServer())...
>> Listening on http://127.0.0.1:8000/
>> Hit Ctrl-C to quit.
>>
>>
>>
>> On Wednesday, August 21, 2019 at 10:51:31 AM UTC-5, Annet wrote:
>>>
>>>
>>> python3 setup.py install

>>>
>>> I installed py4web from source:
>>>
>>> git clone https://github.com/web2py/py4web.gitcd py4web
>>> python3 -m pip install -r 

[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 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/eab555d0-b628-41e6-8a22-b23e48648684%40googlegroups.com.


[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 install


and finelly: 

py4web-start apps


It came up but I was unsucessful when entering the requested one-time dashboard 
password.


KlMcM:py4web klausxx$ py4web-start apps


██╗ ██╗   ██╗██╗  ██╗██╗██╗███╗██╗ 

██╔══██╗╚██╗ ██╔╝██║  ██║██║██║██╔╝██╔══██╗

██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗  ██╔╝

██╔═══╝   ╚██╔╝  ╚██║██║███╗██║██╔══╝  ██╔══██╗

██║██║██║╚███╔███╔╝███╗██╔╝

╚═╝╚═╝╚═╝ ╚══╝╚══╝ ╚══╝╚═╝ 

It is still experimental...


assets-folder: 
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/assets

Choose a one-time dashboad password: ONETIMEPW

Dashboard is at: http://127.0.0.1:8000/_dashboard

Traceback (most recent call last):

  File "/Library/Frameworks/Python.framework/Versions/3.7/bin/py4web-start", 
line 11, in 

load_entry_point('py4web==0.1.20190826.1', 'console_scripts', 
'py4web-start')()

  File 
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/core.py",
 line 816, in main

Reloader.import_apps()

  File 
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/py4web/core.py",
 line 661, in import_apps

'apps', path).load_module()

  File "", line 407, in 
_check_name_wrapper

  File "", line 907, in load_module

  File "", line 732, in load_module

  File "", line 265, in _load_module_shim

  File "", line 696, in _load

  File "", line 677, in _load_unlocked

  File "", line 724, in exec_module

  File "", line 859, in get_code

  File "", line 916, in get_data

FileNotFoundError: [Errno 2] No such file or directory: 
'/Users/klausv.zinser/py4web/apps/__init__.py'

KlMcM:py4web klausxx$ 


Klaus


Am Montag, 26. August 2019 19:05:24 UTC+2 schrieb En Ware:
>
> hmm , I just tried from pip and works find 
>
> python3 -m pip install py4web --upgrade 
>
> source bin/activate 
>
> ./py4web-start apps / 
>
>
> ██╗ ██╗   ██╗██╗  ██╗██╗██╗███╗██╗ 
> ██╔══██╗╚██╗ ██╔╝██║  ██║██║██║██╔╝██╔══██╗
> ██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗  ██╔╝
> ██╔═══╝   ╚██╔╝  ╚██║██║███╗██║██╔══╝  ██╔══██╗
> ██║██║██║╚███╔███╔╝███╗██╔╝
> ╚═╝╚═╝╚═╝ ╚══╝╚══╝ ╚══╝╚═╝ 
> It is still experimental...
>
> assets-folder: 
> /Users/.env/python/py4web/lib/python3.6/site-packages/py4web/assets
> Choose a one-time dashboad password: 
> Dashboard is at: http://127.0.0.1:8000/_dashboard
> [X] loaded _dashboard 
> [X] loaded myapp 
> [X] loaded _default 
> [X] loaded _scaffold 
> Bottle v0.12.17 server starting up (using TornadoServer())...
> Listening on http://127.0.0.1:8000/
> Hit Ctrl-C to quit.
>
>
>
> On Wednesday, August 21, 2019 at 10:51:31 AM UTC-5, Annet wrote:
>>
>>
>> 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 
>> build/bdist.macosx-10.9-x86_64/egg/py4web/utils/auth_plugins/saml2_plugin.py 
>> to saml2_plugin.cpython-37.pyc
>>   File 
>> "build/bdist.macosx-10.9-x86_64/egg/py4web/utils/auth_plugins/saml2_plugin.py",
>>  
>> line 105
>> session.saml_outstanding_queries = {req_id: request.url}
>>^
>> SyntaxError: invalid syntax
>>
>> and
>>
>> Extracting py4web-0.1.20190818.2-py3.7.egg to 
>> /usr/local/lib/python3.7/site-packages
>>   File 
>> "/usr/local/lib/python3.7/site-packages/py4web-0.1.20190818.2-py3.7.egg/py4web/utils/auth_plugins/saml2_plugin.py",
>>  
>> line 105
>> session.saml_outstanding_queries = {req_id: request.url}
>>^
>> SyntaxError: invalid syntax
>>
>>
>>
>> I starting py4web 
>>
>> py4web-start apps
>>
>>
>> fails with the following error:
>>
>> FileNotFoundError: [Errno 2] No such file or directory: 
>> '/Users/me/py4web/apps/__init__.py'
>>
>>
>> How do I resolve these issues?
>>
>>
>> Kind regards,
>>
>> Annet
>>
>

-- 
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/6fb376ca-9ab2-46e5-a19a-d9ef5847628b%40googlegroups.com.


[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 / 


██╗ ██╗   ██╗██╗  ██╗██╗██╗███╗██╗ 
██╔══██╗╚██╗ ██╔╝██║  ██║██║██║██╔╝██╔══██╗
██╔╝ ╚╔╝ ███║██║ █╗ ██║█╗  ██╔╝
██╔═══╝   ╚██╔╝  ╚██║██║███╗██║██╔══╝  ██╔══██╗
██║██║██║╚███╔███╔╝███╗██╔╝
╚═╝╚═╝╚═╝ ╚══╝╚══╝ ╚══╝╚═╝ 
It is still experimental...

assets-folder: 
/Users/.env/python/py4web/lib/python3.6/site-packages/py4web/assets
Choose a one-time dashboad password: 
Dashboard is at: http://127.0.0.1:8000/_dashboard
[X] loaded _dashboard 
[X] loaded myapp 
[X] loaded _default 
[X] loaded _scaffold 
Bottle v0.12.17 server starting up (using TornadoServer())...
Listening on http://127.0.0.1:8000/
Hit Ctrl-C to quit.



On Wednesday, August 21, 2019 at 10:51:31 AM UTC-5, Annet wrote:
>
>
> 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 
> build/bdist.macosx-10.9-x86_64/egg/py4web/utils/auth_plugins/saml2_plugin.py 
> to saml2_plugin.cpython-37.pyc
>   File 
> "build/bdist.macosx-10.9-x86_64/egg/py4web/utils/auth_plugins/saml2_plugin.py",
>  
> line 105
> session.saml_outstanding_queries = {req_id: request.url}
>^
> SyntaxError: invalid syntax
>
> and
>
> Extracting py4web-0.1.20190818.2-py3.7.egg to 
> /usr/local/lib/python3.7/site-packages
>   File 
> "/usr/local/lib/python3.7/site-packages/py4web-0.1.20190818.2-py3.7.egg/py4web/utils/auth_plugins/saml2_plugin.py",
>  
> line 105
> session.saml_outstanding_queries = {req_id: request.url}
>^
> SyntaxError: invalid syntax
>
>
>
> I starting py4web 
>
> py4web-start apps
>
>
> fails with the following error:
>
> FileNotFoundError: [Errno 2] No such file or directory: 
> '/Users/me/py4web/apps/__init__.py'
>
>
> How do I resolve these issues?
>
>
> Kind regards,
>
> Annet
>

-- 
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/91e5cf0f-77f6-4ff7-bef7-c9c510609997%40googlegroups.com.


[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 
build/bdist.macosx-10.9-x86_64/egg/py4web/utils/auth_plugins/saml2_plugin.py 
to saml2_plugin.cpython-37.pyc
  File 
"build/bdist.macosx-10.9-x86_64/egg/py4web/utils/auth_plugins/saml2_plugin.py", 
line 105
session.saml_outstanding_queries = {req_id: request.url}
   ^
SyntaxError: invalid syntax

and

Extracting py4web-0.1.20190818.2-py3.7.egg to 
/usr/local/lib/python3.7/site-packages
  File 
"/usr/local/lib/python3.7/site-packages/py4web-0.1.20190818.2-py3.7.egg/py4web/utils/auth_plugins/saml2_plugin.py",
 
line 105
session.saml_outstanding_queries = {req_id: request.url}
   ^
SyntaxError: invalid syntax



I starting py4web 

py4web-start apps


fails with the following error:

FileNotFoundError: [Errno 2] No such file or directory: 
'/Users/me/py4web/apps/__init__.py'


How do I resolve these issues?


Kind regards,

Annet

-- 
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/aadf48f0-de1d-4c88-ad1c-aaabdf76d1b9%40googlegroups.com.


[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 available and the pypi package was available.
> Here is running on google cloud:
> http://py4web.com/
>
> Ducking...
>
>

-- 
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/8c613e12-1757-4434-9c18-ed98bb3f42c6%40googlegroups.com.


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 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 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 2019 02:36:40 UTC-7, Jose C wrote:
>>>
>>> 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 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 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 
> other repo of Q knowledge, StackExchange?)   A) to minimize noise in 
> the 
> web2py group and B) also make it easier to find py4web related stuff?  
> 3) When are you aiming for the first "stable" release?  
>
> Rgds,
>
>
> -- 
> 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 web...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/web2py/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
>  
> 
> .
>


-- 
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/587bfd5f-9387-4552-ab6d-2c008ffd417d%40googlegroups.com.


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 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 2019 02:36:40 UTC-7, Jose C wrote:
>>
>> 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 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 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 
 other repo of Q knowledge, StackExchange?)   A) to minimize noise in the 
 web2py group and B) also make it easier to find py4web related stuff?  
 3) When are you aiming for the first "stable" release?  

 Rgds,


 -- 
 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 web...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/web2py/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
  
 
 .

>>>

-- 
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/b7a007b1-f12a-440a-915b-455515883a21%40googlegroups.com.


[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 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/
>>
>> Ducking...
>>
>>

-- 
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/befe4689-51d1-495f-b611-ddb9e84ca164%40googlegroups.com.


[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 
> 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 package was available.
>> Here is running on google cloud:
>> http://py4web.com/
>>
>> Ducking...
>>
>>

-- 
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/0a5d4744-d922-4629-a479-234a31b5700d%40googlegroups.com.


[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 package was available.
> Here is running on google cloud:
> http://py4web.com/
>
> Ducking...
>
>

-- 
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/c7543229-fd9d-4afb-a4cd-a82a104eefc2%40googlegroups.com.


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 instead of Markmin +1

-- 
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/66294a20-ba3c-4451-a978-2aba062914b6%40googlegroups.com.


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 2019 02:36:40 UTC-7, Jose C wrote:
>
> 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 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 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 
>>> other repo of Q knowledge, StackExchange?)   A) to minimize noise in the 
>>> web2py group and B) also make it easier to find py4web related stuff?  
>>> 3) When are you aiming for the first "stable" release?  
>>>
>>> Rgds,
>>>
>>>
>>> -- 
>>> 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 web...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/web2py/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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/eb571255-436d-4f2c-9a8f-d39fcb095276%40googlegroups.com.


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 "", line 1, in 
> ModuleNotFoundError: No module named 'pydal.dbapi'
>
> What am I missing?
>
>
> On Mon, Jul 29, 2019 at 10:43 AM António Ramos  
> wrote:
>
>> 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 2019 10:06:42 UTC+1, Nico Zanferrari wrote:

 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 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 
> other repo of Q knowledge, StackExchange?)   A) to minimize noise in 
> the 
> web2py group and B) also make it easier to find py4web related stuff?  
> 3) When are you aiming for the first "stable" release?  
>
> Rgds,
>
>
> -- 
> 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 web...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/web2py/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
>  
> 
> .
>
 -- 
>>> 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/05415021-9b4a-41bb-ab6e-2c9c3648dad0%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>> -- 
>> 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/CAEM0BxMNf%2BDKcKqU-GsdT7JZX%3DEWoKzT7aPQBieGiDb3dhd5Yg%40mail.gmail.com
>>  
>> 
>> .
>>
>
>
> -- 
>
> Linux User #387870
> .
>  _/_õ|__|
> ..º[ .-.___.-._| . . . .
> .__( o)__( o).:___
>

-- 
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/3acf9f67-2921-41d2-893c-a10c38de351f%40googlegroups.com.


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 
components.

On Monday, 29 July 2019 06:43:13 UTC-7, Ramos wrote:
>
> 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 2019 10:06:42 UTC+1, Nico Zanferrari wrote:
>>>
>>> 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 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 
 other repo of Q knowledge, StackExchange?)   A) to minimize noise in the 
 web2py group and B) also make it easier to find py4web related stuff?  
 3) When are you aiming for the first "stable" release?  

 Rgds,


 -- 
 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 web...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/web2py/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
  
 
 .

>>> -- 
>> 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/05415021-9b4a-41bb-ab6e-2c9c3648dad0%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/b1a5b93d-b1f0-4610-b9ce-f035efd24136%40googlegroups.com.


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 António Ramos  wrote:

> 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 2019 10:06:42 UTC+1, Nico Zanferrari wrote:
>>>
>>> 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 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
 other repo of Q knowledge, StackExchange?)   A) to minimize noise in the
 web2py group and B) also make it easier to find py4web related stuff?
 3) When are you aiming for the first "stable" release?

 Rgds,


 --
 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 web...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/web2py/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
 
 .

>>> --
>> 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/05415021-9b4a-41bb-ab6e-2c9c3648dad0%40googlegroups.com
>> 
>> .
>>
> --
> 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/CAEM0BxMNf%2BDKcKqU-GsdT7JZX%3DEWoKzT7aPQBieGiDb3dhd5Yg%40mail.gmail.com
> 
> .
>


-- 

Linux User #387870
.
 _/_õ|__|
..º[ .-.___.-._| . . . .
.__( o)__( o).:___

-- 
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/CAL67CHH%2BXnje7hmQ4Pt0HX%3DH%2BmczFcitZC3A9rzAs5K-b4rUsw%40mail.gmail.com.


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 2019 10:06:42 UTC+1, Nico Zanferrari wrote:
>>
>> 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 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
>>> other repo of Q knowledge, StackExchange?)   A) to minimize noise in the
>>> web2py group and B) also make it easier to find py4web related stuff?
>>> 3) When are you aiming for the first "stable" release?
>>>
>>> Rgds,
>>>
>>>
>>> --
>>> 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 web...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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/05415021-9b4a-41bb-ab6e-2c9c3648dad0%40googlegroups.com
> 
> .
>

-- 
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/CAEM0BxMNf%2BDKcKqU-GsdT7JZX%3DEWoKzT7aPQBieGiDb3dhd5Yg%40mail.gmail.com.


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 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 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 other 
>> repo of Q knowledge, StackExchange?)   A) to minimize noise in the web2py 
>> group and B) also make it easier to find py4web related stuff?  
>> 3) When are you aiming for the first "stable" release?  
>>
>> Rgds,
>>
>>
>> -- 
>> 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 web...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/05415021-9b4a-41bb-ab6e-2c9c3648dad0%40googlegroups.com.


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 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 other
> repo of Q knowledge, StackExchange?)   A) to minimize noise in the web2py
> group and B) also make it easier to find py4web related stuff?
> 3) When are you aiming for the first "stable" release?
>
> Rgds,
>
>
> --
> 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/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com
> 
> .
>

-- 
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/CAAE8D_Agv2W1PskLrNCwtWqCs1mYbtESU%2BN2yz8HHguvSNNwhg%40mail.gmail.com.


[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 other 
repo of Q knowledge, StackExchange?)   A) to minimize noise in the web2py 
group and B) also make it easier to find py4web related stuff?  
3) When are you aiming for the first "stable" release?  

Rgds,


-- 
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/0693c615-1283-413e-b976-91c238da8384%40googlegroups.com.


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 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:
>
>>
>> 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
>>> - 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, Kevin Keller 
>>> escreveu:
>>>
 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.
> py4web.com was available and the pypi package was available.
> Here is running on google cloud:
> http://py4web.com/
>
> Ducking...
>
> --
 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/f481ba65-8026-46a9-a230-77e8edda9e37%40googlegroups.com
 
 .

>>> --
>> 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/CAEM0BxNz%2BhEcVhzgTeVU3s-1-z1MgsunXv%2Bgm1sonjdmFEBcQA%40mail.gmail.com
>> 
>> .
>>
> --
> 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/CADHCKLRXX4Mh%2B%3DxsM-30pBDiH5emECwFx8zBxxdDGX_i%3DZegmA%40mail.gmail.com
> 
> .
>

-- 
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/CAEM0BxNSJ4ZO-NNc6j5HJDJOUFpX%2BAh6By-nFpFgSbYdGkU5Ew%40mail.gmail.com.


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:

>
> 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
>> - 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, Kevin Keller 
>> escreveu:
>>
>>> 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.
 py4web.com was available and the pypi package was available.
 Here is running on google cloud:
 http://py4web.com/

 Ducking...

 --
>>> 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/f481ba65-8026-46a9-a230-77e8edda9e37%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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/CAEM0BxNz%2BhEcVhzgTeVU3s-1-z1MgsunXv%2Bgm1sonjdmFEBcQA%40mail.gmail.com
> 
> .
>

-- 
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/CADHCKLRXX4Mh%2B%3DxsM-30pBDiH5emECwFx8zBxxdDGX_i%3DZegmA%40mail.gmail.com.


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
> - 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, Kevin Keller 
> escreveu:
>
>> 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.
>>> py4web.com was available and the pypi package was available.
>>> Here is running on google cloud:
>>> http://py4web.com/
>>>
>>> Ducking...
>>>
>>> --
>> 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/f481ba65-8026-46a9-a230-77e8edda9e37%40googlegroups.com
>> 
>> .
>>
>

-- 
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/CAEM0BxNz%2BhEcVhzgTeVU3s-1-z1MgsunXv%2Bgm1sonjdmFEBcQA%40mail.gmail.com.


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, Kevin Keller 
escreveu:

> 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.
>> py4web.com was available and the pypi package was available.
>> Here is running on google cloud:
>> http://py4web.com/
>>
>> Ducking...
>>
>> --
> 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/f481ba65-8026-46a9-a230-77e8edda9e37%40googlegroups.com
> 
> .
>

-- 
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/CAEM0BxOGjB4y03pO_5sKasjKX4tOAPQx9gnLyEKBQAC3taKGew%40mail.gmail.com.


[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.
> py4web.com was available and the pypi package was available.
> Here is running on google cloud:
> http://py4web.com/
>
> Ducking...
>
>

-- 
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/f481ba65-8026-46a9-a230-77e8edda9e37%40googlegroups.com.


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.
> 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 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/41fb7ab5-546f-4332-b316-ef960255eb02%40googlegroups.com
> 
> .
>

-- 
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/CAAE8D_A_biRZOS5PdOC%3D_xkxDC2sWLwRD-3-3VNJfswDtjGenw%40mail.gmail.com.


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 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/41fb7ab5-546f-4332-b316-ef960255eb02%40googlegroups.com.


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.
>
>
>
> On Tuesday, 23 July 2019 23:03:08 UTC-7, sandeep patel wrote:
>>
>> 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 fulfilled.
 py4web.com was available and the pypi package was available.
 Here is running on google cloud:
 http://py4web.com/

 Ducking...


>>> Thumbs up!
>>>
>>> (But _dashboard was 404)
>>>
>>> /dps
>>>
>>>
>>> --
>>> 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/b8951d9f-f7d3-49ed-9c95-5f85b71657b3%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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/3ecf82dc-fa2c-423b-b96a-815342eab58a%40googlegroups.com
> 
> .
>

-- 
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/CAAE8D_BwoycvcyfRn4PWwSpNVpFSm-Y5uCjehmvagyr6WfPoJA%40mail.gmail.com.


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
> 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 fulfilled.
>>> py4web.com was available and the pypi package was available.
>>> Here is running on google cloud:
>>> http://py4web.com/
>>>
>>> Ducking...
>>>
>>>
>> Thumbs up!
>>
>> (But _dashboard was 404)
>>
>> /dps
>>  
>>
>> -- 
>> 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/b8951d9f-f7d3-49ed-9c95-5f85b71657b3%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/3ecf82dc-fa2c-423b-b96a-815342eab58a%40googlegroups.com.


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
> 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 fulfilled.
>>> py4web.com was available and the pypi package was available.
>>> Here is running on google cloud:
>>> http://py4web.com/
>>>
>>> Ducking...
>>>
>>>
>> Thumbs up!
>>
>> (But _dashboard was 404)
>>
>> /dps
>>  
>>
>> -- 
>> 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/b8951d9f-f7d3-49ed-9c95-5f85b71657b3%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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/b757e019-50fd-4589-ae19-b105af9de281%40googlegroups.com.


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 fulfilled.
>> py4web.com was available and the pypi package was available.
>> Here is running on google cloud:
>> http://py4web.com/
>>
>> Ducking...
>>
>>
> Thumbs up!
>
> (But _dashboard was 404)
>
> /dps
>
>
> --
> 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/b8951d9f-f7d3-49ed-9c95-5f85b71657b3%40googlegroups.com
> 
> .
>

-- 
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/CA%2BvcePXU4sB4qfNLMUKgUhgSONiPCW83QNebBx_1_1jvbUWKew%40mail.gmail.com.


[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/
>
> Ducking...
>
>
Thumbs up!

(But _dashboard was 404)

/dps
 

-- 
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/b8951d9f-f7d3-49ed-9c95-5f85b71657b3%40googlegroups.com.