Thanks, for the response, I'll just upgrade my python version

By the way, isn't it that you are running the script with a while (TRUE)
loop  so when I tried running the script and close the terminal the script
halts and terminates.  So what I did was to use the screen command and
detach the window.  I also tried running it using PEAR system package which
runs it like a daemon but stilll it terminates when I close the terminal
window.  Are there any other workarounds?

On Fri, Jan 2, 2009 at 8:24 AM, Erich <[email protected]> wrote:

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to