Ah, how far from 1.2 is the trunk? We're poking at adding documentation, but we've been basing it on 1.2. :-/
On Thu, Jan 22, 2009 at 8:06 AM, Erich <[email protected]> wrote: > > Hi Jeremy, > > Thanks for the report. This is currently taken care of in the trunk > branch on github. It should make it in the forthcoming (hopefully even > soon) 1.2 release. > > Regards, > Erich > > On Jan 21, 8:34 am, Jeremy Dunck <[email protected]> wrote: >> That should be, of course, pybeanstalk 0.11.1. >> >> On Wed, Jan 21, 2009 at 8:34 AM, Jeremy Dunck <[email protected]> wrote: >> >>>> from beanstalk import * >> > ... >> > TypeError: Item in ``from list'' not a string >> >> > Fix below: >> > --------- >> >> > diff -r pybeanstalk-0.11.1-pristine/beanstalk/__init__.py >> > pybeanstalk-0.11.1/beanstalk/__init__.py >> > 5c5 >> > < __all__ = [protohandler, serverconn, errors, job] >> > --- >> >> __all__ = ['protohandler', 'serverconn', 'errors', 'job'] > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "beanstalk-talk" 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/beanstalk-talk?hl=en -~----------~----~----~----~------~----~------~--~---
