reliable whois in python

2008-01-14 Thread eliss
7;t know... 2) I tried using sockets to connect to the whois port of whois.internic.net and then read the info, which works a little better than 1). However, sometimes this is not reliable too and I get errors. Does anyone have any ideas how I can do this better? Thanks, eliss -- http://mail.python.org/mailman/listinfo/python-list

Re: need the unsigned value from dl.call()

2007-12-11 Thread eliss
On Dec 11, 2:28 pm, eliss <[EMAIL PROTECTED]> wrote: > On Dec 11, 12:38 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > > > > > Diez B. Roggisch wrote: > > > Larry Bates wrote: > > > >> eliss wrote: > > >>> I'm using dl.call()

Re: need the unsigned value from dl.call()

2007-12-11 Thread eliss
On Dec 11, 12:38 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > Diez B. Roggisch wrote: > > Larry Bates wrote: > > >> eliss wrote: > >>> I'm using dl.call() to call a C function in an external library. It's > >>> working great so far ex

need the unsigned value from dl.call()

2007-12-10 Thread eliss
up on my two's complement in a while, so I was hoping someone could give me a hand. Thanks eliss -- http://mail.python.org/mailman/listinfo/python-list