Loading IM context type 'ime' failed



#I have installed ActivePerl 5.8.6 build 811 and Gtk+ 2 for Windows 2.6.7
#(downloaded at http://gimp-win.sourceforge.net/stable.html)

#My Gtk2::version is 1.080 

use warnings;
use strict;

use Gtk2 -init;

my $w = Gtk2::Window->new;
$w->add(Gtk2::Entry->new);
$w->show_all;

Gtk2->main;

__END__

After executed the above code, I always get errors below:

C:\Documents and Settings\Seven\Desktop\destcadmin>perl t.pl
Gtk-WARNING **: The specified module could not be found. at t.pl line 12.
Gtk-WARNING **: Loading IM context type 'ime' failed at t.pl line 12.

My OS is Windows XP and locale is Chinese (PRC)

Any help will be greatly appreciated.

Yu




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]