Thread Erste Schritte mit Tk (3 answers)
Opened by Achim at 2012-06-19 10:43

Gast Achim
 2012-06-19 10:43
#159149 #159149
Versuche gerade erste Erfahrungen zu sammeln mit Tk, bekomme aber gleich chon Probleme bei der Ausführung. Benutze einen Windows Rechner mit XP.
Beispiel test5.pl
Code (perl): (dl )
1
2
3
use Tk;
my $mw = MainWindow->new();
$mw->geometry("200x200");



Code: (dl )
1
2
3
4
5
6
7
8
C:\achim>c:\perl\bin\perl.exe test5.pl
Can't locate loadable object for module Tk::Event in @INC (@INC contains: c:/Perl/site/lib c:/Perl/lib .) at c:/Perl/lib/Tk.pm line 13
Compilation failed in require at c:/Perl/lib/Tk.pm line 13.
BEGIN failed--compilation aborted at c:/Perl/lib/Tk.pm line 13.
Compilation failed in require at test5.pl line 2.
BEGIN failed--compilation aborted at test5.pl line 2.

C:\achim>



Vielleicht kann mir hier jemand helfen. Das wäre super.

modedit Editiert von pq: code-tags hinzugefügt
Last edited: 2012-06-19 10:54:02 +0200 (CEST)

View full thread Erste Schritte mit Tk