[Mailman-Developers] zc.buildout.buildout error message with installing mailman-3.0.0a6

Barry Warsaw barry at list.org
Mon Sep 27 14:34:39 CEST 2010


On Sep 25, 2010, at 02:41 PM, UUN Hostmaster wrote:

>When I try to install mailman-3.0.0a6, I receive the following error
>message:
> 
>[root at host mailman-3.0.0a6]# python2.6 bootstrap.py
>Downloading
>http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg
>[root at host mailman-3.0.0a6]# ./bin/buildout
>Traceback (most recent call last):
>  File "./bin/buildout", line 17, in <module>
>    import zc.buildout.buildout
>ImportError: No module named zc.buildout.buildout
>
>Where do I obtain the module zc.buildout.buildout?

You shouldn't need to get it from anywhere, iiuc.  There should be a
zc.buildout in your eggs directory.  It looks like bootstrap did not run
completely for you.  Here's what I get on a fresh 3.0 tree of bzr tip:

% python bootstrap.py
Downloading http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg
Creating directory '/home/barry/projects/mailman/3.0/bin'.
Creating directory '/home/barry/projects/mailman/3.0/parts'.
Creating directory '/home/barry/projects/mailman/3.0/eggs'.
Creating directory '/home/barry/projects/mailman/3.0/develop-eggs'.
Getting distribution for 'setuptools'.
Got setuptools 0.6c12dev-r84273.
Generated script '/home/barry/projects/mailman/3.0/bin/buildout'.
% ls eggs
setuptools-0.6c12dev_r84273-py2.6.egg/	zc.buildout-1.5.1-py2.6.egg/
% ls bin
buildout*


What OS are you on and where did your python2.6 come from?

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/mailman-developers/attachments/20100927/23be9445/attachment.pgp>


More information about the Mailman-Developers mailing list