On the UsingPickle article on Python Wiki it suggests using TrustedPickle in order to give more protection to Pickle files through looking for authorised signatures and keys.
I downloaded TrustedPickle 0.01 and installed it as instructed by putting the TrustedPickle.py script iin C:\Python33\Lib\site-packages.
However, following the steps in order to use TrustedPickle, the module doesn't work.
I've opened the script and tried running it and it comes up with invalid syntax and it pointing to Line 142 and Column 22. Can someone look at the script and see what's wrong? This script is too far out of my depth to solve myself.
You can download the script here: http://sourceforge.net/projects/trustedpickle/files/trustedpickle/0.01/
I've tried 0.02 and that doesn't work either.