OK, looks like it is time for a break!
Thanks for the replies!
--
http://mail.python.org/mailman/listinfo/python-list
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
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