Project Python SourceForge
Introduction
Legal Notes
Suitability
 
Setup
Download
Installation
 
How to
Key Generation
Signing a Document
Testing a Document
Trust Relationships
 
Documentation
TrustedPickle
ModuleObject
PrivateKey
PublicKey
PublicKeyFile
Signature
TPickle
TrustRelationship

Installing TrustedPickle

The TrustedPickle module is a single source file called TrustedPickle.py. You may use this file in one of two ways: include it directly into your project directory or save it anywhere along the PYTHONPATH.

If you choose to make TrustedPickle available to all Python applications (by installing it along the PYTHONPATH then you will want to copy TrustedPickle.py into the following directory:

  • ('nix) /usr/lib/python2.3/site-packages/
  • (Windows) C:\Python23\Lib\site-packages\

TrustedPickle requires Python 2.3 or later.