On 03/15/2011 07:14 PM, Morten Brekkevold wrote:
Royke,
I tried a quick hands-on session on a virtual Ubuntu 9.10 install and found the following:
`aptitude install python-pysnmp-se` pulls in the `python-pysnmp4` package, but everything seems to work as expected.
If I then do `aptitude install python-pysnmp2`, things stop working. I.e. the bug is in the python-pysnmp2 package.
I found that removing the python-pysnmp2 package alone does not fix the problem, since it overwrote files that belong to the python-pysnmp-common package.
I followed up with `aptitude reinstall python-pysnmp-common`, and the problem was solved.
Can you get things to work by repeating my steps?
Additional information to help other Ubuntu user installation,
For some unknown reason, python-pysnmp-se didn't pull the python-pysnmp4 package but installing python-pysnmp2 package. So , this is what I did :
aptitude remove python-pysnmp2 aptitude install python-pysnmp4 aptitude reinstall python-pysnmp-common
Regards Royke