BeautifulSoup installation or alternative without easy_install
I wanted to write a program to scrape a website from python. Since there
is no built-in possibility to do so, I decided to give the BeautifulSoup
module a try.
Unfortunately I encountered some problems using pip and ez_install, since
I use Windows 7 64 bit and Python 3.3.
Is there a way to get the BeautifulSoup module on my Python 3.3
installation with Windows 7 64x without ez_install or easy_install, since
I have too much trouble with this, or is there an alternative module which
can be easily installed?
No comments:
Post a Comment