Hi Fabian, It must be a TG dependency that's asking for Cheetah. TG's setup.py shouldn't refer to Cheetah.
You can create a Cheetah egg easily enough. There is a .c module, but you don't have to use it. Kevin On 2/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > thanks for your help, I was able to proceed a lot in the installation, > editing setup.py helped to remove cElementTree. RuleDispatch and > PyProtocol wanted to compile but editing their setup.py changed that (I > wasn't able to get the option --without-speedups running, where should > I use that?). > > At the moment I'm stuck at Cheetah: although it's installed TG's python > setup.py develop tries to download it again. I don't plan to use > Cheetah at the moment, KID is fine. So I'm wondering if I can comment > out the requirement of Cheetah somewhere. > > Could it be that TG expects Cheetah as an Egg? I only have it installed > as a normal folder. If yes, what would be the right way to produce an > Egg during the installation? > > With best regards, > > Fabian > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

