Re: AttributeError: module 'object' has no attribute events

2011-01-04 Thread Wesley Chun
+1 that this is not the correct list for you. before you go elsewhere, below are similar errors that i'm not sure if this is related to your situation, but it may help: http://www.google.com/search?q=appengine+OR+"app+engine"+"AttributeError:+'module'+object+has+no+attribute" http://code.google.c

Re: AttributeError: module 'object' has no attribute events

2011-01-03 Thread Russell Keith-Magee
On Tue, Jan 4, 2011 at 2:07 AM, Yo-Yo Ma wrote: > I would head over the the django-users list (this one's for > development on Django itself): http://groups.google.com/group/django-users/ > Also, you might try Stack Overflow. It's a great place to get quick > answers. You might also try the djang

Re: AttributeError: module 'object' has no attribute events

2011-01-03 Thread Yo-Yo Ma
from google.appengine.api import yaml_builder >   File "/usr/local/google_appengine/google/appengine/api/ > yaml_builder.py", line 29, in >     from google.appengine.api import yaml_listener >   File "/usr/local/google_appengine/google/appengine/api/ > yaml_listener.py

AttributeError: module 'object' has no attribute events

2011-01-03 Thread Ondřej Mirtes
yaml_listener.py", line 30, in yaml.events.StreamStartEvent: 'StreamStart', AttributeError: 'module' object has no attribute 'events' It looks like the "import yaml" command imports different yaml library than SDK expects. I originally tried to setu