PIL question - saving JPEG
Josiah Carlson
jcarlson at uci.edu
Tue Oct 12 21:00:02 EDT 2004
More information about the Python-list mailing list
Tue Oct 12 21:00:02 EDT 2004
- Previous message (by thread): murdering tkinter programs
- Next message (by thread): PIL question - saving JPEG
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 12 Oct 2004 17:40:36 -0700 "news.west.cox.net" <sean.berry2 at cox.net> wrote: > > Got it working. > > I needed to copy the PIL directory intp site-packages/PIL... > apparently the pyc files do not get recreated automatically. .pyc files are created from .py files, but if you only have .pyc files, Python will work with them. I would bet there weren't any .py files in site-packages/PIL. - Josiah
- Previous message (by thread): murdering tkinter programs
- Next message (by thread): PIL question - saving JPEG
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list