ckreibich / scholar.py

A parser for Google Scholar, written in Python
2.11k stars 777 forks source link

fixed 'TypError: quote_from_bytes() expected bytes' error on python3 #46

Closed hinnefe2 closed 8 years ago

hinnefe2 commented 9 years ago

Made a small edit that fixed a unicode vs bytes error I was getting when running using python3

This would probably resolve Issues #39 and #40

rethore commented 9 years ago

Thanks, that fixed the bug for me as well.

ruthbarbaracimpa commented 9 years ago

Thank you, it worked. same situation (win7, p3), the same issue.

skyl commented 8 years ago

Thank you, works for me.

ckreibich commented 8 years ago

Thanks for the fix, and apologies for the abysmal response times ...