Note that cElementTree is not the same as elementtree... (as you'd probably guess, it's a C implementation of elementtree), and it looks like you were missing that. I don't know *how*, since that's been in the requirements list for some time...
Kevin On 12/28/05, Dan Jacob <[EMAIL PROTECTED]> wrote: > > Well, I have elementtree-1.2.6-py2.4.egg, if that helps. The > easy_install.pth contains: > > c:\python24\lib\site-packages\setuptools-0.6a8-py2.4.egg > c:\documents and settings\dan jacob\my > documents\turbogears\setuptools-0.6a8-py2.4.egg > c:\python24\lib\site-packages\ruledispatch-0.5a0.dev_r2100-py2.4-win32.egg > c:\python24\lib\site-packages\pyprotocols-1.0a0dev_r2082-py2.4-win32.egg > c:\python24\lib\site-packages\formencode-0.4-py2.4.egg > c:\python24\lib\site-packages\elementtree-1.2.6-py2.4.egg > c:\python24\lib\site-packages\turbogears-0.9a0dev_r385-py2.4.egg > > This is a clean install of both Python and TurboGears on a WinXP system. > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

