BTW, if you want to go for quick and dirty, people seem to have been able to run the Windows installer under Wine. In that you, you will have to manually import (File - Import) you old database because of the different default directory locations under Windows.
Peter On Tuesday 21 Feb 2012 20:57:38 Peter Bienstman wrote: > On Tuesday 21 Feb 2012 12:03:47 Gwern Branwen wrote: > > $ mnemosyne > > > > Traceback (most recent call last): > > File "/usr/local/bin/mnemosyne", line 4, in <module> > > > > import pkg_resources > > > > File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, > > > > in <module> > > > > working_set.require(__requires__) > > > > File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, > > in > > > > require needed = self.resolve(parse_requirements(requirements)) > > > > File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, > > in > > > > resolve raise DistributionNotFound(req) > > pkg_resources.DistributionNotFound: Mnemosyne==beta-11 > > Hmn, never seen this before... Probably an issue with easy_install. Which > version of setuptools do you have? Does it help if you upgrade to the latest > setuptools available, i.e. overriding Debian's package manager? > > > $ sudo mnemosyne > > > > from cherrypy import wsgiserver > > > > ImportError: cannot import name wsgiserver > > I guess you get the same error if you type ' from cherrypy import > wsgiserver' from the python prompt? Perhaps there is something fishy with > Debian's bundled cherrypy version. You can try fetching the latest version > using easy_install, either through the global python for use in 'make > install-system', or through './bin/easy_install cherrypy', i.e. using the > easy_install in the virtualenv for use in 'make'. > > Peter -- Peter Bienstman Ghent University, Dept. of Information Technology Sint-Pietersnieuwstraat 41, B-9000 Gent, Belgium tel: +32 9 264 34 46, fax: +32 9 264 35 93 WWW: http://photonics.intec.UGent.be email: [email protected] -- 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.
