convert hex to decimal

2006-03-09 Thread challman
I'm executing the following: def run(self): # get ntp_column pop = os.popen("snmpget -v 1 -c SLI398uwiE " + self.host + " 1.3.6.1.4.1.9.9.168.1.1.9.0\n") popS = string.join(pop.readlines()) if "Unknown host" in popS: o

Re: convert hex to decimal

2006-03-14 Thread challman
Oh, that should have been whole number; not while. -- http://mail.python.org/mailman/listinfo/python-list