Re: Collecting IP range
- From: David Murmann <david.murmann@xxxxxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 08:17:11 +0100
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. .
- References:
- Collecting IP range
- From: yawgmoth7
- Re: Collecting IP range
- From: David Murmann
- Collecting IP range
- Prev by Date: Re: Tk.quit() now working!
- Next by Date: Re: triple quoted strings as comments
- Previous by thread: Re: Collecting IP range
- Next by thread: Re: Collecting IP range
- Index(es):