On 20/11/2011 19:48, Peter Bienstman wrote:
On Sunday 20 Nov 2011 08:49:31 Henrik in Oslo wrote:
Thanks for the great work taking place!

I have been happily running Mnemosyne ver 1.2.2 on Win7 since easter
2011. This is still (besides on-going Supermemo 7...) my tool for
daily learning.

I have also downloaded and experimented with Mnemosyne 2.0 (beta 4 ?)
(also on Win7). One of my PCs is now on Linux (Ubuntu) and I thought I
would download latest beta to Linux. I did a few searches, but it
seemed a bit complicated for a non-tech-person... Any suggestions?
As long as it's not packaged by a distro, running 2.0 will be a bit
complicated technology wise, and even slightly more at the moment, since there
is not yet a complete source package.

Instructions are here:

http://www.mnemosyne-proj.org/hacking.php
Let me know if you need any help!

I've just had another try with this. I can't remember if it's the same error as before. In fact, I can't even remember if I posted it.

I've checked the dependencies and appear to have Python 2.6 installed.

Anyway, this is under Linux Mint Debian. Compilation seems to go fine (copy of session available if required - it's 411 lines), but running mnemosyne produces the following:

dougie@phoenix ~ $ mnemosyne
Uncaught exception!
Traceback (innermost last):
  File "/usr/local/bin/mnemosyne", line 5, in <module>
    pkg_resources.run_script('Mnemosyne==2.0-pre', 'mnemosyne')
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 467, in run_script
    self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1200, in run_script
    execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.6/dist-packages/Mnemosyne-2.0_pre-py2.6.egg/EGG-INFO/scripts/mnemosyne", line 116, in <module>
    mnemosyne.initialise(data_dir=data_dir, filename=filename)
File "/usr/local/lib/python2.6/dist-packages/Mnemosyne-2.0_pre-py2.6.egg/mnemosyne/libmnemosyne/__init__.py", line 135, in initialise
    self.register_components()
File "/usr/local/lib/python2.6/dist-packages/Mnemosyne-2.0_pre-py2.6.egg/mnemosyne/libmnemosyne/__init__.py", line 187, in register_components
    exec("from %s import %s" % (module_name, class_name))
  File "<string>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/Mnemosyne-2.0_pre-py2.6.egg/mnemosyne/pyqt_ui/main_wdgt.py", line 9, in <module>
    from mnemosyne.pyqt_ui.ui_main_wdgt import Ui_MainWdgt
 ImportError: No module named ui_main_wdgt
Uncaught exception!
Traceback (innermost last):
  File "/usr/local/bin/mnemosyne", line 5, in <module>
    pkg_resources.run_script('Mnemosyne==2.0-pre', 'mnemosyne')
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 467, in run_script
    self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1200, in run_script
    execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.6/dist-packages/Mnemosyne-2.0_pre-py2.6.egg/EGG-INFO/scripts/mnemosyne", line 116, in <module>
    mnemosyne.initialise(data_dir=data_dir, filename=filename)
File "/usr/local/lib/python2.6/dist-packages/Mnemosyne-2.0_pre-py2.6.egg/mnemosyne/libmnemosyne/__init__.py", line 135, in initialise
    self.register_components()
File "/usr/local/lib/python2.6/dist-packages/Mnemosyne-2.0_pre-py2.6.egg/mnemosyne/libmnemosyne/__init__.py", line 187, in register_components
    exec("from %s import %s" % (module_name, class_name))
  File "<string>", line 1, in <module>
File "/usr/local/lib/python2.6/dist-packages/Mnemosyne-2.0_pre-py2.6.egg/mnemosyne/pyqt_ui/main_wdgt.py", line 9, in <module>
    from mnemosyne.pyqt_ui.ui_main_wdgt import Ui_MainWdgt
 ImportError: No module named ui_main_wdgt
dougie@phoenix ~ $

--
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.

Reply via email to