Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: maximum recursion depth exceeded while calling a Python object #87

Open
romanrdgz opened this issue Aug 29, 2013 · 0 comments

Comments

@romanrdgz
Copy link

I just discovered mechanize, and wanted to use it to search for train tickets at www.renfe.com. I just did this:

import mechanize

br = mechanize.Browser()
br.set_proxies({"http":"http://myproxy.com:80"})
response = br.open("http://www.renfe.com/")
print response.read()

And I'm getting RuntimeError: maximum recursion depth exceeded while calling a Python object at the br.open line.

I'm using an enterprise proxy, but I'm afraid this is related with renfe.com being such a bad formatted website. Anyway I thought you should check in order to get mechanize more robust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant