I tried easy_install -U -f http://svn.turbogears.org/site_resources/eggs/ <http://svn.turbogears.org/site_resources/eggs/>RuleDispatch but it still failed. It located version r2113. Even when I browse the repo I see windows eggs for r2303...
(tgtrunk)[EMAIL PROTECTED]:~/tgtrunk$ easy_install -U -f http://svn.turbogears.org/site_resources/eggs/ RuleDispatch Searching for RuleDispatch Reading http://svn.turbogears.org/site_resources/eggs/ Reading http://cheeseshop.python.org/pypi/RuleDispatch/ Couldn't retrieve index page for 'RuleDispatch' Scanning index of all packages (this may take a while) Reading http://cheeseshop.python.org/pypi/ Best match: RuleDispatch 0.5a0.dev-r2115 Downloading http://svn.turbogears.org/site_resources/eggs/RuleDispatch-0.5a0.dev-r2115.tar.gz Processing RuleDispatch-0.5a0.dev-r2115.tar.gz ... This installs fine, but then the "python setup.py develop" fails as before: (tgtrunk)[EMAIL PROTECTED]:~/src/turbogears$ python setup.py develop running develop running egg_info writing requirements to TurboGears.egg-info/requires.txt writing TurboGears.egg-info/PKG-INFO writing top-level names to TurboGears.egg-info/top_level.txt writing dependency_links to TurboGears.egg-info/dependency_links.txt writing entry points to TurboGears.egg-info/entry_points.txt writing manifest file 'TurboGears.egg-info/SOURCES.txt' running build_ext Creating /home/nickyl/tgtrunk/lib/python2.5/TurboGears.egg-link (link to .) TurboGears 1.1a0 is already the active version in easy-install.pth Installing tg-admin script to /home/nickyl/tgtrunk/bin/ Installed /home/nickyl/src/turbogears Processing dependencies for TurboGears==1.1a0 Searching for RuleDispatch>=0.5a0.dev-r2303 Reading http://www.turbogears.org/preview/download/index.html Reading http://peak.telecommunity.com/snapshots Reading http://files.turbogears.org/eggs/ Reading http://cheeseshop.python.org/pypi/RuleDispatch/ Couldn't retrieve index page for 'RuleDispatch' Scanning index of all packages (this may take a while) Reading http://cheeseshop.python.org/pypi/ No local packages or download links found for RuleDispatch>=0.5a0.dev-r2303 error: Could not find suitable distribution for Requirement.parse ('RuleDispatch>=0.5a0.dev-r2303') (--always-copy skips system and development eggs) On 4/25/07, Alberto Valverde <[EMAIL PROTECTED]> wrote: > > > > On Apr 25, 2007, at 7:19 PM, shday wrote: > > > > > Try this (stolen from Alberto's post in another thread): > > > > easy_install -f http://svn.turbogears.org/site_resources/eggs/ > > RuleDispatch > > Got it wrong last time... better try: > > easy_install -U -f http://svn.turbogears.org/site_resources/eggs/ > RuleDispatch > > The "U" is to make sure it "U"pdates your current RD. > > Alberto > > > > -- -- Nicky Ayoub G-Mail Account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
