View Single Post
Posts: 44 | Thanked: 15 times | Joined on Jan 2009 @ China
#1
I had to re-flash my tablet for a few reasons (one of which was that re-flashing was the only way to remove the Telescope launcher that installed with the Maemo 5 Theme).
One of my most-used apps is Aarddict so I can use my Nokia n810 as an offline Wikipedia reader (I know there is a Wikipedia Dump Reader also available).
When I re-installed apps to my n810, I found that Aarddict would install, but it won't run. Here is the error:

Code:
~ $ aarddict

Traceback (most recent call last):

File "/usr/bin/aarddict", line 22, in <module>

aarddict.main()

File "/usr/lib/python2.5/site-packages/aarddict/__init__.py", line 93, in main

import aarddict.qtui

File "/usr/lib/python2.5/site-packages/aarddict/qtui.py", line 28, in <module>

from PyQt4.QtCore import (QObject, Qt, QThread, QTranslator, QLocale,

RuntimeError: the sip module implements API v8.0 but the PyQt4.QtCore module requires API v7.0
Can someone help me figure out how to get Aarddict to run on my n810? Thanks!