Re: Need help to learn Python
On 3月23日, 下午1时03分, "PythonBiter" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm very new in this Group as well Python language. I want to learn > Python. So could you please advice me, and guide me how can i become > master in Python ! > > Thanks, > Partha Programming Python 3ed Edition is a great book. -- http://mail.python.org/mailman/listinfo/python-list
How to control files such as windows update program?
I hope i could write a program to execute a range of ".exe" files. When there is a "Licensing Agreement", the program can choose "Accept",then click "Next" until "Finish".Or maybe it could use some function to finish this rather then really "click" the buttons. -- http://mail.python.org/mailman/listinfo/python-list
Re: How to control files such as windows update program?
On 4月8日, 上午10时28分, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > soarnil wrote: > > I hope i could write a program to execute a range of ".exe" files. > > When there is a "Licensing Agreement", the program can choose > > "Accept",then click "Next" until "Finish".Or maybe it could use some > > function to finish this rather then really "click" the buttons. > > Some installers accept command line options to control how they > behave, and sometimes you can run the installation completely > unattended. > If there are no choices, you could use pyWinAuto to "click" the > buttons. > > -- > Gabriel Genellina Thank you very much! I really think I must write this tool by myself. Now I'll learn something about pyWinAuto. Thank you! -- http://mail.python.org/mailman/listinfo/python-list
