Re: [Bug 221243] Re: mnemosyne crashed with AttributeError in import_XML()

2008-08-02 Thread Scott Kitterman
Is 1.1 coming soon?

.. Original Message ...
On Sat, 02 Aug 2008 06:16:11 - Peter Bienstman 
[EMAIL PROTECTED] wrote:
Well, anyhow 1.1 upstream should be much more robust in that regard, so
I'm not sure how much time you still want to spend on this particular
version.

Peter

-- 
mnemosyne crashed with AttributeError in import_XML()
https://bugs.launchpad.net/bugs/221243
You received this bug notification because you are a member of Ubuntu
Pythonistas, which is subscribed to mnemosyne in ubuntu.


-- 
mnemosyne crashed with AttributeError in import_XML()
https://bugs.launchpad.net/bugs/221243
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 221243] Re: mnemosyne crashed with AttributeError in import_XML()

2008-08-02 Thread Peter Bienstman
It was released last week. It also got rid of the pyxml dependency, so no 
Ubuntu-specific patches should be necessary.

Peter

-- 
mnemosyne crashed with AttributeError in import_XML()
https://bugs.launchpad.net/bugs/221243
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 221243] Re: mnemosyne crashed with AttributeError in import_XML()

2008-08-02 Thread Peter Bienstman
On Saturday 02 August 2008 16:39:58 Scott Kitterman wrote:
 We had one other change from upstream that we inherited from Debian:

 --- mnemosyne-1.0.2.orig/mnemosyne/pyqt_ui/mnemosyne
 +++ mnemosyne-1.0.2/mnemosyne/pyqt_ui/mnemosyne
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#!/usr/bin/python2.4

 Personally, I'd say these are both wrong.  Debian shouldn't be forcing
 to 2.4 when you support 2.5 (2.5 is the default in Debian too) and I
 don't think you should depend on /usr/bin/env.  I think it's a fragile
 solution.  For people installing via setup.py, distutils will insert the
 correct interpreter version if needed, so it's unnecessary for them and
 a problem for distro developers.  The best thing is just to use
 /usr/bin/python.

OK, feel free to patch 1.1 as you see fit, I'll add the patch to SVN.

 Looking at the code in 1.1, I don't see that it handles this error any
 differently (I just looked where it crashed, I don't have a deep
 understanding of your code).  Is it caught somewhere else so we can mark
 this fixed after I upload 1.1?

The error is not handled differently, but the conditions that give rise to the 
error should no longer occur.

Peter

-- 
mnemosyne crashed with AttributeError in import_XML()
https://bugs.launchpad.net/bugs/221243
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs