On Mon, Oct 09, 2000 at 10:00:52PM +0800, Sin Hang Kin wrote:
> When building current zope cvs, cPickle.c want the mymath.h. Where can I get
> mymath? What devel package I should install for a debian system?
To compile binary Python extensions with Debian (as Zope needs), you need
the python-dev package:
apt-get install python-dev
Gregor