[Python-modules-commits] r767 - in /packages/python-pysnmp2/trunk/debian: README.Debian docs

jluebbe-guest at users.alioth.debian.org jluebbe-guest at users.alioth.debian.org
Sat Jun 10 09:06:32 UTC 2006


Author: jluebbe-guest
Date: Sat Jun 10 09:06:30 2006
New Revision: 767

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=767
Log:
Add NEWS file to notify users of the version chooser

Added:
    packages/python-pysnmp2/trunk/debian/README.Debian
Modified:
    packages/python-pysnmp2/trunk/debian/docs

Added: packages/python-pysnmp2/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp2/trunk/debian/README.Debian?rev=767&op=file
==============================================================================
--- packages/python-pysnmp2/trunk/debian/README.Debian (added)
+++ packages/python-pysnmp2/trunk/debian/README.Debian Sat Jun 10 09:06:30 2006
@@ -1,0 +1,13 @@
+---- API Versions ----
+If more than one pysnmp version is installed, it is possible to choose
+a version by setting the PYSNMP_API_VERSION environment variable.
+
+You need to set the environment variable before importing pysnmp.
+If you need pysnmp2, use this code:
+
+ import os 
+ os.environ['PYSNMP_API_VERSION'] = 'v2'
+ import pysnmp
+
+If you need another version, replace v2 with the correct one.
+

Modified: packages/python-pysnmp2/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pysnmp2/trunk/debian/docs?rev=767&op=diff
==============================================================================
--- packages/python-pysnmp2/trunk/debian/docs (original)
+++ packages/python-pysnmp2/trunk/debian/docs Sat Jun 10 09:06:30 2006
@@ -1,1 +1,3 @@
 html/
+debian/README.Debian
+




More information about the Python-modules-commits mailing list