Want to perform unattended installation of SW using python

2005-11-13 Thread 28tommy
Hi, I'm trying to automate an installation of some SW that is installed on Windows (you know - 'Start' ==> 'Next' ==> 'Next' ==> 'Finish' kind of installation). Is ther any way to perform that using python? Thank you. tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Want to perform unattended installation of SW using python

2005-11-13 Thread 28tommy
Hi, first of all- thanks for the quick answer. You presumed correctly, but unfortunately, I Don't have control of the preparation process of the package, so I get it as is. I just need to answer it's questions on each screen of the wizard... 10x again tommy -- http://mail.python.org/mailman/lis

Trying to find regex for any script in an html source

2005-12-21 Thread 28tommy
Hi, I'm trying to find scripts in html source of a page retrieved from the web. I'm trying to use the following rule: match = re.compile('') I'm testing it on a page that includes the following source: