WXPYTHON GUI FOR WHOIS.

hello Tim,

Am just a begineer.have tried making a gui for whois search...but i think
before making a gui for whois search,i shouldlearn how to make a
whois......right??

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/WXPYTHON-GUI-FOR-WHOIS-tp5716434p5716444.html
Sent from the wxPython-users mailing list archive at Nabble.com.

You actually have 2 choices:
1/ Write your own whois with a GUI - this means a fair ammount
of network protocol work - not really recommended for a beginner. 2/ Write a GUI wrapper for the operating system or a whois, (or
equivalent), and invoke it using spawn/exec/subprocess to run it and
capture/parse the results -

···

On 12/03/13 11:28, swasti bhushan deb
wrote:


hello Tim,
Am just a begineer.have tried making a gui for whois search...but i think
before making a gui for whois search,i shouldlearn how to make a
whois......right??
--
View this message in context: Sent from the wxPython-users mailing list archive at Nabble.com.

OR

  •  probably more the scope you are
    

looking for.*


Steve Gadget Barnes

http://wxpython-users.1045709.n5.nabble.com/WXPYTHON-GUI-FOR-WHOIS-tp5716434p5716444.html

swasti bhushan deb wrote:

hello Tim,

Am just a begineer.have tried making a gui for whois search...but i think
before making a gui for whois search,i shouldlearn how to make a
whois......right??

Of course. Before you can teach a computer to do something, you have to
know how to do it yourself. However, building a "whois" tool is not a
wxPython topic. Whois is a standard TCP/IP protocol, just like HTTP and
Telnet. The specs are publicly available (RFC 3912), as is the source
code for the Linux whois command line.

···

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.