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.
Section:
user/education
Maintainers:
Depends:
Size:
91674 bytes
MD5sum:
99cdc6bac13755bb0721d8b3b73fa1b7
Status:
Old version cleaned by repository management
QA Quarantine ends:
ENDED 2010-05-20 14:45

Changes

VersionChangesAuthorDate
0.3.2-maemo2 * Support for multiple Wikipedia dumps at the same time.Christian R2010-05-08 19:47 UTC
TesterKarmaTimestamp
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 typeUserTimestamp
Old version cleaned by repository managementSystem2010-05-18 11:17 UTC
Promotion rejectedSystem2010-05-17 22:24 UTC
Package is in testingSystem2010-05-10 14:45 UTC

Comments:

Mikko Vartiainen
Karma: 2221

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.

2010-05-12 20:55 UTC

Comments:

You must be logged in to make comments.