ashim888 Posted May 8, 2013 Posted May 8, 2013 I tried to run my python files which uses PIL module but couldn't run because PIL is no provided? Will Admin provide the solution to this or do i need to shift to another hosting? frankly i dont want to shift because i kinda like heliohost
Shinryuu Posted May 8, 2013 Posted May 8, 2013 This support request is being escalated to our root admin. Johnny suffered a major crash in October and we haven't gotten around to installing or updating most software packages on him. You can wait for us to install PIL on Johnny, but if you're pressed for time you're welcome to move your account to Stevie which has PIL installed. 1
ashim888 Posted May 9, 2013 Author Posted May 9, 2013 Python Imaging Library 1.1.7 has been installed. Still says ImportError: No module named PIL
Krydos Posted May 9, 2013 Posted May 9, 2013 Which version of python are you using, because I only installed it on 2.7? Here are the available python shebangs on Johnny: #!/usr/bin/python2.4 Python 2.4.3 #!/usr/bin/python Python 2.4.3 #!/usr/local/bin/python2.7 Python 2.7.4 1
ashim888 Posted May 9, 2013 Author Posted May 9, 2013 Which version of python are you using, because I only installed it on 2.7? Here are the available python shebangs on Johnny: #!/usr/bin/python2.4 Python 2.4.3 #!/usr/bin/python Python 2.4.3 #!/usr/local/bin/python2.7 Python 2.7.4 Thanks Solved my issue was using 2.7 was shebang issue! Thanks for your fast response! Really Appreciate your!
Recommended Posts