Re: images in Perl/Tk

2024-03-19 Thread mick.crane
.htm Look for "Notice the Photo image formats JPEG, PNG, and TIFF—not part of the Perl/Tk distribution—must be specifically imported." Only the .bmp file displays other files have error. "Uncaught exception from user code: couldn't recognize data in image file "

Re: images in Perl/Tk

2024-03-19 Thread debian-user
"mick.crane" wrote: > On 2024-03-19 00:42, Michael Lange wrote: > > Hi, > > > > On Mon, 18 Mar 2024 19:23:39 + > > "mick.crane" wrote: > > > >> I try to load images with Perl/Tk but there is message, > >> "cou

Re: images in Perl/Tk

2024-03-19 Thread Gareth Evans
On Tue 19/03/2024 at 12:00, mick.crane wrote: > On 2024-03-19 00:42, Michael Lange wrote: >> Hi, >> >> On Mon, 18 Mar 2024 19:23:39 + >> "mick.crane" wrote: >> >>> I try to load images with Perl/Tk but there is message, >>> "

Re: images in Perl/Tk

2024-03-19 Thread mick.crane
On 2024-03-19 00:42, Michael Lange wrote: Hi, On Mon, 18 Mar 2024 19:23:39 + "mick.crane" wrote: I try to load images with Perl/Tk but there is message, "couldn't recognize data in image file "test.jpeg" at /usr/lib/x86_64-linux-gnu/perl5/5.38/Tk/Image.pm

Re: images in Perl/Tk

2024-03-18 Thread Michael Lange
Hi, On Mon, 18 Mar 2024 19:23:39 + "mick.crane" wrote: > I try to load images with Perl/Tk but there is message, > "couldn't recognize data in image file "test.jpeg" at > /usr/lib/x86_64-linux-gnu/perl5/5.38/Tk/Image.pm line 21" > I'

Re: images in Perl/Tk

2024-03-18 Thread debian-user
"mick.crane" wrote: > I try to load images with Perl/Tk but there is message, > "couldn't recognize data in image file "test.jpeg" at > /usr/lib/x86_64-linux-gnu/perl5/5.38/Tk/Image.pm line 21" > I've tried different images/pngs/jpg

images in Perl/Tk

2024-03-18 Thread mick.crane
I try to load images with Perl/Tk but there is message, "couldn't recognize data in image file "test.jpeg" at /usr/lib/x86_64-linux-gnu/perl5/5.38/Tk/Image.pm line 21" I've tried different images/pngs/jpgs with same error. images load OK in other viewers. Inst

Re: Perl 5.004 and Perl-tk

1998-01-12 Thread G John Lapeyre
erl > 5.004. However if I try to dpkg -i Perl-tk_400.202-9.deb it then tells > me that perl-tk depends on perl (>5.004) and that perl is not installed, > although Perl --version shows 5.004 on the machine. > > Anyone come accross this? I used dselect to purge the previous version

Re: Perl 5.004 and Perl-tk

1998-01-12 Thread Scott Ellis
On Mon, 12 Jan 1998 [EMAIL PROTECTED] wrote: > I have upgraded libc5 to libc6 etc., and have now also upgraded to Perl > 5.004. However if I try to dpkg -i Perl-tk_400.202-9.deb it then tells > me that perl-tk depends on perl (>5.004) and that perl is not installed, > although

Perl 5.004 and Perl-tk

1998-01-12 Thread atheris
I have upgraded libc5 to libc6 etc., and have now also upgraded to Perl 5.004. However if I try to dpkg -i Perl-tk_400.202-9.deb it then tells me that perl-tk depends on perl (>5.004) and that perl is not installed, although Perl --version shows 5.004 on the machine. Anyone come accross this

Re: Installed perl-tk-400.202-2; now perl-tk is broken

1997-08-08 Thread Rob Browning
w release (just today) of perl that was linked against libc6 solved the problem. I'll be uploading a functional version of perl-tk for unstable shortly. Should appear on a mirror near you in a day or so. -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe

Re: Installed perl-tk-400.202-2; now perl-tk is broken

1997-08-07 Thread Rob Browning
"Howard S. Ostrowsky" <[EMAIL PROTECTED]> writes: > I am a longtime Linux (Slackware) user who has recently switched > to Debian. Welcome. > I had been using the versions of Perl and Perl-Tk which are in the > 1.3 Debian release, and all was working OK. Then

Installed perl-tk-400.202-2; now perl-tk is broken

1997-07-28 Thread Howard S. Ostrowsky
I am a longtime Linux (Slackware) user who has recently switched to Debian. I had been using the versions of Perl and Perl-Tk which are in the 1.3 Debian release, and all was working OK. Then I decided that I wanted to upgrade to Perl 5.004 and Perl-Tk 400.202, so I grabbed the four perl*.deb

Re: perl/tk problem

1997-03-01 Thread Rob Browning
Marco Prandini <[EMAIL PROTECTED]> writes: > I'd like to write some code with perl5's Tk module, but I've been > stopped two seconds after my first try: Sounds like you have the latest perl installed, but not the latest perl-tk. If you upgrade to the latest perl-tk p

perl/tk problem

1997-02-28 Thread Marco Prandini
Hello, I'd like to write some code with perl5's Tk module, but I've been stopped two seconds after my first try: Can't find loadable object for module Tk in @INC (/usr/lib/perl5/i486-linux/5.003 /usr/lib/perl5 /usr/ local/lib/site_perl/i486-linux /usr/local/lib/site_perl .)

Re: perl/tk

1996-08-30 Thread Rob Browning
Dirk Bernhardt <[EMAIL PROTECTED]> writes: > ii perl5.003-2 > ii perl-tk b11.02-2 > What can I do? I'm pretty sure you have incompatible versions of perl and perl-tk. I believe that perl-tk b11.02-3 is the first version compatible with perl 5.00

perl/tk

1996-08-30 Thread Dirk Bernhardt
-BEGIN PGP SIGNED MESSAGE- Hi! I have a problem with perl and perl/tk: == bash$ cat tktest.pl #!/usr/bin/perl -w use diagnostics; use strict; use Tk; my $main = new MainWindow; $main->Label(-text => 'Hello, wor