[Bioperl-l] SVG output with Bio::Graphics::Panel fails

Kevin Brown Kevin.M.Brown at asu.edu
Thu Mar 1 18:28:22 UTC 2007


Are you certain that GD has SVG enabled in it?  Sounds like this error
is from outside the bioperl panel and is instead from GD and the GD perl
module. 

> -----Original Message-----
> From: bioperl-l-bounces at lists.open-bio.org 
> [mailto:bioperl-l-bounces at lists.open-bio.org] On Behalf Of Sendu Bala
> Sent: Wednesday, February 28, 2007 2:30 PM
> To: bioperl list
> Cc: Lincoln Stein
> Subject: [Bioperl-l] SVG output with Bio::Graphics::Panel fails
> 
> I have GD 2.35 and GD::SVG 2.33 installed.
> 
> I have a working script in which a Bio::Graphics::Panel 
> object is made and output with:
> 
> print $panel->png;
> 
> This is fine. Changing it to:
> 
> print $panel->svg;
> 
> Gives the error:
> 
> Can't locate object method "svg" via package "GD:Image" at 
> /.../Bio/Graphics/Panel.pm line 971, <DATA> line 192.
> 
> 
> Am I supposed to do something else to get this to work?
> 
> 
> Cheers,
> Sendu.
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/bioperl-l
> 




More information about the Bioperl-l mailing list