Top "Mechanize" questions

A library for automated web browsing originally developed for Perl, there are now also Python and Ruby implementations.

Unable to import a module that is definitely installed

After installing mechanize, I don't seem to be able to import it. I have tried installing from pip, easy_install, …

python mechanize python-module
adding directory to sys.path /PYTHONPATH

I am trying to import a module from a particular directory. The problem is that if I use sys.path.…

python mechanize python-import pythonpath
How to avoid HTTP error 429 (Too Many Requests) python

I am trying to use Python to login to a website and gather information from several webpages and I get …

python http mechanize http-status-code-429
How to install mechanize for Python 2.7?

I saved mechanize in my Python 2.7 directory. But when I type import mechanize into the Python shell, I get an …

python python-2.7 mechanize
Installing mechanize for python 3.4

I'm trying to retrieve the mechanize module for python 3.4. Can anybody guide me in the right direction and perhaps walk …

python mechanize
How to handle IncompleteRead: in python

I am trying to fetch some data from a website. However it returns me incomplete read. The data I am …

python python-2.7 web-scraping beautifulsoup mechanize
Scraping Data from Facebook with Python

I've been trying for several day now (unsuccessfully) to scrape cities from about 500 Facebook URLs. However, Facebook handles its data …

python facebook web-scraping beautifulsoup mechanize
How do I use Mechanize to process JavaScript?

I'm connecting to a web site, logging in. The website redirects me to new pages and Mechanize deals with all …

javascript html ruby mechanize
Screen scraping: getting around "HTTP Error 403: request disallowed by robots.txt"

Is there a way to get around the following? httperror_seek_wrapper: HTTP Error 403: request disallowed by robots.txt Is …

python screen-scraping beautifulsoup mechanize http-status-code-403
Python: Clicking a button with urllib or urllib2

I want to click a button with python, the info for the form is automatically filled by the webpage. the …

python urllib2 mechanize urllib twill