Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
danielforsyth
on June 17, 2014
|
parent
|
context
|
favorite
| on:
Finding the best ticket price – Simple web scrapin...
Ah yes thats the problem, I am using beautifulsoup4==4.3.2.
Try pip install beautifulsoup4
nivertech
on June 17, 2014
[–]
I found the problem. I think your listing ate '_'. It should be 'soup.find_all' instead of 'soup.findall' and 'link_end' instead of 'linkend'
danielforsyth
on June 17, 2014
|
parent
[–]
Good find! Fixed it, thanks!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Try pip install beautifulsoup4