On 12/30/05, David Badawi <[EMAIL PROTECTED]> wrote: > C:\Python24\wiki20>tg-admin sql create > Using database URI postgres://[EMAIL PROTECTED]/eye > Traceback (most recent call last): > File > "c:\python24\lib\site-packages\setuptools-0.6a9dev_r41857-py2.4.egg\pkg_r > esources.py", line 483, in resolve > raise DistributionNotFound(req) # XXX put more info here > pkg_resources.DistributionNotFound: Wiki-20 > C:\Python24\wiki20>
HI David, This is a partially corrected problem that we're having with the latest setuptools (and quickstart). I've just put the setuptools 0.6a8 version of ez_setup.py back online here: http://www.turbogears.org/download/ez_setup.py Please download that script, and then run: python ez_setup.py setuptools==0.6a8 This should put you back to the old version of setuptools and fix this problem. There will ultimately need to be a minor TurboGears update to get everything to be the way it needs to be. Kevin

