pamie

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 matters: # forwardc2s(source, destination): # forwards from client to server. # Tries to post the message to ICE. def forwardc2s(so...

form input text problem,because of iframe body

hello, i have some form which split by iframe. subject field is no probelm ,but content field was come from another iframe source.. so i can't input text in content's field.. im using PAMIE and win32com module.. i have to put text in 'contents.contentsValue' here. but i have no luck..anyone can help me? if so really appreciate follow is...

Pamie and python-win32 question

hello, 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 relate with win32-python. ok my problem is , while im making script,i was encounter two probelm. first , i want to let work my script w...

PAMIE and lxml related question

Hello, im making web scraper now. i was received many help from here Stackoverflow. now almost finished my scraper except some related with serveral problem :) i was uploaded my script source to http://elca.pastebin.com/m52e7d8e0 current problem is , if you see my script source line 74, you can see this line "thepage = urllib.urlopen(the...

win32com and PAMIE web page open timeout

Hello, 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 ? such like if webpage didn't response or loading complete less than 10sec or so . thanks in advance ...

win32com IE interface PAMIE javascript click

Hello, these day im making some script. i have encounter some problem with my script work. problem is i want to click emulate javascript on following site. http://news.naver.com/main/presscenter/category.nhn this site is news site. and everyday news content also changed, but javascript is not changed. for example i want to click ja...

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 non-existent or cryptic at best. How can I get a page's content from PAMIE so I can work with it in Python? ...