Re: [web2py] web2py 2.17.1

2018-08-12 Thread Massimo Di Pierro
I think the problem is that plugins UI was not ported to python 3 but 
should it be? I think we should drop the plugins page as is and make a 
better one alltogether.

On Saturday, 11 August 2018 14:09:54 UTC-7, sandeep patel wrote:
>
> Hello,
> In  Version, 2.16.1-stable Plugins work fine when clicking on plugin 
> web2py administrative interface gives all information about the plugin, 
> but in 2.17.1 gives Error.
> is that bug or I am doing something wrong?
> Version
> web2py™ Version 2.17.1-stable+timestamp.2018.08.06.01.02.56
> Python Python 3.6.2: C:\Program Files\Python36\python.exe (prefix: 
> C:\Program Files\Python36)Traceback
>
> 1.
> 2.
> 3.
> 4.
> 5.
> 6.
>
> Traceback (most recent call last):
>   File "C:\web2py\gluon\restricted.py", line 219, in restricted
> exec(ccode, environment)
>   File "C:\web2py\applications\admin\views\default/plugin.html", line 165, in 
> 
> path=[]
> TypeError: sequence item 0: expected str instance, bytes found
>
>
> Thanks,
> Sandeep
>
> On Sat, Aug 11, 2018 at 9:34 PM Nico Zanferrari  
> wrote:
>
>> Hi,
>>
>> I've found that the style bug described in 
>> https://github.com/web2py/web2py/issues/1929 (due to bootstrap4 changes) 
>> is still present - at least with the Welcome app. I've already commented 
>> there.
>>
>> Also, the version on github 
>> is 2.17.1-stable+timestamp.2018.08.05.17.57.00 , while on the website 
>> is 2.17.1-stable+timestamp.2018.08.06.01.02.56 . The different timestamps 
>> make the Admin app to suggest to upgrade to a  non-existing new version if 
>> you install web2py using git Please, avoid it for the next release.
>>
>> Thank you,
>> Nico
>>
>> Il giorno lun 6 ago 2018 alle ore 03:12 Massimo Di Pierro <
>> massimo.dipie...@gmail.com> ha scritto:
>>
>>> Hello everybody,
>>>
>>> I released pyDAL 18.08 and web2py 2.17.1
>>> They mostly contain bug fixes as well as better support for python 3 and 
>>> bootstrap 4 by default.
>>> Thanks to all those who contributed!
>>>
>>> Please check them out and report any issue with them.
>>>
>>> I have a been a little slow checking this group because of lots of 
>>> traveling but I will do my best to catch up. :-)
>>>
>>> Massimo
>>>
>>> -- 
>>> 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.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> -- 
>> 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.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] web2py 2.17.1

2018-08-11 Thread sandeep patel
Hello,
In  Version, 2.16.1-stable Plugins work fine when clicking on plugin web2py
administrative interface gives all information about the plugin, but in
2.17.1 gives Error.
is that bug or I am doing something wrong?
Version
web2py™ Version 2.17.1-stable+timestamp.2018.08.06.01.02.56
Python Python 3.6.2: C:\Program Files\Python36\python.exe (prefix:
C:\Program Files\Python36)Traceback

1.
2.
3.
4.
5.
6.

Traceback (most recent call last):
  File "C:\web2py\gluon\restricted.py", line 219, in restricted
exec(ccode, environment)
  File "C:\web2py\applications\admin\views\default/plugin.html", line
165, in 
path=[]
TypeError: sequence item 0: expected str instance, bytes found


Thanks,
Sandeep

On Sat, Aug 11, 2018 at 9:34 PM Nico Zanferrari  wrote:

> Hi,
>
> I've found that the style bug described in
> https://github.com/web2py/web2py/issues/1929 (due to bootstrap4 changes)
> is still present - at least with the Welcome app. I've already commented
> there.
>
> Also, the version on github is 2.17.1-stable+timestamp.2018.08.05.17.57.00
> , while on the website is 2.17.1-stable+timestamp.2018.08.06.01.02.56 . The
> different timestamps make the Admin app to suggest to upgrade to a
> non-existing new version if you install web2py using git Please, avoid
> it for the next release.
>
> Thank you,
> Nico
>
> Il giorno lun 6 ago 2018 alle ore 03:12 Massimo Di Pierro <
> massimo.dipie...@gmail.com> ha scritto:
>
>> Hello everybody,
>>
>> I released pyDAL 18.08 and web2py 2.17.1
>> They mostly contain bug fixes as well as better support for python 3 and
>> bootstrap 4 by default.
>> Thanks to all those who contributed!
>>
>> Please check them out and report any issue with them.
>>
>> I have a been a little slow checking this group because of lots of
>> traveling but I will do my best to catch up. :-)
>>
>> Massimo
>>
>> --
>> 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.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] web2py 2.17.1

2018-08-11 Thread Nico Zanferrari
Hi,

I've found that the style bug described in
https://github.com/web2py/web2py/issues/1929 (due to bootstrap4 changes) is
still present - at least with the Welcome app. I've already commented there.

Also, the version on github is 2.17.1-stable+timestamp.2018.08.05.17.57.00
, while on the website is 2.17.1-stable+timestamp.2018.08.06.01.02.56 . The
different timestamps make the Admin app to suggest to upgrade to a
non-existing new version if you install web2py using git Please, avoid
it for the next release.

Thank you,
Nico

Il giorno lun 6 ago 2018 alle ore 03:12 Massimo Di Pierro <
massimo.dipie...@gmail.com> ha scritto:

> Hello everybody,
>
> I released pyDAL 18.08 and web2py 2.17.1
> They mostly contain bug fixes as well as better support for python 3 and
> bootstrap 4 by default.
> Thanks to all those who contributed!
>
> Please check them out and report any issue with them.
>
> I have a been a little slow checking this group because of lots of
> traveling but I will do my best to catch up. :-)
>
> Massimo
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] web2py 2.17.1

2018-08-10 Thread Angelo Compagnucci
Hi Massimo,
Il giorno lun 6 ago 2018 alle ore 03:12 Massimo Di Pierro
 ha scritto:
>
> Hello everybody,
>
> I released pyDAL 18.08 and web2py 2.17.1

Could you release pyDAL also on Pypi?! We use it in buildroot and the
recipe for downloading it and building it refers to pypi.

Thanks!

> They mostly contain bug fixes as well as better support for python 3 and 
> bootstrap 4 by default.
> Thanks to all those who contributed!
>
> Please check them out and report any issue with them.
>
> I have a been a little slow checking this group because of lots of traveling 
> but I will do my best to catch up. :-)
>
> Massimo
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.



-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] web2py 2.17.1

2018-08-06 Thread Ovidio Marinho
using in tests...





   [image: http://itjp.net.br] 
 http://itjp.net.b r
  *Ovidio Marinho Falcao Neto*
 ovidio...@gmail.com
Brasil


2018-08-05 22:12 GMT-03:00 Massimo Di Pierro :

> Hello everybody,
>
> I released pyDAL 18.08 and web2py 2.17.1
> They mostly contain bug fixes as well as better support for python 3 and
> bootstrap 4 by default.
> Thanks to all those who contributed!
>
> Please check them out and report any issue with them.
>
> I have a been a little slow checking this group because of lots of
> traveling but I will do my best to catch up. :-)
>
> Massimo
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[web2py] web2py 2.17.1

2018-08-05 Thread Massimo Di Pierro
Hello everybody,

I released pyDAL 18.08 and web2py 2.17.1
They mostly contain bug fixes as well as better support for python 3 and 
bootstrap 4 by default.
Thanks to all those who contributed!

Please check them out and report any issue with them.

I have a been a little slow checking this group because of lots of 
traveling but I will do my best to catch up. :-)

Massimo

-- 
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.
For more options, visit https://groups.google.com/d/optout.