You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
Maybe pybugz has changed since the last update of this project, but every time I try to use any hook with gitzilla I get an ImportError upon attempting to import bugz.bugzilla
The text was updated successfully, but these errors were encountered:
Yeah, running into this too. I'm afraid it's typical of open source projects that depend on many other open source projects. Too many disjointed projects and sooner or later stuff breaks. Somehow there was also an elementtree import error on python 2.7. Fixed that by downloading and manually installing that from http://effbot.org/downloads/#elementtree . Python is a moving target with libraries coming and going, so many linux distros with different package repos. I'm only lamenting this because other people decided we could integrate Bugzilla and git on Debian because someone found the gitzilla page and thought 'ah, that looks possible'. Now I have to make it work.
I installed pybugz and elementtree-1.2.6. But, I still got, "ImportError: No module named bugzilla" too. It tries to "import bugz.bugzilla" in the file utils.py. But, failed. Did anyone solve this problem?
Maybe pybugz has changed since the last update of this project, but every time I try to use any hook with gitzilla I get an ImportError upon attempting to import bugz.bugzilla
The text was updated successfully, but these errors were encountered: