Re: docx/lxml

2012-07-31 Thread Cyrille Leroux
On Tuesday, July 31, 2012 5:13:12 PM UTC+2, Stefan Behnel wrote: > Cyrille Leroux, 31.07.2012 17:01: > > > I'm giving pip a try : > > > > > > > > > 1/ Linux (debian lenny) > > > - (as root) sh setuptools-0.6c11-py2.7.egg (ok) >

Re: docx/lxml

2012-07-31 Thread Cyrille Leroux
On Tuesday, July 31, 2012 4:00:25 PM UTC+2, Pedro Kroger wrote: > On Jul 31, 2012, at 10:36 AM, Cyrille Leroux wrote: > > > > > - Do you know any *easy to use*, *easy to deploy* package to generate ".doc > > like" documents ? > > > - Do you have any

docx/lxml

2012-07-31 Thread cyrille . leroux
Hello, I'm trying to use the docx package to generate documents containing some text and tables. I don't want to install any module since I just want my coworkers to copy a directory and run a script, without installing tons of softwares (Just python2.7 which is already installed). First, I d