Open GoogleCodeExporter opened 9 years ago
Getting exactly the same, but from .deb package on ubuntu -
lorem-ipsum-generator 0.3-2
Original comment by pjboulo...@gmail.com
on 7 Feb 2012 at 10:14
I'm using Ubuntu 12 & 13 and found the deb installation doesn't quite work. It
complains about missing module named lipsum. As Python 2.6 is not installed,
so the location of the installed dist-packages needs to be fixed.
So after installation run the following (as root):
mv /usr/local/lib/python2.6/dist-packages/l /usr/local/lib/python2.7/dist-packages
If it complains about the glade module not being available run the following:
apt-get install python-glade2
Then it works.
Original comment by jmcb...@gmail.com
on 5 Oct 2013 at 4:54
Original issue reported on code.google.com by
i...@edwarddekkerhosting.nl
on 1 Dec 2011 at 7:02