Re: [Tutor] How to get Selenium to wait for page load

2019-01-31 Thread Marco Mistroni
Hi You won't find much help here as this is a python moist Have a look at WebDriverWait from selenium.webdriver.support.ui It allows you to wait for certain conditions Hth On Thu, Jan 31, 2019, 11:09 AM Hi all, > > > > I have found an excellent article on identifying stale elements. The issue >

Re: [Tutor] Web scraping using selenium and navigating nested dictionaries / lists.

2019-01-27 Thread Marco Mistroni
Hi my 2 cents. Have a look at scrapy for scraping.selenium is v good tool to learn but is mainly to automate uat of guis Scrapy will scrape for you and u can automate it via cron. It's same stuff I am doing ATM Hth On Sun, Jan 27, 2019, 8:34 AM All, > > > > Goal of new project. > > I want to scr

Re: [Tutor] Segmentation Fault shenanigans with wx Gui

2012-10-22 Thread Marco Mistroni
Hello Ramit yes solution worked... thanks and regards marco On Mon, Oct 22, 2012 at 5:58 PM, Prasad, Ramit wrote: > Marco Mistroni wrote: > > > Hello > > i found the problem. It's calling self.list.ClearAll that causes the > segmentation fault. > > removin

Re: [Tutor] Segmentation Fault shenanigans with wx Gui

2012-10-19 Thread Marco Mistroni
Hello i found the problem. It's calling self.list.ClearAll that causes the segmentation fault. removing the call to ClearAll fixed my problem , but i still want to clear the list before i load new data.. could anyone assist? wkr marco On Fri, Oct 19, 2012 at 11:05 PM, Marco Mis

[Tutor] Segmentation Fault shenanigans with wx Gui

2012-10-19 Thread Marco Mistroni
Hi all i have written a wx GUI which downloads json data from a server, and populate a listbox. Every time i populate a listbox, i am receiving Segmentation Faults. I have tried to retrieve data from the URL via separate thread, and to use events, but i am still getting a segmentation fault could

[Tutor] NTLM authentication, python 2.6 and windows

2012-08-23 Thread Marco Mistroni
Hi all i was wondering if anyone coud provide examples on how to open an URL that requires NTLM authentication i have tried to use python-ntml but it does not seems to work as i keep on getting this errorlib\python2.6\ntlm\ntlm.py", line 219, in parse_NTLM_CHALLENGE_MESSAGEerror: unpack require

[Tutor] NTLM authentication

2012-08-23 Thread Marco Mistroni
Hi all i was wondering if anyone coud provide examples on how to open an URL that requires NTLM authentication i have tried to use python-ntml but it does not seems to work as i keep on getting this error lib\python2.6\ntlm\ntlm.py", line 219, in parse_NTLM_CHALLENGE_MESSAGE error: unpack req

Re: [Tutor] VirutalEnv not working on Ubuntu server 9.10 / sorted

2012-04-29 Thread Marco Mistroni
Hello sorry to bother , found out hte problem. the imported packages work if i run python from the /bin directory of the virtualenv environment i have created w/kindest regards marco On Sun, Apr 29, 2012 at 3:04 PM, Marco Mistroni wrote: > HI all > i have a VPS which is running

[Tutor] VirutalEnv not working on Ubuntu server 9.10

2012-04-29 Thread Marco Mistroni
HI all i have a VPS which is running Ubuntu server 9.10 i have downloaded virtualenv 1.4.2 and installed it in a tmp directory i have created a environment for using googlemaps.. i am able to download googlemaps package, but when i activate the environment , run python and type import google