owner 591503 !
thanks

* Adam D. Barratt <a...@adam-barratt.org.uk>, 2011-01-11, 20:56:
Seems to be a undeclared conflict against python-pysnmp2

I believe that python-pysnmp{2,4} was designed to be co-installable,
just something didn't work out. Part of the problem is that one of them
was built with python-support < 0.90 and the other one with
python-support >= 0.90, so they have different directory layouts.

I've just rebuilt both source packages in an up-to-date pbuilder, with
the result that only one of python-pysnmp{2,4,-common} is installable at any one time, as each of the three packages
contains /usr/share/pyshared/pysnmp/__init__.py.

Indeed. python-pysnmp{2,4} depend on python-pysnmp-common, so in fact these are *not* installable after rebuild at all.

In lenny I could install and use both:

$ PYSNMP_API_VERSION=v2 python -c 'import pysnmp; print pysnmp.__file__'
/var/lib/python-support/python2.5/pysnmp/v2/__init__.pyc

$ PYSNMP_API_VERSION=v4 python -c 'import pysnmp; print pysnmp.__file__'
/var/lib/python-support/python2.5/pysnmp/v4/__init__.pyc

--
Jakub Wilk



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

Reply via email to