Kuloto Posted May 24, 2011 Posted May 24, 2011 Hello! I have noticed that you update Python version from 2.4 to 2.7. It's really cool but some my pages use PIL library which not aviable now, so they don't work. Are going to install PIL for Python 2.7 too? Or how can I use the old version 2.4? Quote
cl58 Posted May 24, 2011 Posted May 24, 2011 The PIL library does not have an update compatible with Python 2.7 yet. Unfortunately, downgrading is impossible so until PIL releases an update, you will have to find an alternate solution. I apologize for the inconvenience, but this is not our fault. For more information, see http://www.pythonware.com/products/pil/ Quote
Kuloto Posted May 24, 2011 Author Posted May 24, 2011 Ok. But is it actually impossible to switch between Python versions? On this page are listed Python 2.4, 2.7 and 3.2. Why? PS: I use WSGI and Django. Quote
Guest Geoff Posted May 24, 2011 Posted May 24, 2011 You can switch python versions if you are using a CGI script. If you are using WSGI, you are stuck with 2.7. If we downgraded python, we would be downgrading for the entire server. HelioHost strives to use the latest software; python 2.7 is installed because it is the latest version that is compatible with django. When django becomes compatible with python 3, we will be sure and upgrade to use that version. EDIT: I'm going to see if I can install that library using easy_install. What server are you on? Quote
Kuloto Posted May 25, 2011 Author Posted May 25, 2011 Thank you for attention to my problem. I am on Heliohost (kuloto.heliohost.org) /home1/kuloto/ Quote
Guest Geoff Posted May 25, 2011 Posted May 25, 2011 Server: stevie. PIL has been installed on stevie: -------------------------------------------------------------------- PIL 1.1.7 SETUP SUMMARY -------------------------------------------------------------------- version 1.1.7 platform linux2 2.7.1 (r271:86832, May 15 2011, 21:32:40) [GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] -------------------------------------------------------------------- *** TKINTER support not available --- JPEG support available --- ZLIB (PNG/ZIP) support available --- FREETYPE2 support available *** LITTLECMS support not available -------------------------------------------------------------------- Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.