File: README.Debian

package info (click to toggle)
python-pysnmp4 4.1.6a-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,016 kB
  • ctags: 1,826
  • sloc: python: 9,809; sh: 60; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---- Documentation ----
The documentation and examples for this package is in
python-pysnmp4-doc.

When you install that package, you can find the documentation and
examples in /usr/share/doc/python-pysnmp4-doc.

---- 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.