Martin-298 wrote:
>
> Hi
>
> Are these functions (inet_ntop(), inet_pton()) from the socket library
> supported on Windows.
>
> If not is there an equivalent for them using Windows
>
> Ive seen mention of people creating their own in order to use them
>
> Appreciate the help
>
> ty
> --
Hi I just thought I would mention that I found what I needed from dnspython
if anyone ever needs ;)
http://www.dnspython.org/
--
http://mail.python.org/mailman/listinfo/python-list
Gabriel Genellina wrote:
> But these are not the requested functions, inet_ntop() and inet_pton():
>
> py> socket.inet_ntop
> Traceback (most recent call last):
> File "", line 1, in ?
> AttributeError: 'module' object has no attribute 'inet_ntop'
>
>
Oops, my bad. Should have had more coff
At Sunday 28/1/2007 15:17, Irmen de Jong wrote:
> Are these functions (inet_ntop(), inet_pton()) from the socket library
> supported on Windows.
Why didn't you just try:
[E:\Projects]python
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyr
Andrew wrote:
> Hi
>
> Are these functions (inet_ntop(), inet_pton()) from the socket library
> supported on Windows.
>
> If not is there an equivalent for them using Windows
>
> Ive seen mention of people creating their own in order to use them
>
> Appreciate the help
>
> ty
Why didn't you
Hi
Are these functions (inet_ntop(), inet_pton()) from the socket library
supported on Windows.
If not is there an equivalent for them using Windows
Ive seen mention of people creating their own in order to use them
Appreciate the help
ty
--
http://mail.python.org/mailman/listinfo/python-lis