Re: [Zope3-Users] Zope3 build error

2005-12-30 Thread cmire
Just in case anyone else runs into this problem, the solution is to install python-devel (might be called python-dev for non SuSE distros). Charles On Thursday 29 December 2005 4:01 pm, cmire wrote: I'm getting an error when I run make on Zope 3.1.0. The system is running SuSE 10.0, Python

[Zope3-Users] Zope3 build error

2005-12-29 Thread cmire
/python install.py -q build Traceback (most recent call last): File install.py, line 22, in ? import zpkgsetup.setup File /home/cmire/Zope-3.1.0/Support/zpkgsetup/setup.py, line 34, in ? from distutils.cmd import Command ImportError: No module named distutils.cmd make: *** [build] Error 1