Собираю Uniconvertor по этой инструкции:
http://ubuntuforums.org/showthread.php?t=1865589sk1libs и
uniconvertor собрались и установились нормально, а при сборке пакета
uniconvw получаю такую ошибку:
python setup.py bdist_deb
running build
running build_py
package init file 'src/resources/__init__.py' not found (or not a regular file)
package init file 'src/resources/__init__.py' not found (or not a regular file)
running build_scripts
DEBIAN PACKAGE BUILD
====================
dpkg-deb: сборка пакета «python-uniconvw» в файл «dist/python-uniconvw-1.1.5_amd64.deb».
Затем когда устанавливаю этот пакет через gdebi:
gdebi python-uniconvw-1.1.5_amd64.deb Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done
Package: python-uniconvw
Version: 1.1.5
Architecture: amd64
Maintainer: Igor Novikov <igor.e.novikov@gmail.com>
Depends: python (>=2.4), python (<<3.0), python-sk1libs, python-uniconvertor, python-gtk2
Section: graphics
Priority: extra
Description: Gtk frontend for UniConvertor
.
uniconvw is a Gtk frontend for UniConvertor.
sK1 Team (http://sk1project.org), copyright (C) 2010 by Igor E. Novikov.
.
Traceback (most recent call last):
File "/usr/bin/gdebi", line 84, in <module>
if not debi.open(args[0]):
File "/usr/share/gdebi/GDebi/GDebiCli.py", line 73, in open
self._deb = DebPackage(file, self._cache)
File "/usr/share/gdebi/GDebi/DebPackage.py", line 32, in __init__
super(DebPackage, self).__init__(cache=cache, filename=filename)
File "/usr/lib/python2.7/dist-packages/apt/debfile.py", line 57, in __init__
self.open(filename)
File "/usr/lib/python2.7/dist-packages/apt/debfile.py", line 68, in open
self._sections = apt_pkg.TagSection(control)
ValueError: Unable to parse section data
О чем могут говорить эти ошибки?