Re: [Tutor] Input into lists?

2013-08-16 Thread leam hall
Hey Dave, you're right. I worked through this with a for loop and set the contents of a dict's key as the input. Thanks! Leam On Thu, Aug 15, 2013 at 8:28 PM, Dave Angel wrote: > leam hall wrote: > > > I'm trying to take input from a file (CSV spreadsheet) and use the first > > line inputs (h

Re: [Tutor] Simple Python SNMP ping?

2013-08-16 Thread leam hall
One of the things I forgot to mention is that my host is using Python 2.4 and net-snmp 5.3; both packaged by a major North American Linux vendor. :) So there doesn't seem to be a native net-snmp tool set for these versions. I'll poke around and see what else can be done. Thanks! On Fri, Aug