> With the exact same line of code in Komodo I get the correct output > which is "Sample Feed" > > Any idea what's wrong?
My guess would be different PYTHONPATHs. Try this on each: >>> import sys >>> print sys.path They might even be using different python versions - but both of these are just guesses. Luke -- http://mail.python.org/mailman/listinfo/python-list