Yelp / python-gearman

Gearman API - Client, worker, and admin client interfaces
http://github.com/Yelp/python-gearman/
Other
242 stars 122 forks source link

Pickle Encoder example doesn't work #27

Closed leopd closed 12 years ago

leopd commented 12 years ago

Trying to use the pickle encoder at https://github.com/Yelp/python-gearman/blob/master/docs/client.rst gives this error...

class PickleDataEncoder(gearman.DataEncoder):

AttributeError: 'module' object has no attribute 'DataEncoder'

leopd commented 12 years ago

Sorry. My mistake.