Your message dated Tue, 07 Feb 2006 07:32:19 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#351773: fixed in python-bibtex 1.2.2-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
>From [EMAIL PROTECTED] Tue Feb 07 03:27:59 2006
Received: (at submit) by bugs.debian.org; 7 Feb 2006 11:27:59 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from cimrs1.mnhn.fr ([192.134.151.15])
        by spohr.debian.org with smtp (Exim 4.50)
        id 1F6R0p-0005Ue-DM
        for [EMAIL PROTECTED]; Tue, 07 Feb 2006 03:27:59 -0800
Received: from biophypfr (rddm503pfr.mnhn.fr [193.54.201.151])
        by cimrs1.mnhn.fr (8.12.7/8.12.7) with ESMTP id k17BRRCJ001834;
        Tue, 7 Feb 2006 12:27:28 +0100
Received: by biophypfr (Postfix, from userid 1000)
        id 834203A992; Tue,  7 Feb 2006 12:27:24 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Filippo Rusconi <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: pybliographer: failure to either save or load bib (BibTeX) file
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Tue, 07 Feb 2006 12:27:24 +0100
X-Virus-Scanned: by amavisd-new
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: pybliographer
Version: 1.2.6.2-1
Severity: grave
Justification: renders package unusable

Hello,

1. When starting pybliographic, I get the ususal window OK.

2. When starting pybliographic with a bib filename, I get this:

$ This is Pybliographic 1.2.6.2 [Python 2.3.5, Gtk 2.8.10, PyGTK 2.8.2]
/usr/share/pybliographer/Pyblio/GnomeUI/Utils.py:141: GtkDeprecationWarning: 
gtk.mainiteration is deprecated, use gtk.main_iteration instead
  gtk.mainiteration (False)
/usr/share/pybliographer/Pyblio/GnomeUI/Document.py:159: DeprecationWarning: 
use gtk.UIManager
  factory = gtk.ItemFactory (gtk.Menu, '<main>', None)
Traceback (most recent call last):
  File "/usr/bin/pybliographer", line 166, in ?
    execfile (filename, user_global)
  File "/usr/share/pybliographer/pybliographic.py", line 40, in ?
    main.open_document (str (url))
  File "/usr/share/pybliographer/Pyblio/GnomeUI/Pybliographic.py", line 98, in 
open_document
    doc.open_document (url, how)
  File "/usr/share/pybliographer/Pyblio/GnomeUI/Document.py", line 382, in 
open_document
    data = Open.bibopen (url, how = how)
  File "/usr/share/pybliographer/Pyblio/Open.py", line 111, in bibopen
    base = simple_try (url, how)
  File "/usr/share/pybliographer/Pyblio/Open.py", line 93, in simple_try
    base = opener (url, 0)
  File "/usr/share/pybliographer/Pyblio/Format/BibTeX.py", line 658, in opener
    base = DataBase (url)
  File "/usr/share/pybliographer/Pyblio/Format/BibTeX.py", line 351, in __init__
    self.__parsefile__ ()
  File "/usr/share/pybliographer/Pyblio/Format/BibTeX.py", line 374, in 
__parsefile__
    user [k] [0], 0))
TypeError: reverse() takes exactly 3 arguments (4 given)


and the window shows and very quickly disappears.

3. When starting pybliographic empty, getting a biblio record using
Ctrl-M and trying to save a new bib file I get this:

/usr/share/pybliographer/Pyblio/GnomeUI/FileSelector.py:104: 
DeprecationWarning: use gtk.ComboBox
  self.menu = gtk.OptionMenu ()
Traceback (most recent call last):
  File "/usr/share/pybliographer/Pyblio/GnomeUI/Document.py", line 409, in 
save_document
    self.save_document_as ()
  File "/usr/share/pybliographer/Pyblio/GnomeUI/Document.py", line 470, in 
save_document_as
    out = file, how = how)
  File "/usr/share/pybliographer/Pyblio/Open.py", line 193, in bibwrite
    writer (iter, out)
  File "/usr/share/pybliographer/Pyblio/Format/BibTeX.py", line 646, in writer
    entry_write (entry, output)
  File "/usr/share/pybliographer/Pyblio/Format/BibTeX.py", line 555, in 
entry_write
    dico [field] = _nativify (value, fieldtype)
  File "/usr/share/pybliographer/Pyblio/Format/BibTeX.py", line 479, in 
_nativify
    field, 1)
TypeError: reverse() takes exactly 3 arguments (4 given)


and the file does not get saved.


There errors apparently have something to do with the BibTeX.py
file. But I am no pythonist.

I like pybliographer/phic a lot !

Cheers,

Filippo




-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-fr3
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pybliographer depends on:
ii  python                        2.3.5-5    An interactive high-level object-o
ii  python-bibtex                 1.2.2-1    Python interfaces to BibTeX and th
ii  python-glade2                 2.8.2-3    GTK+ bindings: Glade support
ii  python-gnome2                 2.10.0-4   Python bindings for the GNOME desk
ii  python2.3-glade2              2.8.2-3    GTK+ bindings: Glade support
ii  python2.3-gnome2              2.10.0-4   Python bindings for the GNOME desk

Versions of packages pybliographer recommends:
ii  yelp                          2.10.0-3   Help browser for GNOME 2

-- no debconf information


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Tue Feb 07 07:40:34 2006
Received: (at 351773-close) by bugs.debian.org; 7 Feb 2006 15:40:34 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F6UpH-0007PQ-0L; Tue, 07 Feb 2006 07:32:19 -0800
From: Chris Lawrence <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#351773: fixed in python-bibtex 1.2.2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 07 Feb 2006 07:32:19 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: python-bibtex
Source-Version: 1.2.2-2

We believe that the bug you reported is fixed in the latest version of
python-bibtex, which is due to be installed in the Debian FTP archive:

python-bibtex_1.2.2-2.diff.gz
  to pool/main/p/python-bibtex/python-bibtex_1.2.2-2.diff.gz
python-bibtex_1.2.2-2.dsc
  to pool/main/p/python-bibtex/python-bibtex_1.2.2-2.dsc
python-bibtex_1.2.2-2_i386.deb
  to pool/main/p/python-bibtex/python-bibtex_1.2.2-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lawrence <[EMAIL PROTECTED]> (supplier of updated python-bibtex package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  7 Feb 2006 10:13:30 -0500
Source: python-bibtex
Binary: python-bibtex
Architecture: source i386
Version: 1.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence <[EMAIL PROTECTED]>
Changed-By: Chris Lawrence <[EMAIL PROTECTED]>
Description: 
 python-bibtex - Python interfaces to BibTeX and the GNU Recode library
Closes: 351773
Changes: 
 python-bibtex (1.2.2-2) unstable; urgency=low
 .
   * Conflict with Pybliographer < 1.2.7-1.  (Closes: #351773)
Files: 
 8d78f435d25bf803ea90178755ae4162 639 python optional python-bibtex_1.2.2-2.dsc
 7fa7ef18bfb91adb6e2ed121f86c2ca5 2162 python optional 
python-bibtex_1.2.2-2.diff.gz
 4fc4bb1798ceea626a8e1c644edcce20 34822 python optional 
python-bibtex_1.2.2-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD6LpC2wQKE6PXubwRAsRIAKCBeWanB9oUWZT7IbAhUMX4ZXc4rQCg3oBW
hPz2FTIYYJ9Kx2FTKh13Y5Y=
=i36Q
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to