I think since speed is not such an issue (I heard that python can make
faster GUI programs) you should use Visual Basic. It is very well
suited for Windows programming. There is the good thing that you can
visually create the GUI hence it is easier to create the GUI.
[EMAIL PROTECTED] wrote:
Well can anyone tell me how do I login into newsgroup using Mozilla
1.7.7. What should be the username? (I tried with with my e-mail address
I subscribed with but failed to log-in). The password asked during
log-in is the one I subscribed with?
-Apple
--
http://mail.python.org/mailman/listinfo
I want to develope a Winboard like application which will support
Winboard protocol. For that I require to know how to handle piping in
Python. I seperated out module popen2, but when I use
fileObject.readline() then it halts the program if the sub-process is
waiting for user input; will execut