You are not logged in.
Pages: 1
Hey,
Im trying to install Anki (http://aur.archlinux.org/packages.php?ID=14403)
well i've got it installed but when i type anki to run it i get
Traceback (most recent call last):
File "/usr/bin/anki", line 21, in <module>
ankiqt.run()
File "/usr/lib/python2.5/site-packages/ankiqt/__init__.py", line 56, in run
import anki
ImportError: No module named anki
Ive installed all the dependencies etc, anyone know why this might be?
Thanks
Kane
Offline
Maybe updating to the most recent release 0.9.5.7 helps.
# Contributor: Michael 'manveru' Fellinger <m.fellinger@gmail.com>
pkgname=anki
pkgver=0.9.5.7
pkgrel=0
pkgdesc="Anki helps you remember facts (like words/phrases in a foreign \
language) as easily, quickly and efficiently as possible."
url="http://ichi2.net/anki/"
license=("GPL")
arch=('any')
depends=('pyqt4' 'python-sqlalchemy' 'python-simplejson')
makedepends=('setuptools')
source=("http://ichi2.net/$pkgname/download/$pkgname-$pkgver.tgz")
md5sums=('1ffcde1c72cb31634f06dd996ed44eda')
build() {
cd $startdir/src/$pkgname-$pkgver
cd libanki
python setup.py install --root $startdir/pkg
cd ..
python setup.py install --root $startdir/pkg
}
Offline
sorry i forgot to mention ive already tried that
Offline
thanks roi
seems i didnt have python-pysqlite installed
its working now
Offline
But now i have another problem
im using oss4 and when i start anki i get a buzzing sound from my speakers.
Is there anyway to stop it using sound?
Offline
Pages: 1