Hi Jari, On Tue, Dec 08, 2009 at 11:24:22AM +0200, Jari Aalto wrote: > Package: git-buildpackage > Version: 0.4.61 > Severity: normal > > > Trying to build on unstable: > > $ git-buildpackage --git-verbose --git-ignore-new > Traceback (most recent call last): > File "/usr/bin/git-buildpackage", line 27, in <module> > import gbp.deb as du > ImportError: No module named deb > > The reason may be custom PYTHONPATH which is set to: > > > .:/root/lib/python:/usr/share/site-python:/root/lib/python:/usr/share/site-python:/root/lib/python:/usr/share/site-python > > POSSIBLE SOLUTION > > Could git-buildpackage define it's PYTHONPATH to include > /usr/share/pyshared/gbp so that libs are always seen? You're PYTHONPATH lacks /usr/share/pyshared/. Other python stuff that uses pyshared is broken too, isn't it? -- Guido
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org