Re: [Repoze-dev] templates txt in repoze.bfg and chameleon

2010-02-12 Thread JPenny
Actually, since the point of this exercise was to create csv files, I would not use any templating. python has a good csv module, and it will correctly deal with escaping. No templating system is going to get these details correct. See http://docs.python.org/library/csv.html#csv-fmt-params

[Repoze-dev] bfg Buildout comments.

2008-12-12 Thread JPenny
Platform current Debian Sid python2.5. 0) nothing to do with repoze. virtualenv -p python2.5 ... does not work. python2.5 /usr/lib/python2.5/site-packages/virtualenv.py ... is fine. Also, current Debian may have multiple python-dev packages, choose version you need, as in python2.4-dev or