1193: Unable to install

anuj****@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 27, 2009
What version are you running?
1.0rc3

What's the URL of the page containing the problem?
Fails when trying to install to http://localhost:8080/rb1/

What steps will reproduce the problem?
rbsite.py install d:\xampplite\htdocs\rb1

What is the expected output? What do you see instead?

* Installing the site...
Building site directories ... Traceback (most recent call last):
  File "C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py", line 1453, in
<module>
    main()
  File "C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py", line 1448, in
main
    command.run()
  File "C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py", line 1052, in run
    self.show_install_status()
  File "C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py", line 1299, in
show_install_status
    site.rebuild_site_directory)
  File "C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py", line 633, in step
    func()
  File "C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py", line 180, in
rebuild_site_directory
    os.path.join("htdocs", "errordocs"))
  File "C:\ReviewBoard-1.0rc3\reviewboard\cmdline\rbsite.py", line 363, in
link_pkg_dir
    src_dir = pkg_resources.resource_filename(pkgname, src_path)
  File "D:\Python25\Lib\site-packages\pkg_resources.py", line 840, in
resource_filename
    return get_provider(package_or_requirement).get_resource_filename(
  File "D:\Python25\Lib\site-packages\pkg_resources.py", line 160, in
get_provider
    __import__(moduleOrReq)
ImportError: No module named reviewboard

What operating system are you using? What browser?
Windows XP SP3

Please provide any additional information below.
#1 anuj****@gmai***** (Google Code) (Is this you? Claim this profile.)
Forgot to mention that I run this under Xampplite 1.7.1 with the latest version of
modpython installed. DB type chosen was sqlite3 

Any ideas on what I'm doing wrong?
chipx86
#2 chipx86
It sounds like the PYTHON_PATH variable is wrong, or Review Board was installed in
the wrong location.
chipx86
#3 chipx86
How's this going? Did you figure out what went wrong with the installation?
  • +NeedInfo
  • -Type-Defect
    +Type-Support
david
#4 david
  • -NeedInfo
    +Incomplete