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') --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

