Re: [web2py] Re: Migrate from sqlite to mysql

2019-02-13 Thread 黄祥
RuntimeError: Failure to connect, tried 5 times: seems have a connection problem between python and mysql perhaps you can test the connection first (via command prompt) or perhaps an uri definition is wrong, had you try: *private/appconfig.ini* uri = mysql://root:passwordroot@localhost/gadb ? b

Re: [web2py] Re: Migrate from sqlite to mysql

2019-02-13 Thread Ben Duncan
Yes it will create the db.define. *Ben Duncan* DBA / Chief Software Architect Mississippi State Supreme Court Electronic Filing Division On Wed, Feb 13, 2019 at 1:55 PM Andrea Fae' wrote: > Hello! > I followed the instruction you wrote me. > But at that point:" load web2py app, ensure migrate

[web2py] error connecting to mysql

2019-02-13 Thread Andrea Fae'
Hello. I have this error when I start application "ga" Error ticket for "ga" Ticket ID 127.0.0.1.2019-02-13.20-49-28.fcc1a494-3aa4-42c2-b1a9-ab14a466e72e Failure to connect, tried 5 times: Traceback (most recent call last): File "C:\web2py\gluon\packages\dal\pydal\base.py", line 454, in __init

[web2py] Re: Migrate from sqlite to mysql

2019-02-13 Thread Andrea Fae'
Hello! I followed the instruction you wrote me. But at that point:" load web2py app, ensure migrate is true, so that will create the tables defined in web2py" I have this error: Error ticket for "ga"Ticket ID 127.0.0.1.2019-02-13.20-49-28.fcc1a494-3aa4-42c2-b1a9-ab14a466e72e Failure to connec

[web2py] Re: In praise of the lowly "nested_select"

2019-02-13 Thread Skiros
Hello ! Very interesting !!! I'm trying to reproduce this behaviour but I'm getting this error "Expression object has no attribute on". What version of w2p are you using ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code)

Re: [web2py] Re: web2py dev env on chromebook?

2019-02-13 Thread Eliezer (Vlad) Tseytkin
I finally figured it out with crouton etc, but your way is much better. I'll look into this sandbox thing; wasn't aware of it. Thank you On Wed, Feb 13, 2019, 10:46 AM I use python/web2py on my chromebook without installing dev mode and > without crouton etc, by using the linux shell sandbox that

Re: [web2py] Re: Long text internationalization

2019-02-13 Thread Jon Subscripted
Thanks Dave, For now I do not expect to go for pages long texts. But still I'll take a look at how web2py-book is implemented. Regards, Jon. On Wed, Feb 13, 2019 at 12:39 AM Dave S wrote: > > > On Tuesday, February 12, 2019 at 3:57:36 AM UTC-8, Jonsubs wrote: >> >> Hi everyone, >> Which is the c

[web2py] Re: Update web2py manually

2019-02-13 Thread Константин Комков
It's test app which work on my computer and don't work on server. On server ajax return welcome page -- 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