PIL Installation on windows98 - from newbie
Tech
vze2q3xh at verizon.net
Fri Nov 16 21:46:59 EST 2001
More information about the Python-list mailing list
Fri Nov 16 21:46:59 EST 2001
- Previous message (by thread): PIL Installation on windows98 - from newbie
- Next message (by thread): Prob with Freeze.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks Guys, This seems to help, I added the PIL.pth file with this text... C:\py21\PIL that's seem to allow me to access the Lib. now I will try to do something useful... wish me luck. Tech. On Fri, 16 Nov 2001 10:23:57 -0800, Jeff Shannon <jeff at ccvcorp.com> wrote: >Tech wrote: > >> I downloaded the file for my version of python and ran the setup >> executable that I downloaded. Next, I tried to test the installation >> by running some of the test scripts that came with PIL. Each time I >> tried I got the following error... >> >> Python 2.1.1 (#20, Jul 20 2001, 01:19:29) [MSC 32 bit (Intel)] on >> win32 >> Type "copyright", "credits" or "license" for more information. >> IDLE 0.8 -- press F1 for help >> >>> >> Traceback (most recent call last): >> File "C:\py21\Samples\viewer.py", line 7, in ? >> import Image, ImageTk >> ImportError: No module named Image > >This is almost certainly a search-path issue. If you create a file called >PIL.pth in your python directory, containing a single line consisting of the >full path to your PIL installation, that ought to solve the problem. > >Jeff Shannon >Technician/Programmer >Credit International > >
- Previous message (by thread): PIL Installation on windows98 - from newbie
- Next message (by thread): Prob with Freeze.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list