Re: Problem with python bindings and cygwin

2007-12-20 Thread Jay Atkinson
On Dec 20, 2007 2:55 PM, Jay Atkinson <[EMAIL PROTECTED]> wrote: > > On Dec 20, 2007 10:45 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > > On 20/12/2007, Jack G Atkinson Jr <[EMAIL PROTECTED]> wrote: > > > parse-mibs: Scanning directory > > > /home/.snmp/mibs:/usr/local/share/snmp/mibs > > > parse

Re: Problem with python bindings and cygwin

2007-12-20 Thread Jay Atkinson
On Dec 20, 2007 10:45 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 20/12/2007, Jack G Atkinson Jr <[EMAIL PROTECTED]> wrote: > > parse-mibs: Scanning directory > > /home/.snmp/mibs:/usr/local/share/snmp/mibs > > parse-mibs: cannot open MIB directory > > /home/.snmp/mibs:/usr/local/snmp/mibs >

RE: Problem with python bindings and cygwin

2007-12-20 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jay Atkinson > Sent: Thursday, December 20, 2007 12:46 PM > That worked. Dollars get you donuts you're running the Win32 net-snmp from within cygwin. Mike ---

Re: Problem with python bindings and cygwin

2007-12-20 Thread Jay Atkinson
On Dec 20, 2007 9:32 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 20/12/2007, Jack G Atkinson Jr <[EMAIL PROTECTED]> wrote: > > Here's the output. > > parse-mibs: Scanning directory > > /home/.snmp/mibs:/usr/local/share/snmp/mibs > > parse-mibs: cannot open MIB directory > > /home/.

Re: Problem with python bindings and cygwin

2007-12-20 Thread Dave Shield
On 20/12/2007, Jack G Atkinson Jr <[EMAIL PROTECTED]> wrote: > parse-mibs: Scanning directory > /home/.snmp/mibs:/usr/local/share/snmp/mibs > parse-mibs: cannot open MIB directory > /home/.snmp/mibs:/usr/local/snmp/mibs Could you please try applying the attached patch, re-run configure, and reco

Re: Problem with python bindings and cygwin

2007-12-20 Thread Thomas Anders
Jack G Atkinson Jr schrieb: > Here's the output. > parse-mibs: Scanning directory /home/.snmp/mibs:/usr/local/share/snmp/mibs > parse-mibs: cannot open MIB directory /home/.snmp/mibs:/usr/local/snmp/mibs Can you try ";" as the delimiter? (Caveat: I'm not using Windows.) +Thomas -- Thomas And

Re: Problem with python bindings and cygwin

2007-12-20 Thread Dave Shield
On 20/12/2007, Jack G Atkinson Jr <[EMAIL PROTECTED]> wrote: > Here's the output. > parse-mibs: Scanning directory > /home/.snmp/mibs:/usr/local/share/snmp/mibs > parse-mibs: cannot open MIB directory > /home/.snmp/mibs:/usr/local/snmp/mibs Hmmm that looks suspiciously as if it

Re: Problem with python bindings and cygwin

2007-12-20 Thread Jack G Atkinson Jr
Jack G Atkinson Jr wrote: > Dave Shield wrote: >> On 20/12/2007, Jack G Atkinson Jr <[EMAIL PROTECTED]> wrote: >> >>> However, on another machine where I freshly installed >>> cygwin, python, and netsnmp(compiled & installed), I get an error >>> message about not being able to find MIBs. >

Re: Problem with python bindings and cygwin

2007-12-20 Thread Jack G Atkinson Jr
Dave Shield wrote: > On 20/12/2007, Jack G Atkinson Jr <[EMAIL PROTECTED]> wrote: > >> However, on another machine where I freshly installed >> cygwin, python, and netsnmp(compiled & installed), I get an error >> message about not being able to find MIBs. >> >> Cannot find module (IP-MIB):

Re: Problem with python bindings and cygwin

2007-12-20 Thread Dave Shield
On 20/12/2007, Jack G Atkinson Jr <[EMAIL PROTECTED]> wrote: > However, on another machine where I freshly installed > cygwin, python, and netsnmp(compiled & installed), I get an error > message about not being able to find MIBs. > > Cannot find module (IP-MIB): At line 0 in (none)... > > I v