On Wed, Mar 23, 2005 at 04:58:22AM -0800, Scheermann Leonard wrote:
>
> Hi!
>
> I'm trying now to filter powerpoint files.
> I've downloaded the filter pp2html.pm and installed "xlhtml" with "ppthtml".
> With ./DirTree.pl I get the error:
>
> Can't locate object method "new" via package "SWISH::Filters::pp2html"
> at /home/swishe/2.4.3/lib/swish e/perl/SWISH/Filter.pm line 494
That's because there's a typo in the "package" line:
package SWISH::Filters::ppt2html;
should be
package SWISH::Filters::pp2html;
(or the file should be renamed to ppt2html.pm. The package and the
file name must match.
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Wed Mar 23 07:02:13 2005