I believe you can edit TurboGears' setup.py and just remove cElementTree from install_requires. I don't think TurboGears itself uses cElementTree anywhere important, and Kid falls back to ElementTree (IIRC).
Kevin On 2/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > thanks for your answers but I'm still stuck at the same place: how can > I tell the installer to not compile cElementTree but use elementTree > instead? Do I have to edit a config file somewhere or is it a command > line? > > At the moment I'm trying to python ez_setup.py -f > http://www.turbogears.org/download/index.html --script-dir > /usr/local/bin TurboGears but that's probably not the right approach > for my case... > > Regards, > > Fabian > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

