Message3690

Author moyix
Recipients moyix
Date 2008-10-18.06:18:54
SpamBayes Score 5.410864e-10
Marked as misclassified No
Message-id <1224310735.31.0.88039438262.issue1155@psf.upfronthosting.co.za>
In-reply-to
Content
Under OS X, with Jython 2.5a3, inet_ntoa seems to be missing from socket:
azzurra:~ moyix$ jython2.5a3/jython 
Jython 2.5a3 (trunk:5315:5317, Sep 10 2008, 20:54:23) 
[Java HotSpot(TM) Client VM ("Apple Computer, Inc.")] on java1.5.0_13
Type "help", "copyright", "credits" or "license" for more information.
>>> from socket import inet_ntoa
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name inet_ntoa
>>>
History
Date User Action Args
2008-10-18 06:18:55moyixsetmessageid: <1224310735.31.0.88039438262.issue1155@psf.upfronthosting.co.za>
2008-10-18 06:18:55moyixsetrecipients: + moyix
2008-10-18 06:18:55moyixlinkissue1155 messages
2008-10-18 06:18:54moyixcreate