Hi, The problem in this case is that you are using 2.4. Currently all the pybeanstalk stuff relies on python 2.5 or greater. If you are interested in backporting, or help with that, let me know and i can make a 2.4 combatable version of pybeanstalk.
Regards Erich On Dec 31 2008, 9:34 pm, jsia <[email protected]> wrote: > Hi I treid to run simple_client.py but I receive these errors. > > Please Help. > > from beanstalk import serverconn > File "/usr/lib/python2.4/site-packages/beanstalk/__init__.py", line > 1, in ? > import serverconn > File "/usr/lib/python2.4/site-packages/beanstalk/serverconn.py", line > 2, in ? > import protohandler > File "/usr/lib/python2.4/site-packages/beanstalk/protohandler.py", > line 65 > response += (yield None) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
