Your message dated Tue, 23 Feb 2010 20:33:13 +0100
with message-id <20100223193313.ga5...@jwilk.net>
and subject line Re: Bug#569680: anki: Anki doesn't start (AttributeError)
has caused the Debian Bug report #569680,
regarding anki: Anki doesn't start (AttributeError)
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 ow...@bugs.debian.org
immediately.)
--
569680: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: anki
Version: 0.9.6-1
Severity: grave
Justification: renders package unusable
Hi,
anki doesn't run on my system. It's the first use of this package for me.
$ anki
Traceback (most recent call last):
File "/usr/bin/anki", line 8, in <module>
ankiqt.run()
File "/usr/share/anki/ankiqt/__init__.py", line 55, in run
import anki
File "/usr/share/anki/anki/__init__.py", line 58, in <module>
from anki.deck import DeckStorage
File "/usr/share/anki/anki/deck.py", line 32, in <module>
import anki.models, anki.facts, anki.cards, anki.stats, anki.history
File "/usr/share/anki/anki/cards.py", line 144, in <module>
'fields': relation(Field, backref="fact", order_by=Field.c.ordinal),
AttributeError: type object 'Field' has no attribute 'c
Cheers,
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages anki depends on:
ii python 2.5.4-9 An interactive high-level object-o
ii python-pysqlite2 2.5.5-3+b1 Python interface to SQLite 3
ii python-qt4 4.6-1 Python bindings for Qt4
ii python-simplejson 2.0.9-1 Simple, fast, extensible JSON enco
ii python-sqlalchemy 0.5.8-1 SQL toolkit and Object Relational
ii python-support 1.0.6 automated rebuilding support for P
Versions of packages anki recommends:
pn kakasi <none> (no description available)
pn python-matplotlib <none> (no description available)
Versions of packages anki suggests:
pn dvipng <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.9.9.6-1
[Disclaimer: I'm not the maintainer of this package.]
* Florent Fourcot <florent.four...@resel.fr>, 2010-02-13, 12:45:
anki doesn't run on my system. It's the first use of this package for me.
$ anki
Traceback (most recent call last):
File "/usr/bin/anki", line 8, in <module>
ankiqt.run()
File "/usr/share/anki/ankiqt/__init__.py", line 55, in run
import anki
File "/usr/share/anki/anki/__init__.py", line 58, in <module>
from anki.deck import DeckStorage
File "/usr/share/anki/anki/deck.py", line 32, in <module>
import anki.models, anki.facts, anki.cards, anki.stats, anki.history
File "/usr/share/anki/anki/cards.py", line 144, in <module>
'fields': relation(Field, backref="fact", order_by=Field.c.ordinal),
AttributeError: type object 'Field' has no attribute 'c
Thanks for your bug report. Older versions of anki didn't support
SQLAlchemy 0.5:
anki (0.9.9.6-1) unstable; urgency=low
* New upstream release
* Starting with 0.9.9.5 anki supports SQLAlchemy 0.5
-- Andreas Bombe <a...@debian.org> Mon, 16 Feb 2009 02:31:21 +0100
--
Jakub Wilk
signature.asc
Description: Digital signature
--- End Message ---