Your message dated Fri, 02 May 2014 12:11:03 +0000
with message-id <[email protected]>
and subject line Bug#742342: Removed package(s) from unstable
has caused the Debian Bug report #714298,
regarding python-pyhyphen: Example from the README fails to work
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
714298: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714298
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-pyhyphen
Version: 1.0~beta1-2
Severity: important

Dear Maintainer,

please run this short script, adapted from the README, which fails to
work.

#!/usr/bin/env python

from hyphen import Hyphenator
from hyphen.dictools import *
import traceback

for lang in ['de_DE', 'fr_FR', 'en_UK', 'ru_RU']:
    try:
        if not is_installed(lang):
            install(lang)
    except OSError, e:
        print traceback.format_exc()
        install(lang)
#EOF

I get the following output:
% ./pyhyphen-test.py 
Traceback (most recent call last):
  File "./pyhyphen-test.py", line 9, in <module>
    if not is_installed(lang):
  File "/usr/lib/python2.7/dist-packages/hyphen/dictools.py", line 29, in 
is_installed
    return (language in list_installed(directory))
  File "/usr/lib/python2.7/dist-packages/hyphen/dictools.py", line 19, in 
list_installed
    return [d[5:-4] for d in os.listdir(directory)
OSError: [Errno 2] No such file or directory: '$path'

Traceback (most recent call last):
  File "./pyhyphen-test.py", line 13, in <module>
    install(lang)
  File "/usr/lib/python2.7/dist-packages/hyphen/dictools.py", line 48, in 
install
    s = urllib2.urlopen(url).read()
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 396, in open
    protocol = req.get_type()
  File "/usr/lib/python2.7/urllib2.py", line 258, in get_type
    raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: $repohyph_de_DE.dic

Thanks,
~David


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9.2 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-pyhyphen depends on:
ii  libc6      2.17-5
ii  python     2.7.5-2
ii  python2.6  2.6.8-2
ii  python2.7  2.7.5-6

python-pyhyphen recommends no packages.

python-pyhyphen suggests no packages.

-- debconf-show failed

--- End Message ---
--- Begin Message ---
Version: 1.0~beta1-3+rm

Dear submitter,

as the package python-pyhyphen has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/742342

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to