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 2.4.1 (default with SuSE distro), gcc version 4.0.2
> 20050901 (prerelease) (SUSE Linux), kernel 2.6.13-15.  I am running make as
> the local user, not root.
>
> [EMAIL PROTECTED]:~/Zope-3.1.0> make
> /usr/bin/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
>
> Here is line 34 of the setup.py file referenced in the error:
>
> from distutils.cmd import Command
>
>
> I googled for this error, but only got two hits back (in French).  It
> appears that situation was due to some issues with gcc 3.0.2 for Debian.
>
> Thanks,
> Charles Mire
> _______________________________________________
> Zope3-users mailing list
> Zope3-users@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to