[Zope-dev] build Zope on linux

Gregor Hoffleit gregor@hoffleit.de
Mon, 9 Oct 2000 16:13:04 +0200


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