python socket service related question!

2010-03-01 Thread elca
Hello,All im totally new to socket programming in python. i was read some tutorial and manual, but i didn't found what i want to make python related socket script in manual or tutorial. i want to make socket script which can send some info to server and also receive some info from server. For ex

python mechanize.browser proxy handdling question

2010-01-14 Thread elca
Hello All, i was encoutered some problem while im using mechanize.Browser() with proxy handling function. i have working snippet of script about mechanize.urlopen, but i don't know how to implement with mechanize.Brower module. if anyone can show me some sample? if anyone help me much appreciat

Re: python mechanize proxy support question

2010-01-04 Thread elca
alex23 wrote: > > On Jan 4, 5:42 pm, elca wrote: >> how can i add proxy support into my mechanize script? >> i was look for some reference , but not so much good hint from google. > > There are examples on using proxies with mechanize on the modu

python mechanize proxy support question

2010-01-03 Thread elca
Hello All Happy New Year! i have some question about python mechanize 's proxy support. im making some web client script, and i would like to insert proxy support function into my script. for example ,if i have such like following some script. how can i add proxy support into my mechanize sc

Re: python proxy checker ,change to threaded version

2009-12-07 Thread elca
r0g wrote: > > elca wrote: >> Hello ALL, >> >> i have some python proxy checker . >> >> and to speed up check, i was decided change to mutlthreaded version, >> >> and thread module is first for me, i was tried several times to convert >&g

python proxy checker ,change to threaded version

2009-12-06 Thread elca
Hello ALL, i have some python proxy checker . and to speed up check, i was decided change to mutlthreaded version, and thread module is first for me, i was tried several times to convert to thread version and look for many info, but it not so much easy for novice python programmar . if anyon

Re: DOM related question and problem

2009-11-21 Thread elca
Stefan Behnel-3 wrote: > > elca, 18.11.2009 19:04: >> these day im making python script related with DOM. >> >> problem is these day many website structure is very complicate . >> [...] >> what is best method to check can extract such like following in

Re: mechanize login problem with website

2009-11-19 Thread elca
elca wrote: > > Hello > > I'm making auto-login script by use mechanize python. > > Before I was used mechanize with no problem, but http://www.gmarket.co.kr > in this site I couldn't make it . > > whenever i try to login always login page was returned

mechanize login problem with website

2009-11-18 Thread elca
Hello I'm making auto-login script by use mechanize python. Before I was used mechanize with no problem, but http://www.gmarket.co.kr in this site I couldn't make it . whenever i try to login always login page was returned even with correct gmarket id , pass, i can't login and I saw some suspic

Re: DOM related question and problem

2009-11-18 Thread elca
Chris Rebert-6 wrote: > > On Wed, Nov 18, 2009 at 10:04 AM, elca wrote: >> Hello, >> these day im making python script related with DOM. >> >> problem is these day many website structure is very complicate . >> >> what is best method to check DOM str

DOM related question and problem

2009-11-18 Thread elca
Hello, these day im making python script related with DOM. problem is these day many website structure is very complicate . what is best method to check DOM structure and path.. i mean...following is some example. what is best method to check can extract such like following info quickly? bef

Re: python win32com problem

2009-11-15 Thread elca
Jon Clements-2 wrote: > > On Nov 15, 1:08 pm, elca wrote: >> hello , these day im very stress of one of some strange thing. >> >> i want to enumurate inside list of url, and every enumurated url i want >> to >> visit >> >> i was uplod

python win32com problem

2009-11-15 Thread elca
hello , these day im very stress of one of some strange thing. i want to enumurate inside list of url, and every enumurated url i want to visit i was uplod incompleted script source in here => http://elca.pastebin.com/m6f911584 if anyone can help me really appreciate thanks in advance Paul

how to install python-spidermonkey on windows

2009-11-12 Thread elca
Hello all, im making some script with python mechanize, one of problem is it really hard to find which support javascript supported web client scraping or crawler. actually i was found some such as python-spidermonkey and pykhtml and so on. but most of all only support on linux . i want to make my

win32com IE interface PAMIE javascript click

2009-11-11 Thread elca
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

Re: how to close not response win32 IE com interface

2009-11-10 Thread elca
Michel Claveau - MVP-2 wrote: > > Hi! > > The only way I know is to use sendkeys. > > @+ > > Michel Claveau > -- > http://mail.python.org/mailman/listinfo/python-list > > Hello, actually this is not hang status, i mean..it slow response, so in that case, i would like to close IE and want

how to close not response win32 IE com interface

2009-11-09 Thread elca
hello, these day im making some script that use win32 IE com interface. one of problem is , my internet line is very slow, so sometimes my IE.navigate("http://www.example.com";) not response timely. it looks hang and open status, not complete status. so my IE.navigate function is not correctly wor

Re: disable image loading to speed up webpage load

2009-11-08 Thread elca
Tim Roberts wrote: > > elca wrote: >> >>im using win32com 's webbrowser module. > > Win32com does not have a webbrowser module. Do you mean you are using > Internet Explorer via win32com? > >>i have some question about it.. >>is it possible to

Re: join , split question

2009-11-05 Thread elca
Jon Clements-2 wrote: > > On Nov 5, 2:08 pm, Bruno Desthuilliers 42.desthuilli...@websiteburo.invalid> wrote: >> Stuart Murray-Smith a écrit : >> >> >>> Hello, i have some text file list such like following format. >> >>> i want to change text format to other format. >> >>>  i was upload it pa

Re: disable image loading to speed up webpage load

2009-11-03 Thread elca
Diez B. Roggisch-2 wrote: > > elca schrieb: >> Hi, >> im using win32com 's webbrowser module. >> i have some question about it.. >> is it possible to disable image loading to speed up webpage load? >> any help ,much appreciate >> thanks in a

disable image loading to speed up webpage load

2009-11-01 Thread elca
Hi, im using win32com 's webbrowser module. i have some question about it.. is it possible to disable image loading to speed up webpage load? any help ,much appreciate thanks in advance -- View this message in context: http://old.nabble.com/disable-image-loading-to-speed-up-webpage-load-tp261554

Regular express question

2009-11-01 Thread elca
Hello, i have some text document to parse. sample text is such like follow in this document, i would like to extract such like SUBJECT = 'NETHERLANDS MUSIC EPA' CONTENT = 'Michael Buble performs in Amsterdam Canadian singer Michael Buble performs during a concert in Amsterdam, The Netherlands, 30

Re: handling PAMIE and lxml

2009-10-26 Thread elca
Simon Forman-2 wrote: > > On Mon, Oct 26, 2009 at 3:05 AM, elca wrote: >> >> Hello, >> i was open anther new thread ,old thread is too long. > > Too long for what? > >> first of all,i really appreciate other many people's help in this >> ne

handling PAMIE and lxml

2009-10-26 Thread elca
Hello, i was open anther new thread ,old thread is too long. first of all,i really appreciate other many people's help in this newsgroup. im making webscraper now. but still problem with my script source. http://elca.pastebin.com/m52e7d8e0 i was upload my script in here. so anybody can modify it.

Re: how can i use lxml with win32com?

2009-10-26 Thread elca
motoom wrote: > > elca wrote: > >> http://news.search.naver.com/search.naver?sm=tab_hty&where=news&query=korea+times&x=0&y=0 >> that is korea portal site and i was search keyword using 'korea times' >> and i want to scrap resulted to te

Re: how can i use lxml with win32com?

2009-10-25 Thread elca
paul kölle wrote: > > elca schrieb: >> Hi, >> thanks a lot. >> studying alone is tough thing :) >> how can i improve my skill... > 1. Stop top-posting. > 2. Read documentation > 3. Use the interactive prompt > > cheers > Paul > >&g

Re: how can i use lxml with win32com?

2009-10-25 Thread elca
Hi, thanks a lot. studying alone is tough thing :) how can i improve my skill... paul kölle wrote: > > elca schrieb: >> Hello, > Hi, > >> following is script source which can beautifulsoup and PAMIE work >> together. >> but if i run t

Re: how can i use lxml with win32com?

2009-10-25 Thread elca
urrently im making script but not so much good and can't work well. especially extract part is really hard for novice,such like for me :) thanks in advance.. http://www.nabble.com/file/p26046215/untitled-1.py untitled-1.py motoom wrote: > > elca wrote: > >> actually

Re: how can i use lxml with win32com?

2009-10-25 Thread elca
Hello, thanks for your reply. actually what i want to parse website is some different language site. so i was quote some common english website for easy understand. :) by the way, is it possible to use with PAMIE and beautifulsoup work together? Thanks a lot motoom wrote: > > elca

Re: how can i use lxml with win32com?

2009-10-25 Thread elca
hello, im very sorry my english. yes i want to extract this text 'CNN Shop' and linked page 'http://www.turnerstoreonline.com'. thanks a lot! motoom wrote: > > > On 25 Oct 2009, at 08:33 , elca wrote: > >> www.cnn.com in main website page. >>

Re: how can i use lxml with win32com?

2009-10-25 Thread elca
ith use PAMIE and lxml or beautifulsoup. thanks for your help . in the cnn website's html source there i motoom wrote: > > > On 25 Oct 2009, at 08:06 , elca wrote: > >> because of javascript im trying to insist use PAMIE. > > I see, your problem is not with lxml or Be

Re: how can i use lxml with win32com?

2009-10-25 Thread elca
extract some text in CNN website with 'CNN Shop' 'Site map' in bottom of CNN website page by use PAMIE. thanks for your help. motoom wrote: > > > On 25 Oct 2009, at 07:45 , elca wrote: > >> i want to make web scraper. >> if possible i really want to m

Re: how can i use lxml with win32com?

2009-10-24 Thread elca
w.cnn.com' ie = PAMIE(url) bs = BeautifulSoup(ie.pageText()) if possible i really want to make it work together with beautifulsoup or lxml with PAMIE. sorry my bad english. thanks in advance. Stefan Behnel-3 wrote: > > Hi, > > elca, 25.10.2009 02:35: >> hello... >>

Re: PAMIE and beautifulsoup problem

2009-10-24 Thread elca
x27;t open another internet explorer windows, and using current PAMIE session. thanks in advance! AttributeError: PAMIE instance has no attribute 'pageText' File "C:\test12.py", line 7, in bs = BeautifulSoup(ie.pageText()) Gabriel Genellina-7 wrote: > > En Fri, 23 Oct

how can i use lxml with win32com?

2009-10-24 Thread elca
hello... if anyone know..please help me ! i really want to know...i was searched in google lot of time. but can't found clear soultion. and also because of my lack of python knowledge. i want to use IE.navigate function with beautifulsoup or lxml.. if anyone know about this or sample. please help

PAMIE and beautifulsoup problem

2009-10-22 Thread elca
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 probel

form have 2 iframe.problem to input text in other iframe

2009-10-22 Thread elca
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 h

Re: using cx_freeze on linux

2009-10-17 Thread elca
thanks diez paul, Diez B. Roggisch-2 wrote: > > james27 schrieb: >> hi.. >> im new to cx_freeze . >> i was searched much of time.but i couldn't found solution. >> i want to make exe file which can run on windows. >> is it possible to make windows exe file by use cx_freeze on linux? >> if anyone