...on RuleDispatch under windows. I downloaded the latest tgsetup.py from sourceforge and ran python tgsetup.py. I get the following:
Processing dependencies for TurboGears==1.0.10 Searching for RuleDispatch>=0.5a0.dev-r2303 Reading http://pypi.python.org/simple/RuleDispatch/ Couldn't find index page for 'RuleDispatch' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ No local packages or download links found for RuleDispatch>=0.5a0.dev-r2303 Best match: None Traceback (most recent call last): File "tgsetup.py", line 466, in <module> tg_main() File "tgsetup.py", line 217, in tg_main main(args) File "tgsetup.py", line 430, in main main(argv) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 1712, in main with_ei_usage(lambda: File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 1700, in with_ei_usage return f() File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 1716, in <lambda> distclass=DistributionWithoutHelpCommands, **kw File "c:\python25\lib\distutils\core.py", line 151, in setup dist.run_commands() File "c:\python25\lib\distutils\dist.py", line 974, in run_commands self.run_command(cmd) File "c:\python25\lib\distutils\dist.py", line 994, in run_command cmd_obj.run() File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 211, in run self.easy_install(spec, not self.no_deps) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 446, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 478, in install_item self.process_distribution(spec, dist, deps) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 519, in process_distribution [requirement], self.local_index, self.easy_install File "C:\Python25\Lib\site-packages\pkg_resources.py", line 563, in resolve dist = best[req.key] = env.best_match(req, self, installer) File "C:\Python25\Lib\site-packages\pkg_resources.py", line 799, in best_match return self.obtain(req, installer) # try and download/install File "C:\Python25\Lib\site-packages\pkg_resources.py", line 811, in obtain return installer(requirement) File "C:\Python25\Lib\site-packages\setuptools\command\easy_install.py", line 434, in easy_install self.local_index File "C:\Python25\Lib\site-packages\setuptools\package_index.py", line 475, in fetch_distribution return dist.clone(location=self.download(dist.location, tmpdir)) AttributeError: 'NoneType' object has no attribute 'clone' Any ideas? -Jim -- 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?hl=en.

