![]() |
2011-05-05
, 21:16
|
Posts: 1 |
Thanked: 1 time |
Joined on May 2011
@ Targu Mures, Romania
|
#2
|
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:
Can someone help me figure out how to get Aarddict to run on my n810? Thanks!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
If it works (and I hope it does, because this is my first post) please mark it as Solved!Run aardict and hopefully enjoy!
- You need to have root access to your filesystem http://maemo.org/downloads/product/OS2008/rootsh/
Download and install this piece of software if you hadn't done this before- On your PC!! Visit http://maemo.org/packages/package_in...4.10.5-maemo0/ Save the file (this one has SIP v7.0) and open it with archive manager of your choice. Inside this archive you will find "data.tar.gz" Open this one also and browse into "/./usr/lib/python2.5/site-packages/" and extract the file called "sip.so" to your Desktop for example.
- Plug in your nokia and copy this file to a folder you must remember e.g. /media/mmc1/
- Open a x-terminal on Nokia N810 ;
After this command you should seeCode:~ $ rootinstead of~ #then make a backup of your original sip.so file~ $
copy old sip.so to the same locationCode:mv /usr/lib/python2.5/site-packages/sip.so /usr/lib/python2.5/site-packages/bk-sip.so
Replace with the path were you saved your file, if different from this oneCode:mv /media/mmc1/sip.so /usr/lib/python2.5/site-packages/sip.so exit- And you should be done
The Following User Says Thank You to victor.cighir For This Useful Post: | ||
![]() |
2011-05-10
, 13:35
|
Posts: 44 |
Thanked: 15 times |
Joined on Jan 2009
@ China
|
#3
|
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: