On 2005-03-07 15:05:38 +0100, Heinrich Rebehn wrote: > i want to use a tool called "glade2perl" a glade => perl converter. > It aborts with: "Can't locate Gtk2/Window.pm". > > "qpkg -l dev-perl/perl-tk" shows that only the documentation file, > /usr/lib/perl5/vendor_perl/5.8.4/i586-linux/Gtk2/Window.pod is > installed, but not source (.pm).
Gtk2::Window comes from the dev-perl/gtk2-perl package, not dev-perl/perl-tk. qpkg may be exhibiting a bug in saying that Window.pod is part of the perl-tk package. Also, if you've recently upgraded perl (e.g. from 5.8.4 to 5.8.5), you may need to run /usr/portage/dev-lang/perl/files/perl-cleaner. If you're not sure, send the output of the following commands: perl -V equery files dev-perl/gtk2-perl -- Daniel Westermann-Clark -- [email protected] mailing list
