Re: [web2py] web2py 2.19.1 is OUT

2020-03-25 Thread Richard Vézina
KEEP GOING!! WEB2PY!!

:D

On Wed, Mar 25, 2020 at 4:42 AM Nico Zanferrari  wrote:

> Hi Jim,
>
> you should use the latest available Python version and the web2py sources
> (and possibly a full web server) for Production and complex / unusual
> development.
> But using the binaries is much simpler and quicker if you're just learning
> web2py or testing your existing code with different python versions. For a
> newbie, even properly installing Python could be a nightmare! Also, in this
> way you're sure you don't risk any damage on your system and you can do it
> even if you're not an administrator.
>
> Nico
>
> Il giorno mer 25 mar 2020 alle ore 03:36 Massimo Di Pierro <
> massimo.dipie...@gmail.com> ha scritto:
>
>> So far yes.
>> Nico has been working on new binaries and a new system for packing them.
>> The plan is to ship both 2.7 and 3.7.
>>
>> On Tuesday, 24 March 2020 18:49:06 UTC-7, jim kaubisch wrote:
>>>
>>> Hi Nico,
>>>
>>> Just want to make sure I understand.
>>>
>>> You say 'web2py 2.19.1 binaries come "with embedded Python 2.7.16 or
>>> 3.7.4" ' ??
>>> My reading is that one MUST get web2py source in order to use other
>>> versions of Python? Am I understanding correctly?
>>>
>>> We are on macOS Catalina, python 3.7.6 and, given that python 3.8.2
>>> claims better integration with Catalina and python.org saying "We plan to
>>> continue to provide bugfix releases for 3.7.x until mid 2020...", going
>>> back to 3.7.4 doesn't appeal.
>>>
>>> Thanks
>>> Jim
>>>
>>>
>>> On Sunday, March 22, 2020 at 4:01:40 PM UTC-7, Nico Zanferrari wrote:
>>>>
>>>> Hello,
>>>>
>>>> the 2.19.1 web2py binaries are ready to be tested & used, with embedded
>>>> Python 2.7.16 or 3.7.4. Grab them from my repository
>>>> <https://github.com/nicozanf/web2py-pyinstaller> .
>>>> It has taken me a lot of time for updating to the latest PyInstaller
>>>> 3.6 and find a new missing import ;-)
>>>>
>>>> @Massimo: please update the Legacy and Normal binaries on
>>>> http://www.web2py.com/init/default/download accordingly.
>>>>
>>>> Cheers,
>>>> Nico
>>>>
>>>>
>>>> Il giorno dom 22 mar 2020 alle ore 03:50 Lovedie JC 
>>>> ha scritto:
>>>>
>>>>> I've updated it.
>>>>> Flawless
>>>>> 
>>>>> Good work. Much appreciated.
>>>>> Regards
>>>>>
>>>>> On Sun, Mar 22, 2020, 04:28 Christian Varas 
>>>>> wrote:
>>>>>
>>>>>> Thanks! 
>>>>>>
>>>>>> El El sáb, 21 de mar. de 2020 a la(s) 18:52, Massimo Di Pierro <
>>>>>> massimo...@gmail.com> escribió:
>>>>>>
>>>>>>> Sorry it took so long.
>>>>>>>
>>>>>>> Web2py 2.19.1 is finally out.
>>>>>>>
>>>>>>> It contains many small bug fixes including better support for python
>>>>>>> 3.6, 3.7, and 3.8
>>>>>>>
>>>>>>> https://travis-ci.org/github/web2py/web2py
>>>>>>>
>>>>>>> --
>>>>>>> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
>>>>>>> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
>>>>>>> .
>>>>>>>
>>>>>> --
>>>>>> Resources:
>>>>>> - http://web2py.com
>>>>>> - http://web2py.com/book (Documentation)
>>>&

Re: [web2py] web2py 2.19.1 is OUT

2020-03-25 Thread Nico Zanferrari
Hi Jim,

you should use the latest available Python version and the web2py sources
(and possibly a full web server) for Production and complex / unusual
development.
But using the binaries is much simpler and quicker if you're just learning
web2py or testing your existing code with different python versions. For a
newbie, even properly installing Python could be a nightmare! Also, in this
way you're sure you don't risk any damage on your system and you can do it
even if you're not an administrator.

Nico

Il giorno mer 25 mar 2020 alle ore 03:36 Massimo Di Pierro <
massimo.dipie...@gmail.com> ha scritto:

> So far yes.
> Nico has been working on new binaries and a new system for packing them.
> The plan is to ship both 2.7 and 3.7.
>
> On Tuesday, 24 March 2020 18:49:06 UTC-7, jim kaubisch wrote:
>>
>> Hi Nico,
>>
>> Just want to make sure I understand.
>>
>> You say 'web2py 2.19.1 binaries come "with embedded Python 2.7.16 or
>> 3.7.4" ' ??
>> My reading is that one MUST get web2py source in order to use other
>> versions of Python? Am I understanding correctly?
>>
>> We are on macOS Catalina, python 3.7.6 and, given that python 3.8.2
>> claims better integration with Catalina and python.org saying "We plan to
>> continue to provide bugfix releases for 3.7.x until mid 2020...", going
>> back to 3.7.4 doesn't appeal.
>>
>> Thanks
>> Jim
>>
>>
>> On Sunday, March 22, 2020 at 4:01:40 PM UTC-7, Nico Zanferrari wrote:
>>>
>>> Hello,
>>>
>>> the 2.19.1 web2py binaries are ready to be tested & used, with embedded
>>> Python 2.7.16 or 3.7.4. Grab them from my repository
>>> <https://github.com/nicozanf/web2py-pyinstaller> .
>>> It has taken me a lot of time for updating to the latest PyInstaller 3.6
>>> and find a new missing import ;-)
>>>
>>> @Massimo: please update the Legacy and Normal binaries on
>>> http://www.web2py.com/init/default/download accordingly.
>>>
>>> Cheers,
>>> Nico
>>>
>>>
>>> Il giorno dom 22 mar 2020 alle ore 03:50 Lovedie JC 
>>> ha scritto:
>>>
>>>> I've updated it.
>>>> Flawless
>>>> 
>>>> Good work. Much appreciated.
>>>> Regards
>>>>
>>>> On Sun, Mar 22, 2020, 04:28 Christian Varas 
>>>> wrote:
>>>>
>>>>> Thanks! 
>>>>>
>>>>> El El sáb, 21 de mar. de 2020 a la(s) 18:52, Massimo Di Pierro <
>>>>> massimo...@gmail.com> escribió:
>>>>>
>>>>>> Sorry it took so long.
>>>>>>
>>>>>> Web2py 2.19.1 is finally out.
>>>>>>
>>>>>> It contains many small bug fixes including better support for python
>>>>>> 3.6, 3.7, and 3.8
>>>>>>
>>>>>> https://travis-ci.org/github/web2py/web2py
>>>>>>
>>>>>> --
>>>>>> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
>>>>>> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
>>>>>> .
>>>>>>
>>>>> --
>>>>> 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 discussi

Re: [web2py] web2py 2.19.1 is OUT

2020-03-24 Thread Massimo Di Pierro
So far yes.
Nico has been working on new binaries and a new system for packing them. 
The plan is to ship both 2.7 and 3.7.

On Tuesday, 24 March 2020 18:49:06 UTC-7, jim kaubisch wrote:
>
> Hi Nico,
>
> Just want to make sure I understand.
>
> You say 'web2py 2.19.1 binaries come "with embedded Python 2.7.16 or 
> 3.7.4" ' ??
> My reading is that one MUST get web2py source in order to use other 
> versions of Python? Am I understanding correctly?
>
> We are on macOS Catalina, python 3.7.6 and, given that python 3.8.2 claims 
> better integration with Catalina and python.org saying "We plan to 
> continue to provide bugfix releases for 3.7.x until mid 2020...", going 
> back to 3.7.4 doesn't appeal.
>
> Thanks
> Jim
>
>
> On Sunday, March 22, 2020 at 4:01:40 PM UTC-7, Nico Zanferrari wrote:
>>
>> Hello,
>>
>> the 2.19.1 web2py binaries are ready to be tested & used, with embedded 
>> Python 2.7.16 or 3.7.4. Grab them from my repository 
>> <https://github.com/nicozanf/web2py-pyinstaller> .
>> It has taken me a lot of time for updating to the latest PyInstaller 3.6 
>> and find a new missing import ;-)
>>
>> @Massimo: please update the Legacy and Normal binaries on 
>> http://www.web2py.com/init/default/download accordingly.
>>
>> Cheers,
>> Nico
>>
>>
>> Il giorno dom 22 mar 2020 alle ore 03:50 Lovedie JC  
>> ha scritto:
>>
>>> I've updated it.
>>> Flawless 
>>> 
>>> Good work. Much appreciated. 
>>> Regards 
>>>
>>> On Sun, Mar 22, 2020, 04:28 Christian Varas  wrote:
>>>
>>>> Thanks! 
>>>>
>>>> El El sáb, 21 de mar. de 2020 a la(s) 18:52, Massimo Di Pierro <
>>>> massimo...@gmail.com> escribió:
>>>>
>>>>> Sorry it took so long.
>>>>>
>>>>> Web2py 2.19.1 is finally out.
>>>>>
>>>>> It contains many small bug fixes including better support for python 
>>>>> 3.6, 3.7, and 3.8
>>>>>
>>>>> https://travis-ci.org/github/web2py/web2py
>>>>>
>>>>> -- 
>>>>> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
>>>>> .
>>>>>
>>>> -- 
>>>> 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/CA%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com
>>>>  
>>>> <https://groups.google.com/d/msgid/web2py/CA%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> -- 
>>> 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/CAAcHJF8dZTRrYnLmfVwmq_gZe6Gz3w%2BiqXRxT1h2qdE7X_6Dgg%40mail.gmail.com
>>>  
>>> <https://groups.google.com/d/msgid/web2py/CAAcHJF8dZTRrYnLmfVwmq_gZe6Gz3w%2BiqXRxT1h2qdE7X_6Dgg%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
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/2f3191a5-9cb7-42fa-b23e-a9cb816e0c74%40googlegroups.com.


Re: [web2py] web2py 2.19.1 is OUT

2020-03-24 Thread 'jim kaubisch' via web2py-users
Hi Nico,

Just want to make sure I understand.

You say 'web2py 2.19.1 binaries come "with embedded Python 2.7.16 or 3.7.4" 
' ??
My reading is that one MUST get web2py source in order to use other 
versions of Python? Am I understanding correctly?

We are on macOS Catalina, python 3.7.6 and, given that python 3.8.2 claims 
better integration with Catalina and python.org saying "We plan to continue 
to provide bugfix releases for 3.7.x until mid 2020...", going back to 
3.7.4 doesn't appeal.

Thanks
Jim


On Sunday, March 22, 2020 at 4:01:40 PM UTC-7, Nico Zanferrari wrote:
>
> Hello,
>
> the 2.19.1 web2py binaries are ready to be tested & used, with embedded 
> Python 2.7.16 or 3.7.4. Grab them from my repository 
> <https://github.com/nicozanf/web2py-pyinstaller> .
> It has taken me a lot of time for updating to the latest PyInstaller 3.6 
> and find a new missing import ;-)
>
> @Massimo: please update the Legacy and Normal binaries on 
> http://www.web2py.com/init/default/download accordingly.
>
> Cheers,
> Nico
>
>
> Il giorno dom 22 mar 2020 alle ore 03:50 Lovedie JC  > ha scritto:
>
>> I've updated it.
>> Flawless 
>> 
>> Good work. Much appreciated. 
>> Regards 
>>
>> On Sun, Mar 22, 2020, 04:28 Christian Varas > > wrote:
>>
>>> Thanks! 
>>>
>>> El El sáb, 21 de mar. de 2020 a la(s) 18:52, Massimo Di Pierro <
>>> massimo...@gmail.com > escribió:
>>>
>>>> Sorry it took so long.
>>>>
>>>> Web2py 2.19.1 is finally out.
>>>>
>>>> It contains many small bug fixes including better support for python 
>>>> 3.6, 3.7, and 3.8
>>>>
>>>> https://travis-ci.org/github/web2py/web2py
>>>>
>>>> -- 
>>>> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
>>>>  
>>>> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>> -- 
>>> 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/CA%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com
>>>  
>>> <https://groups.google.com/d/msgid/web2py/CA%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com?utm_medium=email_source=footer>
>>> .
>>>
>> -- 
>> 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/CAAcHJF8dZTRrYnLmfVwmq_gZe6Gz3w%2BiqXRxT1h2qdE7X_6Dgg%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/web2py/CAAcHJF8dZTRrYnLmfVwmq_gZe6Gz3w%2BiqXRxT1h2qdE7X_6Dgg%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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/1cd0493c-b16c-4f7b-932b-48a3336581d4%40googlegroups.com.


Re: [web2py] web2py 2.19.1 is OUT

2020-03-22 Thread Nico Zanferrari
Hello,

the 2.19.1 web2py binaries are ready to be tested & used, with embedded
Python 2.7.16 or 3.7.4. Grab them from my repository
<https://github.com/nicozanf/web2py-pyinstaller> .
It has taken me a lot of time for updating to the latest PyInstaller 3.6
and find a new missing import ;-)

@Massimo: please update the Legacy and Normal binaries on
http://www.web2py.com/init/default/download accordingly.

Cheers,
Nico


Il giorno dom 22 mar 2020 alle ore 03:50 Lovedie JC  ha
scritto:

> I've updated it.
> Flawless
> 
> Good work. Much appreciated.
> Regards
>
> On Sun, Mar 22, 2020, 04:28 Christian Varas 
> wrote:
>
>> Thanks! 
>>
>> El El sáb, 21 de mar. de 2020 a la(s) 18:52, Massimo Di Pierro <
>> massimo.dipie...@gmail.com> escribió:
>>
>>> Sorry it took so long.
>>>
>>> Web2py 2.19.1 is finally out.
>>>
>>> It contains many small bug fixes including better support for python
>>> 3.6, 3.7, and 3.8
>>>
>>> https://travis-ci.org/github/web2py/web2py
>>>
>>> --
>>> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
>>> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>> --
>> 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%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/web2py/CA%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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/CAAcHJF8dZTRrYnLmfVwmq_gZe6Gz3w%2BiqXRxT1h2qdE7X_6Dgg%40mail.gmail.com
> <https://groups.google.com/d/msgid/web2py/CAAcHJF8dZTRrYnLmfVwmq_gZe6Gz3w%2BiqXRxT1h2qdE7X_6Dgg%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

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


Re: [web2py] web2py 2.19.1 is OUT

2020-03-21 Thread Lovedie JC
I've updated it.
Flawless

Good work. Much appreciated.
Regards

On Sun, Mar 22, 2020, 04:28 Christian Varas  wrote:

> Thanks! 
>
> El El sáb, 21 de mar. de 2020 a la(s) 18:52, Massimo Di Pierro <
> massimo.dipie...@gmail.com> escribió:
>
>> Sorry it took so long.
>>
>> Web2py 2.19.1 is finally out.
>>
>> It contains many small bug fixes including better support for python 3.6,
>> 3.7, and 3.8
>>
>> https://travis-ci.org/github/web2py/web2py
>>
>> --
>> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
>> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
> --
> 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%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com
> <https://groups.google.com/d/msgid/web2py/CA%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com?utm_medium=email_source=footer>
> .
>

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


Re: [web2py] web2py 2.19.1 is OUT

2020-03-21 Thread Christian Varas
Thanks! 

El El sáb, 21 de mar. de 2020 a la(s) 18:52, Massimo Di Pierro <
massimo.dipie...@gmail.com> escribió:

> Sorry it took so long.
>
> Web2py 2.19.1 is finally out.
>
> It contains many small bug fixes including better support for python 3.6,
> 3.7, and 3.8
>
> https://travis-ci.org/github/web2py/web2py
>
> --
> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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%2Bs%2BuJsMSc4GhYHR9VpsJycKAdCzSr8vQK30WwBPmJOLQg2BLA%40mail.gmail.com.


Re: [web2py] web2py 2.19.1 is OUT

2020-03-21 Thread Massimo Di Pierro
Let me know when ready. 

On Saturday, 21 March 2020 16:12:13 UTC-7, Nico Zanferrari wrote:
>
> Thanks Massimo!
>
> Please note that the binaries listed on 
> http://www.web2py.com/init/default/download are supposed to be the new 
> ones with Pyinstaller, but in fact they are the old broken ones.
> I'm working for buiding the new binaries - you cannot just replace the 
> sources inside because the main web2py.py program has been changed.
>
> Nico
>
> Il giorno sab 21 mar 2020 alle ore 22:52 Massimo Di Pierro <
> massimo.dipie...@gmail.com> ha scritto:
>
>> Sorry it took so long.
>>
>> Web2py 2.19.1 is finally out.
>>
>> It contains many small bug fixes including better support for python 3.6, 
>> 3.7, and 3.8
>>
>> https://travis-ci.org/github/web2py/web2py
>>
>> -- 
>> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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/d67e1263-62b6-4ff1-90de-aa41b10a81b0%40googlegroups.com.


Re: [web2py] web2py 2.19.1 is OUT

2020-03-21 Thread Nico Zanferrari
Thanks Massimo!

Please note that the binaries listed on
http://www.web2py.com/init/default/download are supposed to be the new ones
with Pyinstaller, but in fact they are the old broken ones.
I'm working for buiding the new binaries - you cannot just replace the
sources inside because the main web2py.py program has been changed.

Nico

Il giorno sab 21 mar 2020 alle ore 22:52 Massimo Di Pierro <
massimo.dipie...@gmail.com> ha scritto:

> Sorry it took so long.
>
> Web2py 2.19.1 is finally out.
>
> It contains many small bug fixes including better support for python 3.6,
> 3.7, and 3.8
>
> https://travis-ci.org/github/web2py/web2py
>
> --
> 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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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_AygPCkK04kWqM9--VhZtaoYQ%2BkMyjmKBx4fUz_nRcQ2A%40mail.gmail.com.


[web2py] web2py 2.19.1 is OUT

2020-03-21 Thread Massimo Di Pierro
Sorry it took so long.

Web2py 2.19.1 is finally out.

It contains many small bug fixes including better support for python 3.6, 
3.7, and 3.8

https://travis-ci.org/github/web2py/web2py

-- 
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/c432d75b-bfdc-414c-b110-f6e7bfc0265d%40googlegroups.com.