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

_form.py have an error #100

Open
edwardyeung opened this issue Sep 6, 2014 · 0 comments
Open

_form.py have an error #100

edwardyeung opened this issue Sep 6, 2014 · 0 comments

Comments

@edwardyeung
Copy link

import mechanize
br = mechanize.Browser()
br.set_handle_robots(False)
br.open('https://login.taobao.com/member/login.jhtml?redirectURL=http%3A%2F%2Ftrade.taobao.com%2Ftrade%2Fitemlist%2Flist_bought_items.htm%3Fspm%3D1.7274553.1997525045.2.MVZkiW')
br.select_form(nr=0)

Use these code it will cause a problem which is from _form.py line 149.

It says "ValueError: unichr() args not in range(0x10000) (narrow python build)

My system is windows 8
python 32bit

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