bjherger / ResumeParser

A framework to parse resumes, extract contact & other information, and check for required terms
367 stars 216 forks source link

Syntax error with Resumechecker.py #5

Closed poornagurram closed 7 years ago

poornagurram commented 7 years ago

screenshot from 2017-04-07 19-15-11

bjherger commented 7 years ago

Hey,

Python 3 is not supported at this time. I only have time to test with / support one python version, and I've gone with python 2.7. On Fri, Apr 7, 2017 at 6:47 AM G POORNA PRUDHVI notifications@github.com wrote:

[image: screenshot from 2017-04-07 19-15-11] https://cloud.githubusercontent.com/assets/9065157/24802762/c1619554-1bc6-11e7-8911-6a36acc099b7.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bjherger/ResumeParser/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AHXyrfrnF9_JOM3Ot0HeC28zv8SmrkSoks5rtj5dgaJpZM4M26wk .

poornagurram commented 7 years ago

But it's the same with python 2.7 too.could please check what's the problem. screenshot from 2017-04-08 10-26-18

poornagurram commented 7 years ago

When I'm trying with" sudo python filename.py" it's coming..May I know what might be the problem ??

bjherger commented 7 years ago

Hey, it looks like this occurring because you're default python installation is also python 3.x. Please try calling python2 ResumeChecker.py, or equivalent.

bjherger commented 7 years ago

Closing, issue (supporting python 3.x) is out of scope.