Jump to content

Recommended Posts

Posted

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?

Posted

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/

Guest Geoff
Posted

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?

Guest Geoff
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...