Discussion Board
-
pickle module
2005-01-31, 22:42
#1
Registered User
Hi,
Has anyone gotten the pickle module to work? I run across this error when trying to unpickle objects:
File "E:\system\libs\pickle.py", line 985 in load_string
self.append(rep.decode("string-escape"))
LookupError: unknown encoding: string-escape
So basically, I think the base str object on the cell phones doesn't support this command? Does anyone know a way to fix this?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules