dnlcrl/PyScholar

How do you get to run?

daMogli opened this issue · 1 comments

I cloned your git repo, can't get it to run.
In .../Pyscholar/src running:
python pyscholar.py -c 1 --author "albert einstein" --phrase "quantum theory"

resulting in:

~/PyScholar/src/pyscholar.py(216)main()
-> print e
(Pdb)

Hi daMogli, thanks for pointing out the issue, it was caused by a wrong default parameter, it should be fixed now.
Can you pull and confirm?

Thanks.