Bug#1040801: mcomix: pillow 10.0.0 not recognized as higher than 6.0.0

2023-07-10 Thread Sebastien KALT
Package: mcomix
Version: 2.1.0-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Since python3-pil:amd64 upgrade from 9.5.0-1 to 10.0.0-1, it's impossible to
launch mcomix :

$ mcomix
22:02:01 [MainThread] ERROR: You don't have the required version of the Python
Imaging Library Fork (Pillow) installed.
22:02:01 [MainThread] ERROR: Installed Pillow version is: 10.0.0
22:02:01 [MainThread] ERROR: Required Pillow version is: 6.0.0 or higher

Downgrading python3-pil to 9.5.0-1 solves the problem, but it removes other
packages I use (qgis, matplotlib).

Regards,

Sébastien


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (980, 'unstable'), (970, 'testing'), (960, 'stable'), (500, 
'testing-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 6.3.0-2-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mcomix depends on:
ii  gir1.2-gtk-3.03.24.37-2
ii  python3   3.11.4-5
ii  python3-cairo 1.24.0-1
ii  python3-gi3.42.2-3+b1
ii  python3-gi-cairo  3.42.2-3+b1
ii  python3-pil   10.0.0-1

Versions of packages mcomix recommends:
ii  python3-chardet  5.1.0+dfsg-2

Versions of packages mcomix suggests:
pn  lhasa
ii  mupdf-tools  1.22.2+ds1-1
ii  p7zip16.02+dfsg-8
ii  unrar1:6.2.8-1
ii  unzip6.0-28

-- no debconf information


Bug#945214: python3-pip: pip3 list AttributeError: _version

2019-11-21 Thread Sebastien KALT
Package: python3-pip
Version: 18.1-5
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I think I have this error on Debian Sid since the 6th of november and
python3.8 / python3.8-minimal / python3.8-stdlib install

$ pip3 list
Exception:
Traceback (most recent call last):
  File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-
any.whl/pkg_resources/__init__.py", line 2649, in version
return self._version
  File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-
any.whl/pkg_resources/__init__.py", line 2756, in __getattr__
raise AttributeError(attr)
AttributeError: _version

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line
143, in main
status = self.run(options, args)
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line
145, in run
self.output_package_listing(packages, options)
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line
210, in output_package_listing
data, header = format_for_columns(packages, options)
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/list.py", line
276, in format_for_columns
row = [proj.project_name, proj.version]
  File "/usr/share/python-wheels/pkg_resources-0.0.0-py2.py3-none-
any.whl/pkg_resources/__init__.py", line 2654, in version
raise ValueError(tmpl % self.PKG_INFO, self)
ValueError: ("Missing 'Version:' header and/or PKG-INFO file", testpath
[unknown version] (/usr/lib/python3/dist-packages))

But apt-get purge python3.8-stdlib python3.8-minimal python3.8 doesn't resolve
this problem, so it might be unrelated.

Regards,

Sébastien KALT




-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (980, 'unstable'), (970, 'testing'), (960, 'stable'), (500, 
'testing-debug'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-pip depends on:
ii  ca-certificates20190110
ii  python-pip-whl 18.1-5
ii  python33.7.5-3
ii  python3-distutils  3.8.0-1

Versions of packages python3-pip recommends:
ii  build-essential 12.8
ii  python3-dev 3.7.5-3
ii  python3-setuptools  41.4.0-1
ii  python3-wheel   0.33.6-2

python3-pip suggests no packages.

-- no debconf information


Bug#893474: jupyter-core: AttributeError on launch since last update of python 3.6 in Sid

2018-03-19 Thread Sebastien KALT
Source: jupyter-core
Version: 4.4.0-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Since yesterday's upgrade of my Debian Sid, jupyter stops fonctionning, as
notebook, console or qtconsole :

$ jupyter notebook
Traceback (most recent call last):
  File "/usr/bin/jupyter-notebook", line 11, in 
load_entry_point('notebook==5.4.0', 'console_scripts', 'jupyter-
notebook')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 587, in
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2800,
in load_entry_point
return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2431,
in load
return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2437,
in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3/dist-packages/notebook/notebookapp.py", line 45, in

ioloop.install()
  File "/usr/lib/python3/dist-packages/zmq/eventloop/ioloop.py", line 210, in
install
assert (not ioloop.IOLoop.initialized()) or \
AttributeError: type object 'IOLoop' has no attribute 'initialized'

$ jupyter console
Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/ipykernel_launcher.py", line 16, in

app.launch_new_instance()
  File "/usr/lib/python3/dist-packages/traitlets/config/application.py", line
657, in launch_instance
app.initialize(argv)
  File "", line 2, in initialize
  File "/usr/lib/python3/dist-packages/traitlets/config/application.py", line
87, in catch_config_error
return method(app, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/ipykernel/kernelapp.py", line 452, in
initialize
zmq_ioloop.install()
  File "/usr/lib/python3/dist-packages/zmq/eventloop/ioloop.py", line 210, in
install
assert (not ioloop.IOLoop.initialized()) or \
AttributeError: type object 'IOLoop' has no attribute 'initialized'

I join the list of updated packages yesterday, among them there is python3.6
(and dependancies) updated from 3.6.4-4 to 3.6.5~rc1-1.

Regards,

Sébastien



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (980, 'unstable'), (960, 'stable'), (500, 'unstable-debug'), 
(500, 'testing-debug'), (500, 'oldstable'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Start-Date: 2018-03-18  20:57:09
Commandline: apt-get upgrade --purge
Upgrade: freerdp2-x11:amd64 (2.0.0~git20170725.1.1648deb+dfsg1-6, 
2.0.0~git20170725.1.1648deb+dfsg1-7), mutt:amd64 (1.9.4-2, 1.9.4-3), 
libhttp-message-perl:amd64 (6.14-1, 6.15-1), libgupnp-igd-1.0-4:amd64 (0.2.4-2, 
0.2.5-1), python2.7-dev:amd64 (2.7.14-6, 2.7.14-7), libpython3.6-minimal:amd64 
(3.6.4-4, 3.6.5~rc1-1), glib-networking-services:amd64 (2.54.1-2, 2.56.0-1), 
gnome-accessibility-themes:amd64 (3.27.90.1-1, 3.27.92-1), dconf-editor:amd64 
(3.26.2-3, 3.28.0-1), libimlib2:amd64 (1.5.0-1, 1.5.0-2), intel-microcode:amd64 
(3.20180108.1+really20171117.1, 3.20180312.1), libdrm-nouveau2:amd64 (2.4.90-1, 
2.4.91-2), gir1.2-gtk-3.0:amd64 (3.22.28-1, 3.22.29-1), python3-distutils:amd64 
(3.6.4-4, 3.6.5~rc1-1), gnome-logs:amd64 (3.26.3-1, 3.28.0-1), 
libnet-ssleay-perl:amd64 (1.84-1, 1.85-1), libwacom-common:amd64 (0.26-1, 
0.29-1), openjdk-8-jre:amd64 (8u151-b12-1, 8u162-b12-1), 
gnome-system-monitor:amd64 (3.26.0-3, 3.28.0-1), libgirepository-1.0-1:amd64 
(1.54.1-4, 1.56.0-1), gir1.2-gdkpixbuf-2.0:amd64 (2.36.11-1, 2.36.11-2), 
libgdk-pixbuf2.0-0:amd64 (2.36.11-1, 2.36.11-2), gnome-user-docs:amd64 
(3.26.2.1-1, 3.28.0-1), libpython3.6-dev:amd64 (3.6.4-4, 3.6.5~rc1-1), 
libgegl-0.3-0:amd64 (0.3.28-2+b1, 0.3.28-4), baobab:amd64 (3.26.1-3, 3.28.0-1), 
glib-networking:amd64 (2.54.1-2, 2.56.0-1), libgtk-3-common:amd64 (3.22.28-1, 
3.22.29-1), xdg-user-dirs:amd64 (0.16-1, 0.17-1), libgtk-3-0:amd64 (3.22.28-1, 
3.22.29-1), r-base-html:amd64 (3.4.3.20180311-1, 3.4.4-1), libgjs0g:amd64 
(1.50.3-2, 1.52.0-1), python2.7-minimal:amd64 (2.7.14-6, 2.7.14-7), 
libsigc++-2.0-0v5:amd64 (2.10.0-1, 2.10.0-2), libsqlite3-0:amd64 (3.22.0-1, 
3.22.0-2), libpython3.6-stdlib:amd64 (3.6.4-4, 3.6.5~rc1-1), libicu57:amd64 
(57.1-8, 57.1-9), binutils:amd64 (2.30-7, 2.30-8), gir1.2-atk-1.0:amd64 
(2.26.1-3, 2.28.1-1), cpp:amd64 (4:7.2.0-1d1, 4:7.3.0-1), libgpg-error0:amd64 
(1.27-6, 1.28-1), gnome-icon-theme:amd64 (3.12.0-2, 3.12.0-3), 
libevdev-tools:amd64 (1.5.8+dfsg-1, 1.5.9+dfsg-1), powermgmt-base:amd64 
(1.31+nmu1, 

Bug#888420: ERROR: Download failed: cannot use a string pattern on a bytes-like object

2018-01-25 Thread Sebastien KALT
Package: gpodder
Version: 3.10.0-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Since update to 3.10.0-1 version, gpodder can't download, it fails with this
error :

1516869889.498997 [gpodder.gtkui.main] DEBUG: Downloading episode: Action
Heroes in Slow Motion
1516869889.671566 [gpodder.gtkui.main] INFO: All tasks have finished.
1516869889.869161 [gpodder.gtkui.main] INFO: All tasks have finished.
1516869890.033404 [gpodder.my] DEBUG: Storing 1 episode download actions
1516869890.034359 [gpodder.download] INFO: Starting new worker thread.
1516869890.034558 [gpodder.util] DEBUG: run_in_background:  (False)
1516869890.034992 [gpodder.download] INFO: Starting new thread: Thread-3
1516869890.035904 [gpodder.download] INFO: Thread-3 is processing: Action
Heroes in Slow Motion
1516869890.559986 [gpodder.download] ERROR: Download failed: cannot use a
string pattern on a bytes-like object
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/gpodder/download.py", line 729, in run
url = youtube.get_real_download_url(self.__episode.url, fmt_ids)
  File "/usr/lib/python3/dist-packages/gpodder/youtube.py", line 121, in
get_real_download_url
fmt_id_url_map = sorted(find_urls(page), reverse=True)
  File "/usr/lib/python3/dist-packages/gpodder/youtube.py", line 110, in
find_urls
r4 = re.search('url_encoded_fmt_stream_map=([^&]+)', page)
  File "/usr/lib/python3.6/re.py", line 182, in search
return _compile(pattern, flags).search(string)
TypeError: cannot use a string pattern on a bytes-like object
1516869890.562270 [gpodder.download] INFO: No more tasks for Thread-3 to carry
out.
1516869941.637550 [gpodder.gtkui.main] INFO: All tasks have finished.
1516869941.818538 [gpodder.gtkui.main] INFO: All tasks have finished.
1516869941.936346 [gpodder.util] DEBUG: run_in_background: > (True)
1516869941.975548 [gpodder.dbsqlite] DEBUG: Commit.
1516869942.280329 [gpodder.dbsqlite] DEBUG: Commit.
1516869942.281385 [gpodder.dbsqlite] DEBUG: Database opened.
1516869942.586703 [gpodder.my] INFO: Worker thread may not execute (disabled).
1516869942.853755 [gpodder.config] INFO: Flushing settings to disk

Here is the url : https://www.youtube.com/watch?v=h76cs45ZwcU

All youtube videos fails with this error.

Downgrading to 3.9.3-1, and restoring database version 6, solves this problem.

Regards,

Sébastien



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (980, 'unstable'), (960, 'stable'), (500, 'unstable-debug'), 
(500, 'testing-debug'), (500, 'oldstable'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gpodder depends on:
ii  python33.6.4-1
ii  python3-dbus   1.2.4-1+b4
ii  python3-gi 3.26.1-2
ii  python3-mygpoclient1.8-1
ii  python3-podcastparser  0.6.2-1

Versions of packages gpodder recommends:
ii  dbus-user-session [default-dbus-session-bus]  1.12.2-1
ii  dbus-x11 [dbus-session-bus]   1.12.2-1
pn  python3-appindicator  
pn  python3-eyed3 
ii  python3-html5lib  0.9-1
pn  python3-simplejson

Versions of packages gpodder suggests:
pn  gnome-bluetooth | bluez-gnome  
pn  mplayer

-- no debconf information


Bug#741385: glances: KeyError / TypeError on launch

2014-03-11 Thread Sebastien KALT
Package: glances
Version: 1.7.4-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Since my update from 1.7.3-2 to 1.7.4-1, glances refuses to start :

$ glances
Traceback (most recent call last):
File /usr/lib/python3/dist-packages/glances/glances.py, line 1222, in
__get_process_stats
self.cmdline_cache[procstat['pid']]
KeyError: 1
During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File /usr/bin/glances, line 9, in module
load_entry_point('Glances==1.7.4', 'console_scripts', 'glances')()
File /usr/lib/python3/dist-packages/glances/glances.py, line 4892, in main
stats.update()
File /usr/lib/python3/dist-packages/glances/glances.py, line 1790, in update
self.__update__(input_stats)
File /usr/lib/python3/dist-packages/glances/glances.py, line 1760, in
__update__
self.glancesgrabprocesses.update()
File /usr/lib/python3/dist-packages/glances/glances.py, line 1292, in update
procstat = self.__get_process_stats(proc)
File /usr/lib/python3/dist-packages/glances/glances.py, line 1224, in
__get_process_stats
self.cmdline_cache[procstat['pid']] = ' '.join(proc.cmdline)
TypeError: can only join an iterable

Regards,

Sébastien KALT



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (980, 'unstable'), (970, 'testing'), (960, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-5.slh.4-aptosid-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages glances depends on:
ii  adduser 3.113+nmu3
ii  lsb-base4.1+Debian12
ii  python3 3.3.4-1
ii  python3-psutil  1.2.1-1+b1
pn  python3:any none

Versions of packages glances recommends:
ii  python3-jinja2  2.7.2-2

glances suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#696265: apt-p2p: service won't start : MemoryError

2012-12-18 Thread Sebastien KALT
Package: apt-p2p
Version: 0.1.6
Severity: grave
Justification: renders package unusable


Hi,

I'm trying tu use apt-p2p on a virtual machine under Linux Vserver.

I modified /usr/share/pyshared/apt_p2p/AptPackages.py to import correctly 
OpProgress.

But when I wan't to start the service, I have this error :
# service apt-p2p start
Starting apt-p2pTraceback (most recent call last):
  File /usr/bin/twistd, line 18, in module
from twisted.scripts.twistd import run
  File /usr/lib/python2.6/dist-packages/twisted/scripts/twistd.py, line 11, 
in module
from twisted.application import app
  File /usr/lib/python2.6/dist-packages/twisted/application/app.py, line 13, 
in module
from twisted.application import service, reactors
  File /usr/lib/python2.6/dist-packages/twisted/application/service.py, line 
23, in module
from twisted.plugin import IPlugin
  File /usr/lib/python2.6/dist-packages/twisted/plugin.py, line 34, in 
module
from twisted.python.modules import getModule
  File /usr/lib/python2.6/dist-packages/twisted/python/modules.py, line 68, 
in module
from twisted.python.filepath import FilePath, UnlistableError
  File /usr/lib/python2.6/dist-packages/twisted/python/filepath.py, line 29, 
in module
from twisted.python.win32 import ERROR_FILE_NOT_FOUND, ERROR_PATH_NOT_FOUND
  File /usr/lib/python2.6/dist-packages/twisted/python/win32.py, line 168, in 
module
formatError = _ErrorFormatter.fromEnvironment().formatError
  File /usr/lib/python2.6/dist-packages/twisted/python/win32.py, line 128, in 
fromEnvironment
from ctypes import WinError
  File /usr/lib/python2.6/ctypes/__init__.py, line 546, in module
CFUNCTYPE(c_int)(lambda: None)
MemoryError

My virtual machine only has 384 Mb of RAM, but I didn't find any clue on apt-p2p
memory requirements.

I tried apt-p2p version from wheezy and I had the same error.

Regards,

Sebastien KALT

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32.22-tl04-grsec2.2.0-vs2.3.0.36.29.6 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-p2p depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  python2.6.6-3+squeeze7   interactive high-level object-orie
ii  python-apt0.7.100.1+squeeze1 Python interface to libapt-pkg
ii  python-debian 0.1.18+squeeze1Python modules to work with Debian
ii  python-pysqlite2  2.6.0-1Python interface to SQLite 3
ii  python-support1.0.10 automated rebuilding support for P
ii  python-twisted-web2   8.1.0-2An HTTP/1.1 Server Framework

apt-p2p recommends no packages.

apt-p2p suggests no packages.

-- Configuration Files:
/etc/apt-p2p/apt-p2p.conf changed:
[DEFAULT]
PORT = 9977
UPLOAD_LIMIT = 0
MIN_DOWNLOAD_PEERS = 0
CACHE_DIR = /var/cache/apt-p2p


LOCAL_OK = no
REMOTE_STATS = yes
UNLOAD_PACKAGES_CACHE = 5m
KEY_REFRESH = 2.5h
USERNAME = apt-p2p
DHT = apt_p2p_Khashmir
DHT-ONLY = no
[apt_p2p_Khashmir]
BOOTSTRAP = www.camrdale.org:9977
www.camrdale.org:9976
steveholt.hopto.org:9976
BOOTSTRAP_NODE = no
CHECKPOINT_INTERVAL = 5m
CONCURRENT_REQS = 8
STORE_REDUNDANCY = 6
RETRIEVE_VALUES = -1
MAX_FAILURES = 3
MIN_PING_INTERVAL = 15m
BUCKET_STALENESS = 1h
KEY_EXPIRE = 3h
KRPC_TIMEOUT = 9s
KRPC_INITIAL_DELAY = 2s
SPEW = no

/etc/default/apt-p2p changed:
enable=true
pidfile=/var/run/apt-p2p/apt-p2p.pid 
logfile=/var/log/apt-p2p.log


-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671633: tortoisehg: TypeError on launch (Sid)

2012-05-05 Thread Sebastien KALT
Package: tortoisehg
Version: 2.3-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Since my last updates, tortoisehg isn't working anymore.

Due to bug 671473, I downgraded mercurial to testing, but when I launch
tortoisehg I have this error :

#!python
** Mercurial version (2.1.2).  TortoiseHg version (2.3)
** Command:
** CWD: /home/ustilago
** Encoding: UTF-8
** Extensions loaded:
** Python version: 2.7.3rc2 (default, Apr 22 2012, 22:30:17) [GCC 4.6.3]
** Qt-4.8.1 PyQt-4.9.1
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/run.py, line 548, in
__call__
dlg = dlgfunc(ui, *args, **opts)
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/workbench.py, line
951, in run
w = Workbench()
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/workbench.py, line
62, in __init__
self.log = LogDockWidget(self)
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/docklog.py, line 27,
in __init__
self.logte = cmdui.ConsoleWidget()
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/cmdui.py, line 511,
in __init__
self._initlogwidget()
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/cmdui.py, line 518,
in _initlogwidget
self._logwidget = _LogWidgetForConsole(self)
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/cmdui.py, line 387,
in __init__
super(_LogWidgetForConsole, self).__init__(parent)
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/cmdui.py, line 334,
in __init__
super(LogWidget, self).__init__(parent)
TypeError: QsciScintilla(QWidget parent=None): argument 1 has unexpected type
'ConsoleWidget'

The upgraded dependant packages are :
libqscintilla2-8:amd64 (2.6.1-1, 2.6.1-5)
python-qscintilla2:amd64 (2.6.1-1, 2.6.1-5)
python-qt4:amd64 (4.9.1-1, 4.9.1-3)

Downgrading this 3 packages to testing version resolves this problem.

Regards,

Sebastien KALT



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (800, 'testing'), (700, 'stable-updates'), 
(700, 'stable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages tortoisehg depends on:
ii  mercurial   2.1.2-2
ii  python  2.7.2-10
ii  python-gobject  3.2.0-3
ii  python-qscintilla2  2.6.1-1
ii  python-qt4  4.9.1-3
ii  python2.6   2.6.7-4
ii  python2.7   2.7.3~rc2-2.1

Versions of packages tortoisehg recommends:
ii  libjs-jquery  1.7.2-1
ii  libjs-underscore  1.3.3-1
ii  python-iniparse   0.4-2.1
ii  python-pygments   1.5+dfsg-1

tortoisehg suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org