Re: Python installer hangs in Windows 7
On Monday, 6 February 2017 13:16:24 UTC+8, Jean-Claude Roy wrote: > I am trying to install Python 3.6.0 on a Windows 7 computer. > The download of 29.1 MB is successful and I get the nextwindow. I choose the > "install now" selection and thatopens the Setup Program window. > Now the trouble starts:I get "Installing:" and the Initialization > progress...and nothing else. > There is no additional disk activity, no progress on initialization, > andeverything appears dead. Even after 20 minutes there is zero progress. > I've repeated this as both a user and the administrator of this > Windowscomputer. I get the same results in either case. > If I go to the task manager it shows that Python 3.6.0 (32-bit) setup is > running. If I try to end the task Iget the message that the program is not > responding. > Do you have any suggestions as to how I can get past this? > Thank you. On Monday, 6 February 2017 13:16:24 UTC+8, Jean-Claude Roy wrote: > I am trying to install Python 3.6.0 on a Windows 7 computer. > The download of 29.1 MB is successful and I get the nextwindow. I choose the > "install now" selection and thatopens the Setup Program window. > Now the trouble starts:I get "Installing:" and the Initialization > progress...and nothing else. > There is no additional disk activity, no progress on initialization, > andeverything appears dead. Even after 20 minutes there is zero progress. > I've repeated this as both a user and the administrator of this > Windowscomputer. I get the same results in either case. > If I go to the task manager it shows that Python 3.6.0 (32-bit) setup is > running. If I try to end the task Iget the message that the program is not > responding. > Do you have any suggestions as to how I can get past this? > Thank you. On Monday, 6 February 2017 13:16:24 UTC+8, Jean-Claude Roy wrote: > I am trying to install Python 3.6.0 on a Windows 7 computer. > The download of 29.1 MB is successful and I get the nextwindow. I choose the > "install now" selection and thatopens the Setup Program window. > Now the trouble starts:I get "Installing:" and the Initialization > progress...and nothing else. > There is no additional disk activity, no progress on initialization, > andeverything appears dead. Even after 20 minutes there is zero progress. > I've repeated this as both a user and the administrator of this > Windowscomputer. I get the same results in either case. > If I go to the task manager it shows that Python 3.6.0 (32-bit) setup is > running. If I try to end the task Iget the message that the program is not > responding. > Do you have any suggestions as to how I can get past this? > Thank you. alternatively try install python 2.x to try it out. -- https://mail.python.org/mailman/listinfo/python-list
Re: search for a data in my browser via script
On Monday, 6 February 2017 22:43:17 UTC+8, Meeran Rizvi wrote: > Hello guys, > Here i am writing a script which will open my chrome browser and opens the > URL www.google.com. > But how to search for a data via script. > for example i need to search for 'Rose' in google.com via script. > how to do that? > > > import webbrowser > url="www.google.com" > chrome_path = 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe %s' > webbrowser.get(chrome_path) > webbrowser.open(url) > You may try to search for selenium for python, which has chrome driver.. it works like charm. -- https://mail.python.org/mailman/listinfo/python-list
Re: search for a data in my browser via script
From: kelvidp...@gmail.com On Monday, 6 February 2017 22:43:17 UTC+8, Meeran Rizvi wrote: > Hello guys, > Here i am writing a script which will open my chrome browser and opens the URL www.google.com. > But how to search for a data via script. > for example i need to search for 'Rose' in google.com via script. > how to do that? > > > import webbrowser > url="www.google.com" > chrome_path = 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe %s' > webbrowser.get(chrome_path) > webbrowser.open(url) > You may try to search for selenium for python, which has chrome driver.. it works like charm. -- https://mail.python.org/mailman/listinfo/python-list
Re: search for a data in my browser via script
From: kelvidpang@f38.n261.z1 From: kelvidp...@gmail.com On Monday, 6 February 2017 22:43:17 UTC+8, Meeran Rizvi wrote: > Hello guys, > Here i am writing a script which will open my chrome browser and opens the URL www.google.com. > But how to search for a data via script. > for example i need to search for 'Rose' in google.com via script. > how to do that? > > > import webbrowser > url="www.google.com" > chrome_path = 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe %s' > webbrowser.get(chrome_path) > webbrowser.open(url) > You may try to search for selenium for python, which has chrome driver.. it works like charm. -- https://mail.python.org/mailman/listinfo/python-list
Re: search for a data in my browser via script
From: kelvidpang@f38.n261.z1 From: kelvidpang@f38.n261.z1 From: kelvidp...@gmail.com On Monday, 6 February 2017 22:43:17 UTC+8, Meeran Rizvi wrote: > Hello guys, > Here i am writing a script which will open my chrome browser and opens the URL www.google.com. > But how to search for a data via script. > for example i need to search for 'Rose' in google.com via script. > how to do that? > > > import webbrowser > url="www.google.com" > chrome_path = 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe %s' > webbrowser.get(chrome_path) > webbrowser.open(url) > You may try to search for selenium for python, which has chrome driver.. it works like charm. -- https://mail.python.org/mailman/listinfo/python-list