Tagged Questions

1
vote
1answer
385 views

Pamie and python-win32 question

currently im making some web scrap script. and i was choice PAMIE to use my script. actually im new to python and programming. so i have no idea ,if i use PAMIE,it really helpful to make script to ...
1
vote
1answer
313 views

trouble with pamie

I'm having some strange trouble with pamie: http://pamie.sourceforge.net/ . I have written a script to do some port (25) forwarding based on a recepie that I found on the web, Here is the code that ...
0
votes
0answers
26 views

Python and cPAMIE

Does anyone know where Ican find information about this, I have wriiten some scipts using it but am looking for some more advanced stuff with it. I have posted serveral questions here but no answers ...
0
votes
1answer
61 views

How to access pop-up window with PAMIE

I want to know how to change windows using PAMIE. I am using this to log on to a website with a password, and then click through some links and screens. After I log in the next screen is a new window ...
0
votes
1answer
57 views

How to open a New window in Python PAMIE

I am using PAMIE to auto log in to websites and I have a couple to do. I got the scripts down to do this but I can't get PAMIE to open a new IE window so when I run the script it just opens one logs ...
0
votes
0answers
49 views

using cPamie in python

I am using cPamie to auto open password protected sites, should I be using something else that would be easier to use, I can't find any info on PAMIE to do what I want. I can get it to populate the ...
0
votes
0answers
56 views

Python and PAMIE Log in button

I am trying to use PAMIe to open a password protected site. I can get to site and get it to enter in the Username and Password with.. from PAM30 import PAMIE ie =PAMIE() website="https://website" ...
0
votes
1answer
39 views

how to interact with a `select` input with PAMIE?

How do I interact with a select box using PAMIE?
0
votes
0answers
273 views

Function Timeout in Python

Is there a standard means of handling asynchronous processes in python? I have seen quite a number of solutions most of which use: signal.SIGALRM which I think is UNIX-specific (please see Function ...
0
votes
0answers
144 views

Python win32com “RPC Server Unavailable” Error

I am using PAMIE a python library for a screen scraping project. The program works well after some minutes and then I get the "Internet Explorer not responding" window. This has been happening anytime ...
0
votes
1answer
82 views

download file with PAMIE

I want to use PAMIE to download a file. However, IE brings up that annoying "blocked this website from downloading" warning. Is there any way to automate bypassing that? I want to do it this way ...
0
votes
1answer
98 views

How do I get the page content from PAMIE?

I'm using PAMIE to control IE to automatically browse to a list of URLs. I want to find which URLs return IE's malware warning and which ones don't. I'm new to PAMIE, and PAMIE's documentation is ...
0
votes
2answers
123 views

win32com and PAMIE web page open timeout

currently im making some crawler script,one of problem is sometimes if i open webpage with PAMIE,webpage can't open and hang forever. are there any method to close PAMIE's IE or win32com's IE ? ...