bonfy / leetcode

:sparkles::v::sparkles:leetcode刷题 内附leetcode solution代码自动下载生成器(Leetcode solution auto generator)
554 stars 181 forks source link

python2.7+ubuntu #14

Closed hmyan90 closed 6 years ago

hmyan90 commented 6 years ago

折腾了半天,终于跑通了, 环境:python2.7,ubuntu 中间出现了几个问题,记得的如下: pip install futures;(python2.7) 在github上创建好repository,需要在linux下leetcode_generate.py代码目录先执行下git init 339行改成question = HTMLParser.HTMLParser().unescape(question) (python2.7, 需要先import HTMLParser)

bonfy commented 6 years ago

works in python3, python 2.7 maybe