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

2008-08-01 Thread Scott Kitterman
** Visibility changed to: Public

-- 
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


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

2008-08-01 Thread Peter Bienstman
This behaviour you will typically get if your database is corrupt. Try
creating a new database and importing into that.

(BTW, mnemosyne keeps compressed backups in $HOME/.mnemosyne/backups)

Peter (Mnemosyne author)

-- 
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


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

2008-08-01 Thread Peter Bienstman
Not a bug in the Ubuntu package per se.

** Changed in: mnemosyne (Ubuntu)
   Status: New => Invalid

-- 
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


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

2008-08-01 Thread Scott Kitterman
I disagree.  A crash is always a bug.  It should at least manage to do
something more useful than fall over.

** Changed in: mnemosyne (Ubuntu)
   Importance: Undecided => Medium
   Status: Invalid => Confirmed

-- 
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


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

2008-08-01 Thread Peter Bienstman
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-08-02 Thread Scott Kitterman
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.

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?

-- 
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


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

2008-08-02 Thread Scott Kitterman
** Changed in: mnemosyne (Ubuntu)
 Assignee: (unassigned) => Scott Kitterman (kitterman)
   Status: Confirmed => Fix Committed

-- 
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


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

2008-08-02 Thread Launchpad Bug Tracker
This bug was fixed in the package mnemosyne - 1.1-0ubuntu1

---
mnemosyne (1.1-0ubuntu1) intrepid; urgency=low

  * New upstream release
- Improved data corruption prevention (LP: #221243)
  * Changes from Debian:
- In-line changes for python-xml transition incorporated upstream
- Modify inline shebang change in mnemosyne/pyqt_ui/mnemosyne to point to
  /usr/bin/python instead of /usr/bin/python2.4 (the change to point to
  /usr/bin/python has been incorporated upstream in their svn)

mnemosyne (1.0.2-1) unstable; urgency=low

  * New upstream release (closes: #483591)
  * Removed version info from man page (closes: #489573)
  * Fixed some minor problems and typos in debian/copyright

 -- Scott Kitterman <[EMAIL PROTECTED]>   Sat, 02 Aug 2008 13:16:17
-0400

** Changed in: mnemosyne (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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


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

2008-08-01 Thread Scott Kitterman
** Visibility changed to: Public

-- 
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


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

2008-08-01 Thread Peter Bienstman
This behaviour you will typically get if your database is corrupt. Try
creating a new database and importing into that.

(BTW, mnemosyne keeps compressed backups in $HOME/.mnemosyne/backups)

Peter (Mnemosyne author)

-- 
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


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

2008-08-01 Thread Peter Bienstman
Not a bug in the Ubuntu package per se.

** Changed in: mnemosyne (Ubuntu)
   Status: New => Invalid

-- 
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


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

2008-08-01 Thread Scott Kitterman
I disagree.  A crash is always a bug.  It should at least manage to do
something more useful than fall over.

** Changed in: mnemosyne (Ubuntu)
   Importance: Undecided => Medium
   Status: Invalid => Confirmed

-- 
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


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

2008-08-01 Thread Peter Bienstman
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-08-02 Thread Scott Kitterman
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.

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?

-- 
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


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

2008-08-02 Thread Scott Kitterman
** Changed in: mnemosyne (Ubuntu)
 Assignee: (unassigned) => Scott Kitterman (kitterman)
   Status: Confirmed => Fix Committed

-- 
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


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

2008-08-02 Thread Launchpad Bug Tracker
This bug was fixed in the package mnemosyne - 1.1-0ubuntu1

---
mnemosyne (1.1-0ubuntu1) intrepid; urgency=low

  * New upstream release
- Improved data corruption prevention (LP: #221243)
  * Changes from Debian:
- In-line changes for python-xml transition incorporated upstream
- Modify inline shebang change in mnemosyne/pyqt_ui/mnemosyne to point to
  /usr/bin/python instead of /usr/bin/python2.4 (the change to point to
  /usr/bin/python has been incorporated upstream in their svn)

mnemosyne (1.0.2-1) unstable; urgency=low

  * New upstream release (closes: #483591)
  * Removed version info from man page (closes: #489573)
  * Fixed some minor problems and typos in debian/copyright

 -- Scott Kitterman <[EMAIL PROTECTED]>   Sat, 02 Aug 2008 13:16:17
-0400

** Changed in: mnemosyne (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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


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

2008-08-01 Thread Scott Kitterman
** Visibility changed to: Public

-- 
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


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

2008-08-01 Thread Peter Bienstman
This behaviour you will typically get if your database is corrupt. Try
creating a new database and importing into that.

(BTW, mnemosyne keeps compressed backups in $HOME/.mnemosyne/backups)

Peter (Mnemosyne author)

-- 
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


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

2008-08-01 Thread Peter Bienstman
Not a bug in the Ubuntu package per se.

** Changed in: mnemosyne (Ubuntu)
   Status: New => Invalid

-- 
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


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

2008-08-01 Thread Scott Kitterman
I disagree.  A crash is always a bug.  It should at least manage to do
something more useful than fall over.

** Changed in: mnemosyne (Ubuntu)
   Importance: Undecided => Medium
   Status: Invalid => Confirmed

-- 
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


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

2008-08-01 Thread Peter Bienstman
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-08-02 Thread Scott Kitterman
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.

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?

-- 
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


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

2008-08-02 Thread Scott Kitterman
** Changed in: mnemosyne (Ubuntu)
 Assignee: (unassigned) => Scott Kitterman (kitterman)
   Status: Confirmed => Fix Committed

-- 
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


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

2008-08-02 Thread Launchpad Bug Tracker
This bug was fixed in the package mnemosyne - 1.1-0ubuntu1

---
mnemosyne (1.1-0ubuntu1) intrepid; urgency=low

  * New upstream release
- Improved data corruption prevention (LP: #221243)
  * Changes from Debian:
- In-line changes for python-xml transition incorporated upstream
- Modify inline shebang change in mnemosyne/pyqt_ui/mnemosyne to point to
  /usr/bin/python instead of /usr/bin/python2.4 (the change to point to
  /usr/bin/python has been incorporated upstream in their svn)

mnemosyne (1.0.2-1) unstable; urgency=low

  * New upstream release (closes: #483591)
  * Removed version info from man page (closes: #489573)
  * Fixed some minor problems and typos in debian/copyright

 -- Scott Kitterman <[EMAIL PROTECTED]>   Sat, 02 Aug 2008 13:16:17
-0400

** Changed in: mnemosyne (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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


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

2008-08-01 Thread Scott Kitterman
** Visibility changed to: Public

-- 
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


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

2008-08-01 Thread Peter Bienstman
This behaviour you will typically get if your database is corrupt. Try
creating a new database and importing into that.

(BTW, mnemosyne keeps compressed backups in $HOME/.mnemosyne/backups)

Peter (Mnemosyne author)

-- 
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


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

2008-08-01 Thread Peter Bienstman
Not a bug in the Ubuntu package per se.

** Changed in: mnemosyne (Ubuntu)
   Status: New => Invalid

-- 
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


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

2008-08-01 Thread Scott Kitterman
I disagree.  A crash is always a bug.  It should at least manage to do
something more useful than fall over.

** Changed in: mnemosyne (Ubuntu)
   Importance: Undecided => Medium
   Status: Invalid => Confirmed

-- 
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


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

2008-08-01 Thread Peter Bienstman
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-08-02 Thread Scott Kitterman
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.

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?

-- 
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


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

2008-08-02 Thread Scott Kitterman
** Changed in: mnemosyne (Ubuntu)
 Assignee: (unassigned) => Scott Kitterman (kitterman)
   Status: Confirmed => Fix Committed

-- 
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


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

2008-08-02 Thread Launchpad Bug Tracker
This bug was fixed in the package mnemosyne - 1.1-0ubuntu1

---
mnemosyne (1.1-0ubuntu1) intrepid; urgency=low

  * New upstream release
- Improved data corruption prevention (LP: #221243)
  * Changes from Debian:
- In-line changes for python-xml transition incorporated upstream
- Modify inline shebang change in mnemosyne/pyqt_ui/mnemosyne to point to
  /usr/bin/python instead of /usr/bin/python2.4 (the change to point to
  /usr/bin/python has been incorporated upstream in their svn)

mnemosyne (1.0.2-1) unstable; urgency=low

  * New upstream release (closes: #483591)
  * Removed version info from man page (closes: #489573)
  * Fixed some minor problems and typos in debian/copyright

 -- Scott Kitterman <[EMAIL PROTECTED]>   Sat, 02 Aug 2008 13:16:17
-0400

** Changed in: mnemosyne (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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


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

2008-08-01 Thread Scott Kitterman
** Visibility changed to: Public

-- 
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


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

2008-08-01 Thread Peter Bienstman
This behaviour you will typically get if your database is corrupt. Try
creating a new database and importing into that.

(BTW, mnemosyne keeps compressed backups in $HOME/.mnemosyne/backups)

Peter (Mnemosyne author)

-- 
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


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

2008-08-01 Thread Peter Bienstman
Not a bug in the Ubuntu package per se.

** Changed in: mnemosyne (Ubuntu)
   Status: New => Invalid

-- 
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


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

2008-08-01 Thread Scott Kitterman
I disagree.  A crash is always a bug.  It should at least manage to do
something more useful than fall over.

** Changed in: mnemosyne (Ubuntu)
   Importance: Undecided => Medium
   Status: Invalid => Confirmed

-- 
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


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

2008-08-01 Thread Peter Bienstman
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-08-02 Thread Scott Kitterman
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.

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?

-- 
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


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

2008-08-02 Thread Scott Kitterman
** Changed in: mnemosyne (Ubuntu)
 Assignee: (unassigned) => Scott Kitterman (kitterman)
   Status: Confirmed => Fix Committed

-- 
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


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

2008-08-02 Thread Launchpad Bug Tracker
This bug was fixed in the package mnemosyne - 1.1-0ubuntu1

---
mnemosyne (1.1-0ubuntu1) intrepid; urgency=low

  * New upstream release
- Improved data corruption prevention (LP: #221243)
  * Changes from Debian:
- In-line changes for python-xml transition incorporated upstream
- Modify inline shebang change in mnemosyne/pyqt_ui/mnemosyne to point to
  /usr/bin/python instead of /usr/bin/python2.4 (the change to point to
  /usr/bin/python has been incorporated upstream in their svn)

mnemosyne (1.0.2-1) unstable; urgency=low

  * New upstream release (closes: #483591)
  * Removed version info from man page (closes: #489573)
  * Fixed some minor problems and typos in debian/copyright

 -- Scott Kitterman <[EMAIL PROTECTED]>   Sat, 02 Aug 2008 13:16:17
-0400

** Changed in: mnemosyne (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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


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

2008-08-01 Thread Scott Kitterman
** Visibility changed to: Public

-- 
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


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

2008-08-01 Thread Peter Bienstman
This behaviour you will typically get if your database is corrupt. Try
creating a new database and importing into that.

(BTW, mnemosyne keeps compressed backups in $HOME/.mnemosyne/backups)

Peter (Mnemosyne author)

-- 
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


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

2008-08-01 Thread Peter Bienstman
Not a bug in the Ubuntu package per se.

** Changed in: mnemosyne (Ubuntu)
   Status: New => Invalid

-- 
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


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

2008-08-01 Thread Scott Kitterman
I disagree.  A crash is always a bug.  It should at least manage to do
something more useful than fall over.

** Changed in: mnemosyne (Ubuntu)
   Importance: Undecided => Medium
   Status: Invalid => Confirmed

-- 
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


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

2008-08-01 Thread Peter Bienstman
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
Bugs, which is subscribed to Ubuntu.

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


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

2008-08-02 Thread Scott Kitterman
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.

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?

-- 
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


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

2008-08-02 Thread Scott Kitterman
** Changed in: mnemosyne (Ubuntu)
 Assignee: (unassigned) => Scott Kitterman (kitterman)
   Status: Confirmed => Fix Committed

-- 
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


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

2008-08-02 Thread Launchpad Bug Tracker
This bug was fixed in the package mnemosyne - 1.1-0ubuntu1

---
mnemosyne (1.1-0ubuntu1) intrepid; urgency=low

  * New upstream release
- Improved data corruption prevention (LP: #221243)
  * Changes from Debian:
- In-line changes for python-xml transition incorporated upstream
- Modify inline shebang change in mnemosyne/pyqt_ui/mnemosyne to point to
  /usr/bin/python instead of /usr/bin/python2.4 (the change to point to
  /usr/bin/python has been incorporated upstream in their svn)

mnemosyne (1.0.2-1) unstable; urgency=low

  * New upstream release (closes: #483591)
  * Removed version info from man page (closes: #489573)
  * Fixed some minor problems and typos in debian/copyright

 -- Scott Kitterman <[EMAIL PROTECTED]>   Sat, 02 Aug 2008 13:16:17
-0400

** Changed in: mnemosyne (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
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-01 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-01 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


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

2008-08-01 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-01 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


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

2008-08-01 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-01 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


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

2008-08-01 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-01 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


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

2008-08-01 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-01 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


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

2008-08-01 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-01 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