mousem...@gmail.com writes: > But, lambda functions can't be pickled. I would like to pickle my > objects, and i would really like to use parallel python (which > requires pickling).
Maybe you could use marshal instead of pickle. Make sure to read the documentation carefully--there are some pitfalls that can bite you. -- http://mail.python.org/mailman/listinfo/python-list