The universal feed parser was working in App Engine Launcher 1.2.4
with Mac OS Leopard. Now it's broken with 1.2.5 and Snow Leopard.
Try this code in the Interactive Console:
---
import feedparser
d = feedparser.parse('http://googleappengine.blogspot.com/atom.xml')
print d
---
{'feed': {}, 'encoding': 'utf-8', 'bozo': 1, 'version': None,
'entries': [], 'bozo_exception': ImportError('No module named
_ctypes',)}
---
Don't yet know if I should submit this as a bug - it could be my own
mistake.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---