[EMAIL PROTECTED] wrote: > I have been trying on and off for awhile to get TurboGears installed > on my fedora core 4 system with python version 2.4.1 > Running python ez_setup.py -D -f > http://www.turbogears.org/download/index.html --script-dir > /usr/local/bin TurboGears > > it would fail installing cElementTree-1.0.2-20050302 with the error > TypeError: swig_sources() takes exactly 2 arguments (3 given)
This is a Pyrex problem; more recent versions of setuptools include a workaround for the issue. By the way, Kevin, maybe it's time for you to bump the version of ez_setup you're distributing? A lot of commonly-reported installation problems on the list lately are ones that were already fixed by more recent versions of setuptools. (E.g. elementtree download on effbot.org, the above issue, SourceForge processing, Subversion support, '-rc' release numbers, etc. etc. etc.) Even if you end up with something less stable, I'll at least have *new* bugs to troubleshoot instead of the same already-fixed ones over and over. ;-)

