tags:

views:

31

answers:

0

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(theurl).read()" actually my script based on PAMIE,but want to work together with lxml not urllib. anybody can help me , how to make it work pamie and lxml? if so really appreciate ,and easily can process my project. thanks in advance.

Paul