Hello,
       I have successfully installed Python2.5 and setuptools, but still am 
getting following errors while installing RBtools.


C:\WINDOWS\SYSTEM32>easy_install -U RBTools
Searching for RBTools
Reading http://pypi.python.org/simple/RBTools/
Download error: (11001, 'getaddrinfo failed') -- Some packages may not be 
found!

Couldn't find index page for 'RBTools' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: (11001, 'getaddrinfo failed') -- Some packages may not be 
found!

No local packages or download links found for RBTools
Best match: None
Traceback (most recent call last):
  File "C:\Python25\Scripts\easy_install-script.py", line 8, in <module>
    load_entry_point('setuptools==0.6c11', 'console_scripts', 
'easy_install')()
  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
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'

Please help.
Thanks!

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to