I was pondering a lithium self-experiment, and one of the obvious things to monitor is long-term memory; but Mnemosyne 1.x doesn't support this. Rather than switch to Anki, I thought I'd check out the beta...
On Debian Squeeze, HEAD; following http://www.mnemosyne-proj.org/hacking.php I installed the listed packages except 'python-sip4 python-sip4-dev' which don't seem to exist, then 'make setup', then 'make', which errored out on a Cherrypy import, so I installed 'python-cherrypy', which then errored out as: Installed /home/gwern/bin/mnemosyne-proj/mnemosyne Processing dependencies for Mnemosyne==beta-11 Finished processing dependencies for Mnemosyne==beta-11 ./bin/mnemosyne -d dot_mnemosyne2 Uncaught exception! Traceback (innermost last): File "./bin/mnemosyne", line 7, in <module> execfile(__file__) File "/home/gwern/bin/mnemosyne-proj/mnemosyne/mnemosyne/pyqt_ui/mnemosyne", line 124, in <module> automatic_upgrades=options.automatic_upgrades) File "/home/gwern/bin/mnemosyne-proj/mnemosyne/mnemosyne/libmnemosyne/__init__.py", line 137, in initialise self.register_components() File "/home/gwern/bin/mnemosyne-proj/mnemosyne/mnemosyne/libmnemosyne/__init__.py", line 189, in register_components exec("from %s import %s" % (module_name, class_name)) File "<string>", line 1, in <module> File "/home/gwern/bin/mnemosyne-proj/mnemosyne/mnemosyne/pyqt_ui/qt_sync_server.py", line 16, in <module> from mnemosyne.libmnemosyne.sync_server import SyncServer File "/home/gwern/bin/mnemosyne-proj/mnemosyne/mnemosyne/libmnemosyne/sync_server.py", line 8, in <module> from openSM2sync.server import Server File "/home/gwern/bin/mnemosyne-proj/mnemosyne/openSM2sync/server.py", line 17, in <module> from cherrypy import wsgiserver ImportError: cannot import name wsgiserver make: *** [install-and-run-virtual-env] Error 1 Googling, I don't see wsgiserver provided by any particular package except cherrypy which I had just installed. Thoughts? -- gwern http://www.gwern.net -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en.
