Re: Collecting IP range



yawgmoth7 schrieb:
Well, I seem to have a bit of a problem:
>>>import IPy
>>>ip =IP('127.0.0.1/30')
Traceback (Most recent call last):
File "<stdin>". line `, in ?
NameError: name 'IP' is not defined
>>>

to make this work with "import IPy" you need to use "ip = IPy.IP('127.0.0.1/30')".

I've tried doing it like:
from IPy import *
And then doing that, but it gives mea  different error. Thanks once again


what error are you getting? it works for me...

--
David.
.