Re: [PyWrapper-devel] TAPIR installation problem
Status: Alpha
Brought to you by:
jatorre
From: Dring, M. <m.d...@BG...> - 2007-07-02 09:56:33
|
Milko, The problem is that the setuptools module needed to install lxml has released a new version. In the pywrapper packages there is a script called = " ez_setup.py" which installs setuptools. This script needs to be the latest version which can be found here: http://peak.telecommunity.com/dist/ez_setup.py Or as part of the setuptools distribution here: http://cheeseshop.python.org/packages/source/s/setuptools/ I have updated the pywrapper SVN with the 0.6c6 version of the script so th= e installer script should hopefully work now (both for trunk and stable) Sorry, but I dont have time now to test it. It would probably best to update the installer script to download the ez_script file from the above URL (if the URL doesnt change...) Hope everything works now. Markus Am 02.07.2007 8:14 Uhr schrieb "Milko A. =A9kofi=E8" unter <mi...@ma...>: > Hi Markus, I am in Peru and tomorrow morning I have to install and > demonstrate TAPIR, i was trying to install TAPIR on my laptop and the > installation process always failed. I managed to track the problem, > it is when it tries to install lxml, here is the log: >=20 > E07-Laptop-1:/Library/WebServer/Services/pywrapper/tools/build milko > $ ../python/bin/easy_install lxml > Searching for lxml > Reading http://www.python.org/pypi/lxml/ > Reading http://www.python.org/pypi/lxml/1.3 > Reading http://codespeak.net/lxml > Reading http://www.python.org/pypi/lxml/1.2 > Reading http://www.python.org/pypi/lxml/1.1 > Reading http://www.python.org/pypi/lxml/1.0 > Reading http://www.python.org/pypi/lxml/0.9.2 > Reading http://www.python.org/pypi/lxml/1.2.1 > Reading http://www.python.org/pypi/lxml/0.9.1 > Reading http://www.python.org/pypi/lxml/1.1.2 > Reading http://www.python.org/pypi/lxml/1.1.1 > Reading http://www.python.org/pypi/lxml/0.9 > Reading http://www.python.org/pypi/lxml/1.0.4 > Reading http://www.python.org/pypi/lxml/1.0.3 > Reading http://www.python.org/pypi/lxml/1.0.2 > Reading http://www.python.org/pypi/lxml/1.0.1 > Best match: lxml 1.3 > Downloading http://codespeak.net/lxml/lxml-1.3.tgz > Processing lxml-1.3.tgz > Running lxml-1.3/setup.py -q bdist_egg --dist-dir /private/tmp/ > easy_install-sGupKh/lxml-1.3/egg-dist-tmp-W2POGM > The required version of setuptools (>=3D0.6c5) is not available, and > can't be installed while this script is running. Please install > a more recent version first. >=20 > (Currently using setuptools 0.6c3 (/Library/WebServer/Services/ > pywrapper/tools/python/lib/python2.4/site-packages/setuptools-0.6c3- > py2.4.egg)) > error: Setup script exited with 2 >=20 > I really don't know how to modify or change the installation script > to cope with this problem, in fact I don't know how to fix this. >=20 > It is about 1:00 here, if you manage to read this e-mail before I go > to do the installation tomorrow morning (in 6 hours) can you please > send me some info on how to fix this? >=20 > Thank you very much in advance! >=20 > Milko |