2009/12/7 Alex Fanjul :
> In fact I saw it before and I tried to understand your code, but I'm afraid
> it's to complex for me because it's part of a big platform (sahana) with a
> lot of methods, variables, (lines of code) which I don't know.
You could try just looking at the bit which checks the
On 15 October 2012 18:36, Vladyslav Kozlovskyy wrote:
> We have [is_gae] variable in [gluon/languages.py] to avoid writting dicts in
> Google AppEngine.
> All we need is to make such replacement in [gluon/languages.py]:
> replace
> 38 is_gae = settings.global_settings.web2py_runtime_gae
> with
> 3
to control this setting within my application,
through something like current.request.xxx
Are you ok if I modify this to work in that way?
Best Wishes,
Fran.
> У пн, 2012-10-15 у 18:44 +0100, Fran Boon пише:
>
> On 15 October 2012 18:36, Vladyslav Kozlovskyy wrote:
>> We have [is_ga
On 6 February 2011 05:15, Massimo Di Pierro wrote:
> Here is a proposed solution in trunk
> import mysqldb
> from gluon.dal import MySQLAdapter
> MySQLAdapter.adapter=mysqldb
> before calling db=DAL('mysql://...')
That seems very workable :)
Thanks a lot,
Fran.
> On 6 February 2011 05:15, Massimo Di Pierro
> wrote:
>> Here is a proposed solution in trunk
>> import mysqldb
>> from gluon.dal import MySQLAdapter
>> MySQLAdapter.adapter=mysqldb
>> before calling db=DAL('mysql://...')
I'm not sure this is being read everywhere, since I just got a broken
pip
On 10 August 2011 07:11, Massimo Di Pierro wrote:
> On Aug 9, 6:13 pm, Fran wrote:
>> I have problems under Windows with
>> python web2py.py -K app
>> I guess this is due to MultiProcessing
> Can you check whether it is a reporting thing only but it is doing the
> work?
It is not doing the work.
6 matches
Mail list logo