[gobolinux-users] The Compile of PyGObject not succeeded!
Giambattista Bloisi
giamby at infinito.it
Thu Jan 3 11:32:46 NZDT 2008
Viola Zoltán wrote:
> The Compile of PyGObject not succeeded!
>
> Byte-compiling python modules (optimized versions) ...
> dsextras.py
> test -z "/Programs/PyGObject/2.13.2/lib/python2.5/site-packages" ||
> mkdir -p -- . "/Programs/PyGObject/2.13.2/lib/python2.5/site-packages"
> test -z "/Programs/PyGObject/2.13.2/lib/python2.5/site-packages" ||
> mkdir -p -- . "/Programs/PyGObject/2.13.2/lib/python2.5/site-packages"
> /System/Links/Executables/install -c -m 644 'pygtk.py '
> '/Programs/PyGObject/2.13.2/lib/python2.5/site-packages/pygtk.py'
> Byte-compiling python modules...
> pygtk.py
> Byte-compiling python modules (optimized versions) ...
> pygtk.py
> mkdir -p -- . /Programs/PyGObject/2.13.2/lib/python2.5/site-packages
> echo "gtk-2.0" >
> /Programs/PyGObject/2.13.2/lib/python2.5/site-packages/pygtk.pth
> test -z "/Programs/PyGObject/2.13.2/lib/pkgconfig" || mkdir -p -- .
> "/Programs/PyGObject/2.13.2/lib/pkgconfig"
> /System/Links/Executables/install -c -m 644 'pygobject-2.0.pc'
> '/Programs/PyGObject/2.13.2/lib/pkgconfig/pygobject-2.0.pc'
> make[2]: Leaving directory `/Files/Compile/Sources/pygobject-2.13.2'
> make[1]: Leaving directory `/Files/Compile/Sources/pygobject-2.13.2'
> UnionSandbox: Cleaning up.
> UnionSandbox: Moving entries to:
> /Programs/PyGObject/2.13.2/.SandboxInstall_Root
> SandboxInstall: Postprocessing Sandbox
> SandboxInstall: Left over files:
> Programs
> Programs/Python
> Programs/Python/2.5
> Programs/Python/2.5/lib
> Programs/Python/2.5/lib/python2.5
> Programs/Python/2.5/lib/python2.5/copy_reg.pyo
> Programs/Python/2.5/lib/python2.5/posixpath.pyo
> Programs/Python/2.5/lib/python2.5/warnings.pyo
> Programs/Python/2.5/lib/python2.5/codecs.pyo
> Programs/Python/2.5/lib/python2.5/py_compile.pyc
> Programs/Python/2.5/lib/python2.5/py_compile.pyo
> Programs/Python/2.5/lib/python2.5/encodings
> Programs/Python/2.5/lib/python2.5/encodings/aliases.pyo
> Programs/Python/2.5/lib/python2.5/encodings/__init__.pyo
> Programs/Python/2.5/lib/python2.5/site.pyo
> Programs/Python/2.5/lib/python2.5/string.pyo
> Programs/Python/2.5/lib/python2.5/UserDict.pyo
> Programs/Python/2.5/lib/python2.5/sre_compile.pyo
> Programs/Python/2.5/lib/python2.5/os.pyo
> Programs/Python/2.5/lib/python2.5/sre_constants.pyo
> Programs/Python/2.5/lib/python2.5/re.pyo
> Programs/Python/2.5/lib/python2.5/stat.pyo
> Programs/Python/2.5/lib/python2.5/sre_parse.pyo
> Compile: Installation step failed.
>
>
pyo files are the byte-code representation of python modules. They are
generated when a module is executed and then they are reused as a cache.
Perhaps these files were missing and were generated during the install
process.
I don't think this is a showstopper, but you have to symlink PyGobject
to finish the installation.
Regards,
Giambattista
More information about the gobolinux-users
mailing list