I have installed RBTools version 0.7.5.

> rbt --version
RBTools 0.7.5

The command "rbt setup-repo" fails with the following:

> rbt setup-repo
Traceback (most recent call last):
  File "/usr/bin/rbt", line 11, in <module>
    sys.exit(main())
  File "/usr/lib/python2.6/site-packages/rbtools/commands/main.py", line 
108, in main
    command_name)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 307, in 
get_entry_info
    return get_distribution(dist).get_entry_info(group, name)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 292, in 
get_distribution
    if isinstance(dist,Requirement): dist = get_provider(dist)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 176, in 
get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in 
require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in 
resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: rbtools

I confirmed that rbtools exists in /usr/lib/python2.6/site-packages/rbtools:

> ls /usr/lib/python2.6/site-packages/rbtools/
api     commands  hooks    __init__.pyc  tests.py     utils
clients  helpers   __init__.py    testing       tests.pyc

Also tried setting PYTHONPATH to /usr/lib/python2.6/site-packages/rbtools 
or /usr/lib/python2.6/site-packages or /usr/lib/python2.6 but still getting 
the same.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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/d/optout.

Reply via email to