Re: Clueless with cPickle

2005-05-08 Thread les
OK, looks like it is time for a break! Thanks for the replies! -- http://mail.python.org/mailman/listinfo/python-list

Re: Clueless with cPickle

2005-05-08 Thread Roel Schroeven
les wrote: > Traceback (most recent call last): > File "/home/les/workspace/Module 2/questor.py", line 18, in ? > f = file(questorlistfile) > NameError: name 'questorlistfile' is not defined > > I thought that I had defined questorlistfile on the 4th line below > > # define some constants

Re: Clueless with cPickle

2005-05-08 Thread Jp Calderone
On Sun, 08 May 2005 21:27:35 GMT, les <[EMAIL PROTECTED]> wrote: >I am working on a homework assignment and trying to use cPickle to store >the answers from questor.py I believe I have the syntax correct but am not >sure if I am placing everything where it needs to be. Any help would be >greatly a