evopedia 0.3.2-maemo2
Offline Wikipedia Viewer
Evopedia uses compressed dumps of Wikipedia for offline use
especially on mobile devices.
The geographical data in the articles is used to display a map of these
articles. The images on Wikipedia are not contained in the dump but if you
are connected to the internet, they are nevertheless shown.
Homepage:
Section:
user/education
Repository:
Depends:
Size:
91674 bytes
MD5sum:
99cdc6bac13755bb0721d8b3b73fa1b7
Source:
Status:
Old version cleaned by repository management
Bugtracker:
QA Quarantine ends:
ENDED 2010-05-20 14:45
Changes
| Tester | Karma | Timestamp |
| Christian R (Maintainer) (79) | 2010-05-17 22:23 UTC | |
| Venomrush . (Tester) (721) | 2010-05-13 19:44 UTC | |
| Mikko Vartiainen (Tester) (2221) | 2010-05-12 20:43 UTC | |
| Floriano Scioscia (Tester) (360) | 2010-05-12 07:14 UTC | |
| Mustali Dalal (Tester) (996) | 2010-05-11 16:57 UTC | |
| Alan Howard (176) | 2010-05-11 10:26 UTC | |
| Alex Easter (Tester) (353) | 2010-05-11 07:15 UTC | |
| Emanuele Cassioli (Tester) (986) | 2010-05-10 19:01 UTC | |
| Tapani Tanskanen (45) | 2010-05-10 18:28 UTC |
Package events
| Event type | User | Timestamp |
| Old version cleaned by repository management | System | 2010-05-18 11:17 UTC |
| Promotion rejected | System | 2010-05-17 22:24 UTC |
| Package is in testing | System | 2010-05-10 14:45 UTC |

Comments:
This package is missing all of its dependencies and it doesn't work if you didn't happen to have proper python modules installed beforehand.
Depends line should contain all python packages which are needed (python2.5, python-gobject etc)
Additionally when I start evopedia from menu, browser is opened to localhost:8080 (as it should), but server is not running as I think it should be.
starting evopedia_starter.py as root from /root gives:
Nokia-N900-42-11:~# evopedia_starter.py Using datafile storage. Error opening storage: /root/ Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/evopedia/evopedia.py", line 1035, in start_server storage.storage_init_read(data_dir) File "/usr/lib/python2.5/site-packages/evopedia/datafile_storage.py", line 63, in storage_init_read self.check_existence_of_dumpfiles() File "/usr/lib/python2.5/site-packages/evopedia/datafile_storage.py", line 110, in check_existence_of_dumpfiles "%s (metadata.txt missing)." % repr(self.data_dir)) DatafileInitializationError: Incomplete Wikipedia dump at '/root/' (metadata.txt missing). Traceback (most recent call last): File "/usr/bin/evopedia_starter.py", line 5, in
evopedia.start_server()
File "/usr/lib/python2.5/site-packages/evopedia/evopedia.py", line 1045, in start_server
storages[storage.get_language()] = storage
File "/usr/lib/python2.5/site-packages/evopedia/datafile_storage.py", line 175, in get_language
return self.dump_language
AttributeError: 'DatafileStorage' object has no attribute 'dump_language'
So apparently it is looking for wikipedia dump but I have no idea where or how dump should be added.
Comments:
You must be logged in to make comments.