zc.buildout.buildout error message with installing mailman-3.0.0a6
![](https://secure.gravatar.com/avatar/a54a76a898dc14a84f451e712f4507e2.jpg?s=120&d=mm&r=g)
When I try to install mailman-3.0.0a6, I receive the following error message:
[root@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@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?
Thanks.
Jim
Jim Hermann <hostmaster@UUism.net> UUism Networks <http://www.UUism.net <http://www.uuism.net/> > Ministering to the Needs of Online UUs Web Hosting, Email Services, Mailing Lists
![](https://secure.gravatar.com/avatar/173371753ea2206b9934a9be1bdce423.jpg?s=120&d=mm&r=g)
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@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@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
participants (2)
-
Barry Warsaw
-
UUN Hostmaster