Installation program does NOT provide file pilimages.py

View: New views
3 Messages — Rating Filter:   Alert me  

Installation program does NOT provide file pilimages.py

by Randy Lent :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

I am currently taking a class in Python.  For the class, we are using version 2.6.  I have attempted to install the Python Imaging Library on two different computers using this link

http://effbot.org/downloads/PIL-1.1.6.win32-py2.6.exe

 

 

In both cases, the pilimages.py file is missing.  Not only is the file NOT in the C:\Python26\Lib\site-packages folder, a search of my entire hard drive does NOT find the file.   

A new folder "PIL" is created, and there are a lot of new files, but the pilimages.py file is not among them.

 

Is there an alternate source for installing the Python Imaging Library?

 

Sincerely,

Randy Lent

 

 

Randy Lent

Programmer II

Information Technology Department,

Monterey County Office of Education

901 Blanco Circle

Salinas, CA 93912

Phone: (831)  784-4165

 



_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig

Re: Installation program does NOT provide file pilimages.py

by Waldemar Osuch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Tue, Oct 20, 2009 at 5:56 PM, Randy Lent <rlent@...> wrote:

I am currently taking a class in Python.  For the class, we are using version 2.6.  I have attempted to install the Python Imaging Library on two different computers using this link

http://effbot.org/downloads/PIL-1.1.6.win32-py2.6.exe

 

 

In both cases, the pilimages.py file is missing.


From what I can tell the "pilimages.py" is not part of PIL distribution.
It is not even in the source repository.
I venture a guess that the "pilimages.py" is an extra file provided by the instructor of your class

Waldemar



_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig

Re: Installation program does NOT provide file pilimages.py

by Fredrik Lundh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 21, 2009 at 6:54 PM, Waldemar Osuch
<waldemar.osuch@...> wrote:

> On Tue, Oct 20, 2009 at 5:56 PM, Randy Lent <rlent@...> wrote:
>>
>> I am currently taking a class in Python.  For the class, we are using version 2.6.  I have attempted to install the Python Imaging Library on two different computers using this link
>>
>> http://effbot.org/downloads/PIL-1.1.6.win32-py2.6.exe
>>
>> In both cases, the pilimages.py file is missing.
>>
> From what I can tell the "pilimages.py" is not part of PIL distribution.
> It is not even in the source repository.
> I venture a guess that the "pilimages.py" is an extra file provided by the instructor of your class

just for the archive, a quick googling finds this file:

    http://www.cs.wlu.edu/~stough/teaching/CS112F09/bookdemos/Ch_07_Student_Files/pilimages.py

which indicates that the file is part of the training material for the
class Randy's taking.

</F>
_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig