On 10/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > So, > a brand new XP machine > installed Python2.5 binary > installed PostgreSQL > installed psycopg2 > attempt tgsetup.py > everything goes extremely well until "Processing > simplejson-1.7.3.tar.gz" throws a traceback, complaining that >
> File "C:\Python25\setuptools-0.6c6-py2.5.egg\setuptools\sandbox.py", > line 63, > in run > File "C:\Python25\setuptools-0.6c6-py2.5.egg\setuptools\sandbox.py", > line 29, > in <lambda> > File "setup.py", line 9, in <module> > TypeError: use_setuptools() got an unexpected keyword argument > 'min_version' > > any hints? Thank you guys... > Hello, I don't know if this will help you, but have you considered moving into Linux. I had similar issues with version mismatch on windows, which led me to start using Debian stable and its turbogears packages as an development platform for Turbogears. (http://www.us.debian.org/) "apt-get install python-turbogears" Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

