Re: Beginner: Portable Python, BeautifulSoup ScrapeNFeed

2009-04-18 Thread Brian
Was this code a complete waste of my time? On Wed, Apr 15, 2009 at 1:09 AM, Brian brian.min...@colorado.edu wrote: On Ubuntu: sudo apt-get install python-pyrss2gen python-beautifulsoup # download ScrapeNFeed Python: Not sure what's wrong with this but it's most of the code you'll need:

Re: Beginner: Portable Python, BeautifulSoup ScrapeNFeed

2009-04-15 Thread Brian
On Ubuntu: sudo apt-get install python-pyrss2gen python-beautifulsoup # download ScrapeNFeed Python: Not sure what's wrong with this but it's most of the code you'll need: --- from urllib import urlopen from BeautifulSoup import BeautifulSoup from PyRSS2Gen import RSSItem, Guid import

Beginner: Portable Python, BeautifulSoup ScrapeNFeed

2009-04-14 Thread Joe Larson
Hello list! I am a Python Beginner. I thought a good beginning project would be to use the Portable Python environment http://www.portablepython.com/ with Beautiful Soup http://www.crummy.com/software/BeautifulSoup/ and Scrape 'N' Feed http://www.crummy.com/software/ScrapeNFeed/ to create and