Before installing Pympler, try it with your Python version::
python setup.py try
If any errors are reported, check whether your Python version is supported by all the Pympler modules. Pympler is written entirely in Python, with no dependencies other than standard Python modules and libraries. All Pympler modules work with Python 2.5, 2.6, 2.7, 3.1 and 3.2.
Installation
Build the Pympler package::
python setup.py build
2.a) For a system-wide installation run::
python setup.py install
2.b) For a user-specific** installation run::
python setup.py --user install
3) Test the installed Pympler package::
python setup.py test
**) Note, the user-specific installation requires Python 2.6 or higher.
The usage of pympler is described in the documentation. It is available either in this distribution at doc/index.html or you can read it online at http://packages.python.org/Pympler/.
You can post wishes, bug reports or patches at our issue tracker under http://code.google.com/p/pympler/issues/ or write an email to pympler-dev@googlegroups.com.