Package: trac-git,trac-mercurial
Severity: serious

trac-git and trac-mercurial both share the "tracext" namespace, but one of them uses python-central and the other one python-support. These helpers put Python modules into different directories. As as a consequence, if you install both trac-git and trac-mercurial, the latter doesn't work at all:

| # apt-get install trac-mercurial
| [snip]
|
| # python -c 'import tracext.hg as m; print m'
| <module 'tracext.hg' from 
'/usr/lib/pymodules/python2.6/tracext/hg/__init__.pyc'>
|
| # apt-get install trac-git
| [snip]
|
| # python -c 'import tracext.hg as m; print m'
| Traceback (most recent call last):
|   File "<string>", line 1, in <module>
| ImportError: No module named hg

Either trac-git has to be converted to python-support or trac-mercurial to dh_python2.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to