[issue23386] snmp - mib error

2015-02-03 Thread Eric V. Smith

Eric V. Smith added the comment:

Your question is not appropriate here, and you're unlikely to get an answer.

This tracker is for bugs in python and its standard library. It is not for 
asking for help with third party packages. See my other comment for a pointer 
to an appropriate venue for pysnmp questions.

--
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23386] snmp - mib error

2015-02-03 Thread nivin

nivin added the comment:

I have fixed the issue that i reported by creating my mib file into py by the 
command 'build-pysnmp-mib -o MY-MIB.py MY-MIB' and copy it into the path 
'/usr/local/lib/python2.7/dist-packages/pysnmp/smi/mibs'

But my doubts are : Is there any other option to send snmp trap using python 
with  OID and host id  only and without mib file in trap sender.

--
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23386] snmp - mib error

2015-02-03 Thread Eric V. Smith

Eric V. Smith added the comment:

pysnmp is not part of the Python standard library. It looks like you should 
report issues or search for help at at pysnmp.sourceforge.net.

--
components:  -Build
nosy: +eric.smith
resolution:  -> third party
stage:  -> resolved
status: open -> closed
type: compile error -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23386] snmp - mib error

2015-02-03 Thread nivin

nivin added the comment:

I have attached mib file also

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23386] snmp - mib error

2015-02-03 Thread nivin

Changes by nivin :


Added file: http://bugs.python.org/file38000/MY-MIB.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23386] snmp - mib error

2015-02-03 Thread Shinto Peter

Shinto Peter added the comment:

please attach MIB file also

--
nosy: +shinto

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23386] snmp - mib error

2015-02-03 Thread nivin

New submission from nivin:

Hi ,

I have created one snmp mib , and tried to send a sample trap using a script 
written in python using pysnmp. but i got error as follows 
,'pysnmp.smi.error.SmiError: MIB file "mymib.py[co]" not found in search path'. 
Can any one help me please? I'm attaching the script i used and mib file.

Thank you

--
components: Build
files: snmp_script.txt
messages: 235328
nosy: nivin
priority: normal
severity: normal
status: open
title: snmp - mib error
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file37999/snmp_script.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com