Re: Extracting pickle from Python

2005-05-16 Thread "Martin v. Löwis"
Philippe C. Martin wrote: > How would one go about extracting the pickle module from Python (ex: to make > a .a or a .dll) ? Pickle relies heavily on Python, so you most likely have to take the rest of Python as well when trying to integrate pickle elsewhere? Are you looking for pickle or cPickle

Extracting pickle from Python

2005-05-16 Thread Philippe C. Martin
Hi, How would one go about extracting the pickle module from Python (ex: to make a .a or a .dll) ? Thanks Philippe -- http://mail.python.org/mailman/listinfo/python-list