On 20/04/2006 5:54 PM, fyleow wrote: > I create a new Python file with the following using Wing IDE. > > import feedparser > d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml") > print d.feed.title > > I get this error when I debug. > [snip] > > With the exact same line of code in Komodo I get the correct output > which is "Sample Feed"
Two IDEs? Sounds like IDEitis to me. Presuming that you have a command-line interpreter supplied with your OS: fire it up, type in "python", type those 3 lines in, see what happens ... I'm betting that Serge's supposition is correct. -- http://mail.python.org/mailman/listinfo/python-list