PyBugz version when installing Gitzilla

597 Views Asked by At

I'm trying to install Gitzilla, and I'm running into the 'no module named Bugz' problem mentioned here.

Anyone knows where to take the 0.9.3 PyBugz version metioned in the link above?

1

There are 1 best solutions below

0
Ran Moshe On BEST ANSWER

On Ubuntu:

  • Download PyBugs: git clone https://github.com/williamh/pybugz.git and cd to the new pybugz directory
  • Verify tag 0.9.3 exists: git tag
  • Checkout the 0.9.3 tag: git checkout 0.9.3
  • Install the library: sudo python setup.py install