Hi Rob,
I went and followed the information on the PDL website regarding using the
sysiphusion website. There seems to be an error in one of the scripts as it
can't find a number of things.
It seemed to install correctly with no errors, but no pdl2.
--------------SNIP----------------------------
C:\Users\eclisob\Desktop>pdl2
pdl2: Devel::REPL version 1.003011 not found, running perldl instead...
perlDL shell v1.354_001
PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
'COPYING' in the PDL distribution. This is free software and you
are welcome to redistribute it under certain conditions, see
the same file for details.
ReadLines, NiceSlice, MultiLines enabled
Reading C:\Users\eclisob/.perldlrc...
WARNING: Error loading PDL: 'Can't locate C:SERS←CLISOB/.PERLDLRC in @INC (@INC
contains: C:\Perl\lib c:/Perl/site/lib c:/Perl/lib .
) at (eval 53) line 1.
' - trying blib.
WARNING: PDL startup not found only plain perl available
Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended)
perl>
--------------SNIP----------------------------
And perldl output
--------------SNIP----------------------------
C:\Users\eclisob\Desktop>perldl
perlDL shell v1.354_001
PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
'COPYING' in the PDL distribution. This is free software and you
are welcome to redistribute it under certain conditions, see
the same file for details.
ReadLines, NiceSlice, MultiLines enabled
Reading C:\Users\eclisob/.perldlrc...
WARNING: Error loading PDL: 'Can't locate C:SERS←CLISOB/.PERLDLRC in @INC (@INC
contains: C:\Perl\lib c:/Perl/site/lib c:/Perl/lib .
) at (eval 13) line 1.
' - trying blib.
WARNING: PDL startup not found only plain perl available
Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended)
perl>
--------------SNIP----------------------------
As you can see, the reading of my .perldlrc is incorrect the file seems fine
when I look at it though. Its like it is deleting the start of the strings, and
the \ vs /.
Any thoughts.
CLIFF SOBCHUK
Core RF Engineering
Phone 613-667-1974 ecn: 8109-71974
mobile 403-819-9233
yahoo: sobchuk
www.ericsson.com
“The author works for Telefonaktiebolaget L M Ericsson (“Ericsson”), who is
solely responsible for this email and its contents. All inquiries regarding
this email should be addressed to Ericsson. The web site for Ericsson is
www.ericsson.com.”
This Communication is Confidential. We only send and receive email on the basis
of the terms set out at www.ericsson.com/email_disclaimer
-----Original Message-----
From: Sisyphus [mailto:[email protected]]
Sent: Tuesday, January 17, 2012 12:24 AM
To: [email protected]; [email protected]
Subject: Re: [Perldl] Close Dialog On /GW Device PGPLOT - SOLVED(?)
----- Original Message -----
From: "Sisyphus"
> The popup will show in a PGPLOT script whenever pgend is called
The popup also appears when pgclos is called - and that's what was doing it.
Fabio, in PDL/Graphics/PGPLOT/Window.pm there's one (and only one) call to
'pgclos;'. (You'll find it in the 'close' subroutine.)
Try replacing that
pgclos;
with
pgclos() unless (uc($self->{Device}) eq '/GW');
and see how that goes.
It will allow scripts to terminate without throwing up any popups - we just
need to determine whether it creates other issues.
Cheers,
Rob
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl