On 9/21/06, Gary Scarr <[EMAIL PROTECTED]> wrote: > > I'm getting the following error trying to find RuleDispatch. I'm using > OS X on an Intel Mac with python2.4 and setuptools installed via > DarwinPorts (hence the use of /opt/local rather than /usr/local). But > it looks like the error is due to a missing index file on PyPi. But > I'm totally new to Easy_install and TG so maybe I'm missing the obvious > - hence asking the experts... > > Thanks in advance, > Gary > > sudo easy_install -f > http://www.turbogears.org/preview/download/index.html --script-dir > /opt/local/bin TurboGears > Password: > Searching for TurboGears > Best match: TurboGears 1.0b1 > Processing TurboGears-1.0b1-py2.4.egg > TurboGears 1.0b1 is already the active version in easy-install.pth > Installing tg-admin script to /opt/local/bin > > Using > /opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-1.0b1-py2.4.egg > Processing dependencies for TurboGears > Searching for RuleDispatch > Reading http://www.turbogears.org/preview/download/index.html > Reading http://www.python.org/pypi/RuleDispatch/ > Couldn't find index page for 'RuleDispatch' (maybe misspelled?) > Scanning index of all packages (this may take a while) > Reading http://www.python.org/pypi/ > No local packages or download links found for RuleDispatch > error: Could not find suitable distribution for > Requirement.parse('RuleDispatch') > that doesn't makes sence it should have pickup RuleDispatch-0.5a0.dev_r2115-py2.4-macosx-10.4-ppc.egg
the dependecy on setup.py is the less restrictive of all. and from the name you see it should find it. Also from the output it seems you have a half TG install, so maybe there is something on your site-packages, I'll recommend doing a cleanup and starting again. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

