ptwobrussell / Mining-the-Social-Web

The official online compendium for Mining the Social Web (O'Reilly, 2011)
http://bit.ly/135dHfs
Other
1.21k stars 491 forks source link

linkedin__analyze_titles.py not working #67

Closed ibobriakov closed 11 years ago

ibobriakov commented 11 years ago

I copied code exactly as here on github, but got an error - http://my.jetscreenshot.com/6808/20130726-ywqt-82kb

Meanwhile, this script linkedin__analyze_companies.py worked properly

ptwobrussell commented 11 years ago

@ibobriakov - I think the pull request I just merged in should have fixed this problem. The issue you were experiencing is that the PrettyTable API changed a while back and required some tweaks, but there are a few other important fixes in this latest commit, so I recommend updating your repository with a "git pull" or re-downloading your repository if you opted to download an archive of the files.

ibobriakov commented 11 years ago

Thanks for prompt reply, it indeed fixed this error :)

ptwobrussell commented 11 years ago

Very glad to hear it! Also, just in case you weren't already aware, the 2nd Edition of Mining the Social Web will be available soon, and the code repository is already available if you' d like to check it out. Feedback is always welcome - https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition

ibobriakov commented 11 years ago

That's very cool, thanks for sharing!