New issue 65 by guitar...@vt.edu: buildout installation requires bzr
http://code.google.com/p/contentmirror/issues/detail?id=65
What steps will reproduce the problem?
1.In a Plone 3.2.3 buildout,
2.follow the instructions for installation given on this site.
3.Notice that it fails, with this stack trace:
File "/var/plone/someproject/parts/Python-2.4.5/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py",
line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: bzr
What version of the product are you using? On what operating system?
- ore.contentmirror-0.6.0-rc2
- Plone 3.2.3
Please provide any additional information below.
centos 5
python 2.4.5
Plone 3.2.3
My sysadmin had to find and install several RPMs for bzr, including:
bzr
bzr-gtk
bzrtools
Then, I had to manually install the python package using Plone's
custom "easy_install bzr".
OK, just call this a troublesome installation with Plone 3.2.3 and
buildout. Once bzr was installed, it failed to install "mocker" because
setuptools 0.6c11 didn't understand the ".bz2" extension. I
manually "bunzip2"-d the package, then ran the installation command
manually. (Thankfully, buildout does dump the command it choked on here. I
got lucky.)
ick.. i was hoping that using the setuptools_bzr plugin would make things
easier, i didn't realize it pulled in a bzr dependency. I've gone and head
removed the use of this plugin on the trunk in favor of using the
setuptool's package_data option to include the text and zcml files.
Comment #5 on issue 65 by kapilt: buildout installation requires bzr
http://code.google.com/p/contentmirror/issues/detail?id=65
(No comment was entered for this change.)
Comment #6 on issue 65 by kapilt: buildout installation requires bzr
http://code.google.com/p/contentmirror/issues/detail?id=65
fixed in 0.6.0-rc3