Package: svn-workbench
Version: 1.5.3-2
Severity: grave
Justification: renders package unusable
Trying to launch it :
$ svn-workbench
Traceback (most recent call last):
File "/usr/share/svn-workbench/wb_main.py", line 39, in <module>
wxversion.select('2.6')
File "/usr/lib/python2.5/site-packages/wxversion.py", line 139,
in select
raise VersionError("A previously selected wx version does
not match the new request.")
wxversion.VersionError: A previously selected wx version
does not match the new request.
This is reproductible in a python shell, doing something like :
>>> import wxversion
>>> wxversion.select(['2.6','2.8'])
>>> wxversion.select('2.6')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/wxversion.py", line 139, in
select
raise VersionError("A previously selected wx version does not
match the new request.")
wxversion.VersionError: A previously selected wx version does
not match the new request.
/usr/share/svn-workbench/wb_main.py does something quite similar. The
following lines are the probable culprit :
try:
import wxversion
wxversion.select( ['2.6', '2.8'] )
except:
pass
import wxversion
wxversion.select('2.6')
(that's around lines 32-39)
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/4 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored:
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash
Versions of packages svn-workbench depends on:
ii python-central 0.6.7 register and build utility for Pyt
ii python-svn 1.5.3-1 A(nother) Python interface to Subv
ii python-wxgtk2.6 2.6.4.0-2rpd wxWidgets Cross-platform C++ GUI t
svn-workbench recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]