From 8350845135bdd8e75e73bdd385433c2530c55662 Mon Sep 17 00:00:00 2001 From: elie Date: Thu, 11 Oct 2007 16:54:55 +0000 Subject: updated --- CHANGES | 8 ++++++++ README | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index e23edb3..85572f5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +Thu Oct 11 20:51:52 MSD 2007 + +Changes to version 2.0.10 +------------------------- + +- Use class instances in example scripts exceptions for latest Python + compatibility. + Fri Apr 7 22:28:41 MSD 2006 Changes to version 2.0.9 diff --git a/README b/README index bfa9f6c..c9d5301 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -SNMP engine for Python, version 2.0.9 -------------------------------------- +SNMP engine for Python, version 2.0.10 +-------------------------------------- This is a Python implementation of SNMP v.1/v.2c engine. It's general functionality is to assemble/disassemble SNMP messages from/into @@ -49,13 +49,13 @@ directory in the following way (assuming your Python distribution resides under /usr/local/lib/python): $ cd /usr/local/lib/python/site-packages -$ tar xvf /tmp/pysnmp-2.0.9.tar -$ echo pysnmp-2.0.9 > pysnmp.pth +$ tar xvf /tmp/pysnmp-2.0.10.tar +$ echo pysnmp-2.0.10 > pysnmp.pth Alternatively, the $PYTHONPATH environment variable can be updated to point to your PySNMP package location (assuming your UNIX shell is bash): -export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.9:$PYTHONPATH +export PYTHONPATH=/home/ilya/src/py/pysnmp-2.0.10:$PYTHONPATH The latter trick is also known to work on Windows. -- cgit v1.2.1