Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Breaking subprocess loop from parent process
Post: RE: Breaking subprocess loop from parent process

@Gribouillis: Thats it, now it works. Thanks! @fishhook: Python will run inside an os process started within a Lazarus free pascal application. To communicate with the python, I think pipes must be u...
kapibara General Coding Help 3 3,874 Aug-28-2019, 11:34 PM
    Thread: Breaking subprocess loop from parent process
Post: Breaking subprocess loop from parent process

What is missing here to read the sent value into my_input and break the loop in tok2.py? Now it runs forever. Using Debian 10 Buster with Python 3.7. # tok1.py import sys import time import subproc...
kapibara General Coding Help 3 3,874 Aug-19-2019, 01:48 AM
    Thread: Login to website
Post: RE: Login to website

It didnt work to accept alert Quote:NoAlertPresentException: No modal dialog is currently open But I found the box: <div id="cadboxClose" class="">close</div>And now it closes: driver....
kapibara Web Scraping & Web Development 4 3,573 Jul-27-2019, 02:40 PM
    Thread: Login to website
Post: RE: Login to website

Thanks! Now the login works. However, a javascript popup commercial prevents me from getting the file with a simulated click: driver.find_element_by_link_text('The File').click()Error message: Quote...
kapibara Web Scraping & Web Development 4 3,573 Jul-27-2019, 03:23 AM
    Thread: Login to website
Post: Login to website

I want to use Python to login and later download a file. Could someone show how to login based on this code? <div class="p"> <div id="ctl00_cph1_lg1_ch1_d1" class="rc_bg_bl"><div id="...
kapibara Web Scraping & Web Development 4 3,573 Jul-26-2019, 06:47 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020