Hey Sashikiran, On Fri, Apr 2, 2010 at 9:52 AM, sashikiran <[email protected]> wrote: > Apologies if this is not the mailing list to which I can ask my > questions. > > PubSubhubbub is really cool. > > I followed the steps on the Developer's getting started guide and I > get the following exception when I go to http://localhost:8080. I am > working on Ubuntu Karmic Kaola. > > <type 'exceptions.AttributeError'>: 'module' object has no attribute > 'offset_multi' > args = ("'module' object has no attribute 'offset_multi'",) > message = "'module' object has no attribute 'offset_multi'" > > It also displays several calls that lead to this error. > Could somebody please help me out what this error is ?
You must have an older version of the App Engine SDK. offset_multi is new as of version 1.2.8, I believe. > Also could somebody please direct me to any documentation on how to > set up my own hub (not use Google App Engine) to which I want people > to publish and subscribe. This is very useful for the project that I > am working on. I would follow links off this page that lists all the hubs out there: http://code.google.com/p/pubsubhubbub/wiki/Hubs Each has some usage instructions, like this one: http://github.com/zh/webglue#readme -Brett -- To unsubscribe, reply using "remove me" as the subject.
