FreeBSD:
pypersrc is maintained as a FreeBSD port.
Debian and Ubuntu:
[2007/05/18] Install these dependencies:
apt-get install python-tk python-pmw
To compile, test, and install:
tar xfjv pypersrc*tar.bz2
cd pypersrc
./configure.sh
make
out/pypersrc src # test if it can run
make install
To browse code:
pypersrc . # browse all supported languages, descending from CWD
pypersrc src/*.cc # browse particular source files
pypersrc -l c++ # find C++ source files
pypersrc -geom 800x600 # set size of main window
pypersrc -ed-xterm zile # add zile as an external editor