[PythonCE] shelve problems

Mark Doukidis mdoukidis at gmail.com
Thu Jul 15 07:47:12 CEST 2004


Has anyone succesfully used the "shelve" module on PythonCE ?

I am getting the following error:

>>>import shelve
>>>d = shelve.open("\\myshelve")
Traceback (most recent call last):
 File"<input>", line 1
    d = shelve.open("\\myshelve")
                                ^
SyntaxError: invalid token
>>>

Any guidance appreciated.

Mark


More information about the PythonCE mailing list