<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<div><div><br class="Apple-interchange-newline">So I tried  ./bin/buildout -vv as per the suggestions.</div></div><div><i><br></i></div><div>I re installed Ubuntu 11.10 with all the appropriate additions for Plone and python. Also, I am using a different  minimal buildout (below) which had previously worked with the Ubuntu system python(2.7.2) . It doesn't work anymore with the local 2.6* python.</div><div><br></div><div>This is the end of the output</div><div><br></div><div><div><b>Getting required 'lxml>=2.2.4'</b></div><div><b>  required by plone.app.theming 1.0.</b></div><div><b>We have no distributions for lxml that satisfies 'lxml>=2.2.4'.</b></div><div><b>Getting distribution for 'lxml>=2.2.4'.</b></div><div><b>Running easy_install:</b></div><div><b>/home/aaron/.pythonbrew/venvs/Python-2.6/plone-python/bin/python "-c" "from setuptools.command.easy_install import main;main()" "-mUNxd" "/home/aaron/Plone4Book/MinimalBuildout/eggs/tmp2F9qTX" "/tmp/tmpBO4LaDget_dist/lxml-2.3.4.tgz"</b></div><div><b>path=/home/aaron/Plone4Book/MinimalBuildout/eggs/setuptools-0.6c12dev_r88846-py2.6.egg</b></div><div><b><br></b></div><div><b>Processing lxml-2.3.4.tgz</b></div><div><b>Running lxml-2.3.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-JnFTNn/lxml-2.3.4/egg-dist-tmp-biCF11</b></div><div><b>Building lxml version 2.3.4.</b></div><div><b>Building without Cython.</b></div><div><b>ERROR: /bin/sh: xslt-config: not found</b></div><div><b><br></b></div><div><b>** make sure the development packages of libxml2 and libxslt are installed **</b></div><div><b><br></b></div><div><b>Using build configuration of libxslt </b></div><div><b>In file included from src/lxml/lxml.etree.c:239:0:</b></div><div><b>src/lxml/etree_defs.h:9:31: fatal error: libxml/xmlversion.h: No such file or directory</b></div><div><b>compilation terminated.</b></div><div><b>error: Setup script exited with error: command 'gcc' failed with exit status 1</b></div><div><b>An error occurred when trying to install lxml 2.3.4. Look above this message for any errors that were output by easy_install.</b></div><div><b>While:</b></div><div><b>  Installing instance.</b></div><div><b>  Getting distribution for 'lxml>=2.2.4'.</b></div><div><b>Error: Couldn't install: lxml 2.3.4</b></div></div><div><br></div><div><br></div><div><br></div><div>here's what I did from the start</div><div><b>pythonbrew install 2.6</b></div><div>then</div><div><b>pythonbrew switch 2.6</b></div><div>then</div><div><b>cd MyPloneProject</b> (where I have bootstrap.p and buildout.cfg)</div><div>then</div><div><b>python bootstrap.py <span style="font-size: 10pt; "> --distribute</span></b></div><div><span style="font-size: 10pt; ">then</span></div><div><span style="font-size: 10pt; "><b>bin/buildout </b></span><i style="font-size: 10pt; "><b> -vv</b></i></div><div><br></div><div>I also  tried python 2.6.6,2.6.7 to run the bootstrap.</div><div><br></div><div>I get this early on</div><div><div><b>We have no distributions for ZODB3 that satisfies 'ZODB3>=3.9'.</b></div></div><div><div><br></div><div>also I get a lot of these</div><div><b>Note also that the installation directory must be on sys.path at runtime for</b></div><div><b>this to work.  (e.g. by being the application's script directory, by being on</b></div><div><b>PYTHONPATH, or by being added to sys.path by your code.)</b></div></div><div><br></div><div>Here is the buildout:</div><div><b style="font-size: 10pt; ">[buildout]</b></div><div><b>extends =</b></div><div><b>http://dist.plone.org/release/4.1/versions.cfg</b></div><div><b>parts = instance</b></div><div><b>[instance]</b></div><div><b>recipe = plone.recipe.zope2instance</b></div><div><b>user = admin:admin</b></div><div><b>eggs = Plone</b></div><div><br></div><div><font size="3"><br></font></div><div><font size="3">Thanks for the help.</font></div><br><div><div id="SkyDrivePlaceholder"></div>> Date: Sun, 3 Jun 2012 16:37:58 -0500<br>> Subject: Re: [Setup] Error: Couldn't install: zope.interface 3.6.3<br>> From: vangheem@gmail.com<br>> To: a_rothenberg@hotmail.com<br>> CC: plone-setup@lists.plone.org<br>> <br>> What buildout are you running?<br>> <br>> Can you try running ./bin/buildout -vv<br>> <br>> to see what error you are getting in detail?<br>> <br>> On Sun, Jun 3, 2012 at 1:09 PM, Aaron Rothenberg<br>> <a_rothenberg@hotmail.com> wrote:<br>> > Thanks Nathan<br>> ><br>> > I do have the latest python-dev installation<br>> ><br>> > as per your suggestion, I used python-brew to install 2.6 and 2.6.6. I used<br>> > both versions to  bootstrap.(then /bin/buildout)<br>> ><br>> > I still get the same error and I still don't  have anything new in bin( I<br>> > was expecting at least "test" and "coverage").<br>> ><br>> > I may try and re-install Ubuntu 11.04 and go with that. Might that help?<br>> ><br>> > Thanks again.<br>> ><br>> ><br>> ><br>> >> Date: Sun, 3 Jun 2012 00:42:06 -0500<br>> >> Subject: Re: [Setup] Error: Couldn't install: zope.interface 3.6.3<br>> >> From: vangheem@gmail.com<br>> >> To: a_rothenberg@hotmail.com<br>> >> CC: plone-setup@lists.plone.org<br>> ><br>> >><br>> >> Do you have the python development package installed?<br>> >><br>> >> sudo apt-get install python-dev<br>> >><br>> >> If you're doing a buildout of plone 4.1, python 2.6 is what is<br>> >> supported for that version.<br>> >><br>> >><br>> >> Good luck,<br>> >> Nathan<br>> >><br>> >> On Sat, Jun 2, 2012 at 10:47 PM, Aaron Rothenberg<br>> >> <a_rothenberg@hotmail.com> wrote:<br>> >> > I'm using  Martin Aspeli's chapter3 bootstrap and buildout<br>> >> > from Professional<br>> >> > Plone 4<br>> >> > Development.<br>> >> ><br>> >> > I'm in Ubuntu 12.04 and I'm using python 2.7.2 (if that matters). This<br>> >> > machine is dedicated to this project so I 'm free to do<br>> >> >  anything necessary<br>> >> > to resolve this.<br>> >> ><br>> >> > The error is after I run bin/buildout from a  myPloneProject folder.<br>> >> ><br>> >> > the Bin created after the bootstrap  only has 1 buildout item<br>> >> > ("buildout")<br>> >> > in myPloneProject  after the failed bin/buildout.<br>> >> ><br>> >> > here is the output-<br>> >> > Getting distribution for 'zope.interface==3.6.3'.<br>> >> > error: None<br>> >> > An error occured when trying to install zope.interface 3.6.3. Look above<br>> >> > this message for any errors that were output by easy_install.<br>> >> > While:<br>> >> >   Installing.<br>> >> >   Getting section instance.<br>> >> >   Initializing section instance.<br>> >> >   Installing recipe plone.recipe.zope2instance.<br>> >> >   Getting distribution for 'zope.interface==3.6.3'.<br>> >> > Error: Couldn't install: zope.interface 3.6.3<br>> >> > *************** PICKED VERSIONS ****************<br>> >> > [versions]<br>> >> ><br>> >> > *************** /PICKED VERSIONS ***************<br>> >> ><br>> >> > note: I have 2 decades in  development almost all in .net (some lamp)<br>> >> > but<br>> >> > I'm pretty new to python, eggs, buildouts...<br>> >> ><br>> >> > Thanks.<br>> >> ><br>> >> ><br>> >> ><br>> >> > _______________________________________________<br>> >> > Setup mailing list<br>> >> > Setup@lists.plone.org<br>> >> > https://lists.plone.org/mailman/listinfo/plone-setup<br>> >> ><br>> ><br>> > _______________________________________________<br>> > Setup mailing list<br>> > Setup@lists.plone.org<br>> > https://lists.plone.org/mailman/listinfo/plone-setup<br>> ><br></div>                                         </div></body>
</html>