On Tue, Mar 31, 2009 at 12:29 PM, Felix Schwarz <[email protected]> wrote:
> Lukasz Szybalski schrieb:
>>
>> On Tue, Mar 31, 2009 at 10:56 AM, Felix Schwarz <[email protected]>
>> wrote:
>>>
>>> Hi Lukasz,
>>>
>>> I think Christoph actually answered your post, just an addition:
>>> 1. We have better docs (I hope!), they're included in the current trunk.
>>>   They even explain how to use TM3 in TG2/Pylons (though I have not
>>>    much TG2 experience - if the docs are wrong, please tell us!)
>>
>>
>> "Note that setting boolean values to "false" does not work because TM
>> expects that the values are evaluated as bool, but this happens only in
>> TG1, not in TG2 (see http://trac.turbogears.org/ticket/2240)."
>>
>> So tg2 is ok? From reading the bug it seemed like its the other way,
>> tg1 works, but tg2 does not?

asbool()
ok so the settings in tg2 are?::?

Put the following in development/deployment.ini:

mail.on = asbool(true)
....or?

mail.manager = immediate
mail.brand =
mail.transport = smtp
mail.smtp.server = your.mail.server
mail.smtp.debug =
mail.encoding = utf-8
mail.utf8qp.on = true





>
> This is a difference between ConfigObj (TG1) and Paste (TG2): In ConfigObj a
> setting 'False' was converted to the boolean False automatically. This is
> why TM3 does not work as expected on TG2.
>
>>  easy_install -U turbomail==dev   (not working, do I have to check out
>> the trunk or is there a release in the next 24 hours?)
>
> Definitely not for the next 24h.
>
> fs
>
>



-- 
How to create python package?
http://lucasmanual.com/mywiki/PythonPaste
DataHub - create a package that gets, parses, loads, visualizes data
http://lucasmanual.com/mywiki/DataHub

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to