[Setup] OSX Install Issues with lxml

Raphael Ritz raphael.ritz at gmail.com
Fri May 4 13:02:31 UTC 2012


On 4/26/12 8:32 PM, rob.shin wrote:
> Hi all,
>
> I recently downloaded the Plone 4.1.4 binary install for OSX but it is
> failing and hanging during the actual installation process.
>
>  From the log files:

[..]

> Installing lxml.
> lxml: CMMI libxml2 ...
> lxml: Using libxml2 download url
> ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
> While:
>    Installing lxml.
> Error: Couldn't download 'ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz' in
> offline mode.
> *************** PICKED VERSIONS ****************
> [versions]
>
> *************** /PICKED VERSIONS ***************
> [rshin at herb  ~/magnolia-4.5.2/apache-tomcat-6.0.32/bin]$
> -- END --
>
> I can manually download that tarball but I'm not sure what to do with it.
> Anyone with any hints or tips?

Did you get this sorted out by now?

One way could be to setup a download cache for buildout and
manually put the tarball in there.
For my dev env this looks like this:


Raphael-Ritzs-MacBook-Pro:~ ritz$ ls .buildout/
default.cfg	downloads	eggs		zope
Raphael-Ritzs-MacBook-Pro:~ ritz$ more .buildout/default.cfg
[buildout]
download-directory = /Users/ritz/.buildout/downloads
download-cache = /Users/ritz/.buildout/downloads
eggs-directory = /Users/ritz/.buildout/eggs
zope-directory = /Users/ritz/.buildout/zope

You would only need the 'download' related stuff.

HTH

	Raphael


>
> Thanks,
>
> -Rob.
>
> --
> View this message in context: http://plone.293351.n2.nabble.com/OSX-Install-Issues-with-lxml-tp7503821p7503821.html
> Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.




More information about the Setup mailing list