You need to install the PIL library http://www.pythonware.com/products/pil/
Under Ubuntu, it's the python-imaging package. Cheers, Peter On Jul 25, 9:55 pm, brodashim <[email protected]> wrote: > So, I tried to install the mnemosyne for Linux... Everything worked > perfect by the guidelines... Read the README.txt... Followed the > steps... and then went to run the application and it hung... Well > then I tried to run it from a root command line and it states: > > Traceback (most recent call last): > File "/usr/bin/mnemosyne", line 5, in <module> > pkg_resources.run_script('Mnemosyne==1.2.2', 'mnemosyne') > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 467, > in run_script > self.require(requires)[0].run_script(script_name, ns) > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1200, > in run_script > execfile(script_filename, namespace, namespace) > File "/usr/lib/python2.7/site-packages/Mnemosyne-1.2.2-py2.7.egg/EGG- > INFO/scripts/mnemosyne", line 17, in <module> > from PIL import GifImagePlugin # To be picked up by py2exe. > ImportError: No module named PIL > > So... What gives? Is the python module too high? -- 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.
