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


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