1437: ReviewBoard Installation failed on Windows XP SP2 VMWare.

kranth******@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 4, 2010
What version are you running?
1.1alpha1

What's the URL of the page containing the problem?
N/A

What steps will reproduce the problem?
1.Install Python2.5, apache2.2, mod_python, patch, PIL, Crypto on windows
XP, SP2 VMWare
2.Try to install ReviewBoard by typing "easy_install ReviewBoard" at
command line.


What is the expected output? What do you see instead?
expected Output : successfull installation of review board.
Actual Output : "Download error: (10060, 'Operation timed out')". Please
see the log in detail as shown below. 

C:\Documents and Settings\vmware06\Desktop\BoadReview>easy_install ReviewBoard
Searching for ReviewBoard
Reading http://pypi.python.org/simple/ReviewBoard/
Download error: (10060, 'Operation timed out') -- Some packages may not be
found
!
Couldn't find index page for 'ReviewBoard' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: (10060, 'Operation timed out') -- Some packages may not be
found
!
No local packages or download links found for ReviewBoard
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'




What operating system are you using? What browser?
Windows XP SP2 VMware. Browser IE

Please provide any additional information below.
No
#1 kranth******@gmai***** (Google Code) (Is this you? Claim this profile.)
It is blocking me from installing ReviewBoard. I am very eager to demonstrate
ReviewBoard capabilities to our corporate. Please do help.
chipx86
#2 chipx86
This sounds more like a network configuration issue than anything. We have no control
over pypi.python.org, but if it was down, it's certainly back up now.
#3 kranth******@gmai***** (Google Code) (Is this you? Claim this profile.)
pypi.python.org was  not down. I could see the ReviewBoard hyperlink too on this page
which is pointing to download links. For some strange reasons, I am unable to install
ReviewBoard. I tired installing ReviewBoard on my dev-box instead of VMWare and faced
the same issue. 
#4 kranth******@gmai***** (Google Code) (Is this you? Claim this profile.)
Is there any other way to install ReviewBoard  without using easy_install, by
downloading ReviewBoard and all its dependent softwared and install it.
david
#5 david
You can download the .egg files from http://downloads.reviewboard.org/releases/ and
running easy_install on them. They'll probably error out about dependencies, which
you can then find eggs on pypi or elsewhere.

That said, if networking doesn't work in your VM, it's going to be hard for people to
use your Review Board server.
  • +SetupIssue
#6 vera****@gmai***** (Google Code) (Is this you? Claim this profile.)
I encounter the same problem.Is there anybody install reviewboard manually in LAN 
without usting setuptool?
chipx86
#7 chipx86
What you an do right now is run easy_install on another server with the -b
/path/to/download/location option. I believe this works, but this is just from
reading the docs.

We have someone working on a new installer that hopefully be available in a few
months. One of the goals is to make it easier to download everything that's needed so
it can be easily installed elsewhere.