Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Multiprocessing Pool Multiple Instances How to Kill by Pool ID
Post: Multiprocessing Pool Multiple Instances How to Kil...

Hi, Iam working multiple multiprocessing pool which was working fine, but the main issue is, how i can kill only particular pool. [Image: https://i.imgur.com/S4Zf1Gm.png] When i select the Camp1 an...
sunny9495 General Coding Help 0 796 Nov-16-2022, 05:57 AM
    Thread: Tkinter + Multiprocessing startmap makes UI Freeze
Post: RE: Tkinter + Multiprocessing startmap makes UI Fr...

Sorry for delay reply @deanhystad, i use itertools.product
sunny9495 General Coding Help 4 1,496 Nov-13-2022, 12:49 PM
    Thread: Tkinter + Multiprocessing startmap makes UI Freeze
Post: RE: Tkinter + Multiprocessing startmap makes UI Fr...

Thanks @deanhystad i figured it out.
sunny9495 General Coding Help 4 1,496 Sep-08-2022, 06:09 PM
    Thread: Tkinter + Multiprocessing startmap makes UI Freeze
Post: Tkinter + Multiprocessing startmap makes UI Freeze

Hi, the UI freezes when apply the following code to the tkinter from selenium import webdriver from selenium.webdriver.chrome.options import Options from utilities.dictionary import Predefined impor...
sunny9495 General Coding Help 4 1,496 Sep-07-2022, 05:13 PM
    Thread: Split a number to list and list sum must be number
Post: Split a number to list and list sum must be number

How to split a number to list and list sum must be number Example : x = 8 i want to split and make a list with 3 items and the sum of list must be equal to x y = [3, 3, 2] Any help is appreciated
sunny9495 General Coding Help 5 2,383 Apr-27-2022, 05:10 AM
    Thread: How to read python shortcut target profile directory of Chrome Ink file
Post: RE: How to read python shortcut target profile dir...

Still looking for a solution, Any help would be appreciated
sunny9495 General Coding Help 1 1,708 Apr-12-2022, 06:12 PM
    Thread: How to read python shortcut target profile directory of Chrome Ink file
Post: How to read python shortcut target profile directo...

Hi, Iam trying to read the target profile directory of Chrome Ink shortcut file. I use the following code import win32com.client shell = win32com.client.Dispatch("WScript.Shell") shortcut = shell....
sunny9495 General Coding Help 1 1,708 Apr-10-2022, 04:53 PM
    Thread: Python selenium + Xevil to solve recaptcha
Post: RE: Python selenium + Xevil to solve recaptcha

Xevil is like capmonster, where it solves alot of captcha types and cheap when compared to services like 2captcha
sunny9495 General Coding Help 6 3,514 Apr-04-2022, 10:23 AM
    Thread: Python selenium + Xevil to solve recaptcha
Post: RE: Python selenium + Xevil to solve recaptcha

This one iam talking about XEvil
sunny9495 General Coding Help 6 3,514 Apr-03-2022, 09:42 AM
    Thread: Python selenium + Xevil to solve recaptcha
Post: Python selenium + Xevil to solve recaptcha

Hi, Iam trying to use Xevil to solve recaptcha , but i didnt find the documentation on how to integrate it with python selenium. Any advise is appreciated. Thanks
sunny9495 General Coding Help 6 3,514 Apr-02-2022, 06:34 AM
    Thread: Python multiprocessing Pool apply async wait for process to complete
Post: RE: Python multiprocessing Pool apply async wait f...

Thanks alot @deanhystad i found the solution
sunny9495 General Coding Help 6 6,640 Apr-02-2022, 06:31 AM
    Thread: Python multiprocessing Pool apply async wait for process to complete
Post: RE: Python multiprocessing Pool apply async wait f...

Still looking for solution on how to add multiple args to map_async
sunny9495 General Coding Help 6 6,640 Mar-31-2022, 06:18 PM
    Thread: Python multiprocessing Pool apply async wait for process to complete
Post: RE: Python multiprocessing Pool apply async wait f...

How we can pass multiple lists in map_async, example x= ['annah', 'reena', 'jermy', 'sunny', 'chinni'] proxies = ["ip:port:username:password", "ip:port:username:password"] I want to use the proxies...
sunny9495 General Coding Help 6 6,640 Mar-27-2022, 04:59 AM
    Thread: Python multiprocessing Pool apply async wait for process to complete
Post: RE: Python multiprocessing Pool apply async wait f...

Thanks for the help deanhystad, i modify the code with map_async, it works fine def mycallback(x): messagebox.showinfo("Sample Program", "Completed") def start(): global y pool = Pool(pr...
sunny9495 General Coding Help 6 6,640 Mar-26-2022, 07:12 AM
    Thread: Python multiprocessing Pool apply async wait for process to complete
Post: Python multiprocessing Pool apply async wait for p...

I have coded a simple program of run through the list, but apply_sync isn't waiting until the list is complete, here is the code import itertools import multiprocessing from multiprocessing import Po...
sunny9495 General Coding Help 6 6,640 Mar-26-2022, 05:36 AM

User Panel Messages

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