Am 18.11.2010 21:07 schrieb Tomasz Narloch:
There exists some way to automatically convert or load variables from
ini as unicode?

You probably need to do that manually, just as you need to convert bools, ints or lists from paste ini-files. They are all read as strings only. That's one thing I don't like about the paste ini-files, particularly when you start merging them with other config settings e.g. from app_cfg.py (as TurboGears 2 is doing, maybe plain Pylons does this, too). See also the discussion here:

http://groups.google.com/group/paste-users/browse_thread/thread/a25ddeaff7469335

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to