snookmz has asked for the wisdom of the Perl Monks concerning the following question:
When I run this I get the error message------------ use strict 'vars'; use Gtk2 -init; use Gtk2::GladeXML; $gladexml = Gtk2::GladeXML->new('GladeTest.glade'); $gladexml->signal_autoconnect_from_package('main'); $quitbtn = $gladexml->get_widget('Quit'); Gtk2->main; -----------
"Can't locate loadable object for module Glib in @INC (@INC contains: "c:perl\lib c:perl\site\lib" c:\glib\lib C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/Gtk2.pm line 30"
The executable modules for everything suggested by Tor are in c:glib/bin
Can anyone enlighten me on this ??
2006-06-10 Retitled by g0n, as per Monastery guidelines
Original title: 'GladeXML'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: GladeXML: Can't locate loadable object for module Glib
by Anonymous Monk on Jun 10, 2006 at 01:26 UTC | |
|
Re: GladeXML: Can't locate loadable object for module Glib
by chromatic (Archbishop) on Jun 10, 2006 at 22:57 UTC |