I'm just going to list everything that happened in order. I am using Linux--Ubuntu 12.04
1. On this page: http://mnemosyne-proj.org/download-mnemosyne.php It told me to download this file: http://sourceforge.net/projects/mnemosyne-proj/files/mnemosyne/mnemosyne-2.3.5/Mnemosyne-2.3.5.tar.gz/download So I did. 2. I opened up my file viewer, and used right-click to extract the archive to a folder, then navigated into that folder. 3. I opened up the README for further instructions. It told me to install some dependencies, and contained this text: Under Ubuntu, these dependencies can be resolved by installing the following packages: python-cherrypy3 python-virtualenv python-qt4-dev pyqt4-dev-tools qt4-designer python-qt4-sql libqt4-sql-sqlite python-matplotlib python-qt4-phonon python-sphinx python-webob python-setuptools 4. So I fired up a terminal and executed the following command: sudo apt-get install python-cherrypy3 python-virtualenv python-qt4-dev pyqt4-dev-tools qt4-designer python-qt4-sql libqt4-sql-sqlite python-matplotlib python-qt4-phonon python-sphinx python-webob python-setuptools 5. Then, as per what the README said to do, I used the terminal to navigate into the folder containing the readme, and executed the following command: sudo python setup.py install 6. I made a launcher for it and put that in /usr/share/applications telling it to execute the command 'mnemosyne'. I clicked on that. This is what happened: http://i.imgur.com/9C0ox7g.png An unexpected error has occurred. Please forward the following info to the developers: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 5, in <module> pkg_resources.run_script('Mnemosyne==2.3.5', 'mnemosyne') File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235, in run_script execfile(script_filename, namespace, namespace) File "/usr/local/lib/python2.7/dist-packages/Mnemosyne-2.3.5-py2.7.egg/EGG-INFO/scripts/mnemosyne", line 191, in <module> debug_file=options.debug_file) File "/usr/local/lib/python2.7/dist-packages/Mnemosyne-2.3.5-py2.7.egg/mnemosyne/libmnemosyne/__init__.py", line 174, in initialise self.register_components() File "/usr/local/lib/python2.7/dist-packages/Mnemosyne-2.3.5-py2.7.egg/mnemosyne/libmnemosyne/__init__.py", line 244, in register_components exec("from %s import %s" % (module_name, class_name)) File "<string>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/Mnemosyne-2.3.5-py2.7.egg/mnemosyne/pyqt_ui/qt_web_server.py", line 13, in <module> from mnemosyne.web_server.web_server import WebServer File "/usr/local/lib/python2.7/dist-packages/Mnemosyne-2.3.5-py2.7.egg/mnemosyne/web_server/web_server.py", line 14, in <module> from webob.static import FileApp ImportError: No module named static 7. Thinking maybe the fault lay in my launcher, I did as the README suggested, and tried opening it from the terminal with the command 'mnemosyne'. 8. The same thing happened. 9. Now I am here, hoping one of you will be able to help me. Please, I have no idea what to do. Thank you so much! -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/ecf5983f-b8fd-46c4-9a71-027f5afa68c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
