Hi Ronald, What this is saying is that your easy_install wrapper script is from setuptools 0.6a5, but the version of setuptools you have installed is 0.6a6. Grab ez_setup.py and do this:
sudo ez_setup.py --script-dir /usr/local/bin setuptools Kevin On 11/2/05, Ronald Jaramillo <[EMAIL PROTECTED]> wrote: > > Hi list, > In my powerbook I got difficulties running the svn version. After > update I do python setup.py develop, then it complains about > RuleDispatch, > I runt easy_install -i http://www.turbogears.org/download/index.html > RuleDispatch, and a traceback greets me with: > > File "/usr/local/bin/easey_install", line 7, in ? > ... .... > pkg_resources.VersionConflict:(setuptools 0.6a6 (/Library/Frameworks/ > Python.framework/Versions/2.4/lib/python2.4/site-packages/ > setuptols-0.6a6-py2.4.egg), requirements.parse('setuptools==0.6a5')) > > I just did this on my desktop without problems. > Suggestions? > Cheers > Ronald > > ________________________________ > Ronald Jaramillo > mail: ronald AT checkandshare DOT com > blog: http://www.checkandshare.com/blog > > > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

