[PYTHON DB-SIG] pickling dbiDate objects

Jim Fulton jim.fulton@digicool.com
Thu, 03 Apr 1997 12:43:16 -0500


Dzung Pham-RYEY90 wrote:
> 
> pickle can't pickle dbiDate objects. Any ideas or suggestions ?

Yes. Use cPickle, http://www.digicool.com/releases/cpickle/.  
cPickle has a mechanism for telling it how to 
pickle extension types.

Jim

-- 
Jim Fulton         Digital Creations
jim@digicool.com   540.371.6909
## Python is my favorite language ##
##     http://www.python.org/     ##

_______________
DB-SIG  - SIG on Tabular Databases in Python

send messages to: db-sig@python.org
administrivia to: db-sig-request@python.org
_______________