Hi, I've an understanding problem about beanstalk and Python's list management.
Basically, I want to know what's in the list and print each member of the list i.e. beanstalk.tubes() the doc says "Return a list of all existing tubes" but the classical way of enumerating the content of a list doesn't work. So far I've tried the command below and some variants thereof, no luck. Are the member of the list a kind of special object ? which requires special handling ? Thanks for any hint for i,j in enumerate(my_bean.tubes): > print i,j -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/d/optout.
