Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-03-03 Thread Kevin Keller
Changing the logged in message to a custom one did not change the situation (see screenshot) nor did trying to fiddle some more with jquery.. I think I had a syntax error before.. flash.text( flash.text(message).replace('b', '') ); On Sunday, 3 March 2019 13:33:41 UTC+1, Kevin Keller wrote

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-03-03 Thread Kevin Keller
Tried flash.text(message).replace('b', ''); in static web2py.js without success.. any other ideas? On Saturday, 2 March 2019 19:47:36 UTC+1, Kevin Keller wrote: > > Tried to fix it in gluon/html.py and gluon/tools.py but can't fix it > > Would appreciate some help. > > It

[web2py] Re: Communication Error when Saving

2019-03-03 Thread Kevin Keller
I have teh same with the latest web2py from git, Python 3.7.1 on Windows 10. Pressing save twice and merging finally saves.. as a workaround On Sunday, 3 March 2019 08:57:03 UTC+1, Ricardo Antonio Zarco wrote: > > Hi,after upgrade to 2.18.2 i get the "Comunnicate error" when saving using >

[web2py] Re: Web2py version 2.18.2 Communications Error when in Admin.

2019-03-03 Thread Kevin Keller
The same here with python 3.7.1 on Windows10 latest Web2py from git from this morning. Pressing the save button twice brings up the merge dialogue, which does the trick for me for now.. On Tuesday, 26 February 2019 19:25:32 UTC+1, John McMaster wrote: > > Just installed web2py version 2.18.2

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-03-02 Thread Kevin Keller
Tried to fix it in gluon/html.py and gluon/tools.py but can't fix it Would appreciate some help. It's minor but super annoying. I also see a big T in front of table names when using app creation wizard. Fixed it by renaming the table name labels manually. -- Resources: -

[web2py] Re: Issue with db.export_to_csv_file and Python 3.7

2019-03-02 Thread Kevin Keller
Could you make sure that your solutiona are reflected in the github tickets for export and import problems please? Sure that would make it easier for Massimo to fix and merge the fixes for 2.18.3 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

Re: [web2py] Re: Error importing csv file in python3.6

2019-03-02 Thread Kevin Keller
There an issue filed on github already? -- 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

Re: [web2py] Re: dict values error in python 3.6

2019-03-02 Thread Kevin Keller
Can someone file an issue on github and also attach the solution please? Thanks -- 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

Re: [web2py] Re: dict values error in python 3.6

2019-02-28 Thread Kevin Keller
Ok, could you file an issue on github for. This please? On Thu, 28 Feb 2019, 12:06 Lovedie JC, wrote: > Ok on p2. > But I'm shifting to p3. 6 > > On Thu, 28 Feb 2019, 13:54 Kevin Keller wrote: > >> Seems a python3 vs python2 related error? >> >> >&

[web2py] Re: dict values error in python 3.6

2019-02-28 Thread Kevin Keller
Seems a python3 vs python2 related error? https://stackoverflow.com/questions/17431638/get-typeerror-dict-values-object-does-not-support-indexing-when-using-python Can you try to run your app with python2 for testing please ? On Thursday, 28 February 2019 05:36:04 UTC+1, Maurice Waka wrote: > >

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-02-27 Thread Kevin Keller
Could you open a ticket on github please with some supporting info. On Wed, 27 Feb 2019, 12:32 黄祥, wrote: > similar issues happen during : > - clear session, cache from web2py admin > - remove app from web2py admin > > best regards, > stifan > > -- > Resources: > - http://web2py.com > -

Re: [web2py] Re: 2.18.1 is OUT

2019-02-27 Thread Kevin Keller
Can you file an issue on github please? On Wed, 27 Feb 2019, 09:26 黄祥, wrote: > Traceback (most recent call last): >> File "/Users/sugizo/project/python/web2py/gluon/restricted.py", line >> 219, in restricted >> exec(ccode, environment) >> File >>

Re: [web2py] another python 3 minor bug in 2.18.2: b'Logged in'

2019-02-27 Thread Kevin Keller
Can you file an issue on github please? On Tue, 26 Feb 2019, 20:36 Yi Liu, wrote: > b'Logged In' in flash message: > > [image: Screen Shot 2019-02-26 at 12.33.29.png] > This is in auth, not something in my app, right? > > -- > Resources: > - http://web2py.com > - http://web2py.com/book

Re: [web2py] Re: Custom Delimiters Broken in 2.18.1?

2019-02-26 Thread Kevin Keller
Saw a 2.18.2 commit. Was that addressed in thst commit? Thanks! On Mon, 25 Feb 2019, 06:08 Massimo Di Pierro, wrote: > Damn you are right. I am releasing 2.18.2 with a fix. > > On Sunday, 24 February 2019 18:31:27 UTC-8, Limedrop wrote: >> >> >> Hi there, >> >> I think the custom template

[web2py] Web2py with python3: difference in error reporting

2019-02-15 Thread Kevin Keller
I'm wondering if Massimo is tuu busy in his new job. I'd love to help, but this seem like a probleme rooted deeply in the core of web2py. Is there anyone that knows web2py as well as Massimo to have a look? I'm happy to help with testing. Just assuming things here btw. -- Resources: -

[web2py] Re: Python 3 - Traceback problems

2019-02-15 Thread Kevin Keller
Is there any update to this? On Friday, 1 February 2019 17:21:40 UTC+1, Brian M wrote: > > So I'm trying to finally move my web2py apps over to Python 3.7 before > Python 2.7 reaches EOL and, while for the most part they're working fine, I > am finding that when there is a problem the web2py

[web2py] Re: Python 3 - Traceback problems

2019-02-15 Thread Kevin Keller
I also wonder if someone is looking into this On Friday, 15 February 2019 02:10:09 UTC+1, Brian M wrote: > > Am I really the only one having this problem? Having the error ticket > system not work seems like a pretty significant obstacle to using web2py > with python 3.7 -- Resources: -

[web2py] Re: Mysql 8.0.15

2019-02-15 Thread Kevin Keller
Is the Web2py Mysql driver recent enough for Mysql 8? Try Mysql 7 or update the driver manually maybe? On Thursday, 14 February 2019 20:09:22 UTC+1, Andrea Fae' wrote: > > Hello, I'm sorry but I'm not able to use web2py with this type of db. > > I just installed mysql version 8.0.15 on windows

<    1   2