Package: anki Version: 1.2.11-1 Severity: minor When starting anki for the first time in Debian Edu Wheezy, I got a popup with this message (manually typed, cut-n-pase did not work):
Error during startup: Traceback (most recent call last): File "/usr/share/anki/ankiqt/ui/main.py", line 95, in __init__ self.loadPlugins() File "/usr/share/anki/ankiqt/ui/main.py", line 2674, in loadPlugins() plugins = self.enabledPlugins() File "/usr/share/anki/ankiqt/ui/main.py", line 2747, in enabledPlugins return [p for p in os.listdir(self.pluginsFolder()) OSError: [Errno 2] No such file or directory: '/home/pre/.anki/plugins' [OK] The cause was that the home directory was full. The error message is misleading, and I assume the code actually creating the directory failed. It would be better if that error was reported instead. -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org