On 10/08/10 12:25, JohnB wrote: > On Aug 9, 5:31 pm, Richard Ash <[email protected]> wrote: >>> To: [email protected] >>> Sent: Mon, 9 August, 2010 14:07:14 >>> Subject: Re: [mwlib] ImportError: No module named render >> >>> On 09/08/10 10:58, Ralf Schmitt wrote: >>>> It probably doesn't matter. That version of mwlib won't work with python >>>> 2.4. >> >>> Oh, and is there any advice/instructions on installing mwlib.rl on >>> Python 2.4? ("Don't" doesn't count, ;)). >> >> Search in the archives for the message which explained that the next release >> of >> mwlib wouldn't support python 2.4, and use the previous version? There will >> of >> course be bugs, but the same is true of python 2.4 >> >> You could always install a more current version of python alongside 2.4 on >> Centos if you insist upon a prehistoric OS but don't mind some of the real >> world >> creeping into your time warp. > > OK, I've tried this latter suggestion, and hit a different problem. > mwlib thinks I've not got PIL, but in fact I do:
An addendum: # /usr/local/python-2.7/bin/python2.7 Python 2.7 (r27:82500, Aug 10 2010, 11:28:34) [GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from PIL import Image Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named PIL >>> import Image >>> John. -- John Beranek To generalise is to be an idiot. http://redux.org.uk/ -- William Blake -- You received this message because you are subscribed to the Google Groups "mwlib" 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/mwlib?hl=en.
