Subject: | Warning calling MessageDialog after reloading script in embedded perl |
Date: | Sat, 23 Jun 2012 19:33:25 +0200 |
To: | bug-Gtk3 [...] rt.cpan.org |
From: | Andrey Gursky <andrey.gursky [...] e-mail.ua> |
Dear Authors and Maintainers,
I've attached a small example to reproduce a warning message.
I'm using Debian Wheezy (testing) with installed
perl 5.14.2
libglib-object-introspection-perl 0.009
libglib-perl 1.260
libgtk3-perl 0.006
Output:
$ ./test_embed_perl
call 0:
-> 0 * 1 = 0.
call 1:
Can't locate package Glib::Object::_Unregistered::AtkImplementorIface
for @Gtk3::MessageDialog::ISA at /usr/share/perl5/Gtk3.pm line 327.
-> 1 * 2 = 2.
call 2:
Can't locate package Glib::Object::_Unregistered::AtkImplementorIface
for @Gtk3::MessageDialog::ISA at /usr/share/perl5/Gtk3.pm line 327.
-> 2 * 3 = 6.
...
It seems, it is not possible to get MessageDialog through Introspection yet(?).
Thanks,
Andrey
Message body is not shown because sender requested not to inline it.
Message body is not shown because sender requested not to inline it.
Message body not shown because it is not plain text.