You're missing the dependency of the QtSql module. If you install an older version of Mnemosyne using the Ubuntu package manager, it will pull in most of the dependencies (apart from python-webob). Then, you can more easily upgrade to 2.3 from source.
Good luck! Peter > -----Original Message----- > From: [email protected] [mailto:mnemosyne-proj- > [email protected]] On Behalf Of Arvin Mathur > Sent: 01 June 2014 14:18 > To: [email protected] > Subject: [mnemosyne-proj-users] Error after installing Mnemosyne on > Xubuntu > > Hey, > > I just installed Mnemosyne on Xubuntu 14.04 and I got the following > message: > > > > > > > > > > Traceback (innermost last): > > File "/usr/local/bin/mnemosyne", line 5, in <module> > > pkg_resources.run_script('Mnemosyne==2.3', 'mnemosyne') > > File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in > run_script > > self.require(requires)[0].run_script(script_name, ns) > > File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1401, in > run_script > > exec(script_code, namespace, namespace) > > File "/usr/local/lib/python2.7/dist-packages/Mnemosyne-2.3- > py2.7.egg/EGG-INFO/scripts/mnemosyne", line 191, in <module> > > File "build/bdist.linux-x86_64/egg/mnemosyne/libmnemosyne/__init__.py", > line 172, in initialise > > self.register_components() > > File "build/bdist.linux-x86_64/egg/mnemosyne/libmnemosyne/__init__.py", > line 237, in register_components > > exec("from %s import %s" % (module_name, class_name)) > > File "<string>", line 1, in <module> > > File "build/bdist.linux- > x86_64/egg/mnemosyne/pyqt_ui/browse_cards_dlg.py", line 9, in <module> > > ImportError: cannot import name QtSql > > > -- > 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 mnemosyne-proj- > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mnemosyne-proj-users/3645e316- > 4319-4d01-ac0b-a92348376b91%40googlegroups.com > <https://groups.google.com/d/msgid/mnemosyne-proj-users/3645e316- > 4319-4d01-ac0b- > a92348376b91%40googlegroups.com?utm_medium=email&utm_source=foo > ter> . > For more options, visit https://groups.google.com/d/optout. -- 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/00c001cf7e2f%2416e765a0%2444b630e0%24%40UGent.be. For more options, visit https://groups.google.com/d/optout.
