Loading IM context type 'ime' failed
- From: Yu Wang <xiaohuwang hotmail com>
- To: gtk-perl-list gnome org
- Subject: Loading IM context type 'ime' failed
- Date: Sat, 28 May 2005 20:36:22 +0000 (UTC)
#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]