[Tutor] Help! Pickle file

Sara Johnson sarliz73 at yahoo.com
Thu Jul 5 06:45:53 CEST 2007


This may sound silly, but when writing a program where there is a pickle file, how does that get included into the entire program?  For instance;
   
  to create a new pickle file..
  ********************************************
  #!/usr/bin/python
# Filename: pickling.py

import cPickle as p
#import pickle as p
   
  (snipped from python.org)
  ********************************************
  
Does this fall anywhere in the program in particular?  I'm REALLY unfamiliar with this and I'm using Python for Dummies and Python.org. 
   
  Thanks!
  SJ

       
---------------------------------
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20070704/92fd16a6/attachment.htm 


More information about the Tutor mailing list