Re: IPy module

2006-02-03 Thread David Murmann
yawgmoth7 schrieb: > I was discussing this in another email, sadly I have misplaced the > email. I got the module IPy, and I am taking a variable from the > user(An IP) and doing something like this: > > startip = raw_input("Enter start IP: ") > ip = IPy.IP(startip\255) > for x in ip(): > > >

IPy module

2006-01-31 Thread yawgmoth7
I was discussing this in another email, sadly I have misplaced the email. I got the module IPy, and I am taking a variable from the user(An IP) and doing something like this: startip = raw_input("Enter start IP: ") ip = IPy.IP(startip\255) for x in ip(): Well, this doesn't work(I knew it woul