oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #00920
Re: Installing oship module dependencies using buildout
Hi Diego and/or Tim,
can you post/send the simplest possible (but no simpler :-))
buildout.cfg that is needed to install only pyxb?
If that works on Ubuntu, I can try to see what happens on MS Windows.
Now I've got an error:
Installing pyxb-install.
pyxb-install: Unpacking and configuring
While:
Installing pyxb-install.
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "c:\users\roger\oshipenv\oship\trunk\oship\eggs\zc.buildout-1.4.3-py2.6.egg\zc\buildout\buildout.py",
line 1660, in main
getattr(buildout, command)(args)
File "c:\users\roger\oshipenv\oship\trunk\oship\eggs\zc.buildout-1.4.3-py2.6.egg\zc\buildout\buildout.py",
line 532, in install
installed_files = self[part]._call(recipe.install)
File "c:\users\roger\oshipenv\oship\trunk\oship\eggs\zc.buildout-1.4.3-py2.6.egg\zc\buildout\buildout.py",
line 1204, in _call
return f()
File "build\bdist.win32\egg\collective\recipe\distutils\__init__.py",
line 50, in install
setuptools.archive_util.unpack_archive(fname, tmp)
File "c:\users\roger\oshipenv\oship\trunk\oship\eggs\setuptools-0.6c11-py2.6.egg\setuptools\archive_util.py",
line 67, in unpack_a
rchive
driver(filename, extract_dir, progress_filter)
File "c:\users\roger\oshipenv\oship\trunk\oship\eggs\setuptools-0.6c11-py2.6.egg\setuptools\archive_util.py",
line 174, in unpack_
tarfile
tarobj = tarfile.open(filename)
File "c:\python26\Lib\tarfile.py", line 1647, in open
return func(name, "r", fileobj, **kwargs)
File "c:\python26\Lib\tarfile.py", line 1714, in gzopen
**kwargs)
File "c:\python26\Lib\tarfile.py", line 1692, in taropen
return cls(name, mode, fileobj, **kwargs)
File "c:\python26\Lib\tarfile.py", line 1570, in __init__
self.firstmember = self.next()
File "c:\python26\Lib\tarfile.py", line 2311, in next
tarinfo = self.tarinfo.fromtarfile(self)
File "c:\python26\Lib\tarfile.py", line 1235, in fromtarfile
buf = tarfile.fileobj.read(BLOCKSIZE)
File "c:\python26\Lib\gzip.py", line 219, in read
self._read(readsize)
File "c:\python26\Lib\gzip.py", line 271, in _read
uncompress = self.decompress.decompress(buf)
error: Error -3 while decompressing: invalid distance too far back
References