Hallo, i have problem. i use mechanize, python 2.7 to connect some sites (the code is not important right now) i have list of sites and i connect to them one by now. When it happens the site from my l
I am trying to download files from a website using urllib as described in this thr开发者_JAVA技巧ead: link text
I am using an http proxy and the Mechanize module.I initialize the mechanize object and set the proxy like so:
Here is cut from my code which I use to login into the remote site. My problem is that I don\'t know how to handle authentication pass/fail result.
It\'s a GUI program I wrote in python checking website/server status running on my XP SP3, multi threads are used to check different site/server. After several hours running, the program starts to get
I\'m writing a python script checking/monitoring several server/websites status(response time and similar stuff), it\'s a GUI program and I use separate thread to check different server/website, and t
I would like to port a program which is using urllib and json (Python 3) to C. My question is which libraries exist to replace urllib and json in C and wh开发者_如何转开发ich are the best (easier, doc
I\'m trying to obtain data using regular expressions from a html file, by implementing the following code:
I have this code, that supposed to work but I\'m getting strange errors, for other user this code works fine.
I\'m writing a script in Python 2.7 which uses a urllib2.OpenerDirector instance via urllib2.build_opener() to take advantage of the urllib2.HTTPCookieProcessor class, because I need to store and re-s