> Can you share the name of the library on the Fedora distro?
file:///media/cdrecorder/Fedora/RPMS/libjpeg-devel-6b-33.i386.rpm
On disc 3 in my copy, but that probably doesn't mean anything!
Peter
--
http://mail.python.org/mailman/listinfo/python-list
Found it...and will share.
You need to install the "X Software Developement" library (standard
only is enough) from you Fedora distro...not sure what will be required
on other Linux distro's.
Worked like a charm...thanks Peter.
gerry rodman
http://www.gerryrodman.com/
--
http://mail.python.org
Peter,
Can you share the name of the library on the Fedora distro?
thx,
gerry rodman
http://www.gerryrodman.com/
[EMAIL PROTECTED] wrote:
> Thanks for that tip
>
> Following a dialogue in that discussion group it is now working. The
> problem was that I didn't have the right jpeg library inst
[EMAIL PROTECTED] wrote:
> The problem was that I didn't have the right jpeg library installed
> (although what I had was enough to show jpegs in gThumb, GIMP and the
> Gnome and KDE desktops so I don't understand why it wasn't). I had to
> also install a jpeg development library, which fortu
Thanks for that tip
Following a dialogue in that discussion group it is now working. The
problem was that I didn't have the right jpeg library installed
(although what I had was enough to show jpegs in gThumb, GIMP and the
Gnome and KDE desktops so I don't understand why it wasn't). I had to
als
This is because PIL, is not able to find the jpeg library .
1. Install jpeg-libs from sources: (http://www.ijg.org/files/jpegsrc.v6b.tar.gz)
2.0: "clean" the PIL build
2.1 In setup.py that comes with PIL, set the JPEG_ROOT to the jpeg-lib path
3.0 run setup.py
I hope that should help ..
cheers,
On 2/7/06, Steve Holden <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Someone out there must surely know - please!
> >
> > Peter
> >
Try building the PIL from scratch. It might give you some insight as
to which library it exactly is looking for. I can remember when
compiling the PIL on
[EMAIL PROTECTED] wrote:
> Someone out there must surely know - please!
>
> Peter
>
Try image-sig@python.org - or better still, subscribe to the image SIG
mailing list (then you'll see replies ...)
I've never had any problems loading JPEG images. It's probably a setup
issue.
regards
Steve
-
Someone out there must surely know - please!
Peter
--
http://mail.python.org/mailman/listinfo/python-list
Hello again
I'm still wrestling with Python / Tkinter / PIL. I have almost got it
to work - on a Fedora Core 1 system I can now display images in a
Tkinter window. But I also run a Fedora Core 3 system, and when I
tried the same procedures I get the following errors:-
[EMAIL PROTECTED] jpgTest]
10 matches
Mail list logo