Code Comments
Programming Forum and web based access to our favorite programming groups.Hello all, New to the board, so go easy on me. I have been using Perl/Tk to front-end a number of utilities that I use at work. I am using ActivePerl 5.8 on a Wi ndows 2000 pro box. I was trying to use the chooseDirectory widget but kept getting a not found in @INC message, so I decided to make sure I had the latest version of the T k module installed. I went to CPAN and downloaded Tk-804.027. I installed it and now I am getting the following error from all my scripts that use Tk: Tk::Event object version 800.024 does not match bootstrap parameter 804.027 at C:/Perl/lib/XSLoader.pm line 91. Compilation failed in require at C:/Perl/site/lib/Tk.pm line 13. BEGIN failed--compilation aborted at C:/Perl/site/lib/Tk.pm line 13. How do I go about recovering from this?? Any help is appreciated.... - Scoootr
Post Follow-up to this messagequote:Ok, I figured it out. For those who care, the Tk module had compiled with e rrors on my box when I ran nmake. I went back and found the errors, so I re -compiled it and re-installed the Tk module. All is well now. - Scoootr
Originally posted by scoootr Hello all, New to the board, so go easy on me. I have been using Perl/Tk to front-end a number of utilities that I use at work. I am using ActivePerl 5.8 on a Wi ndows 2000 pro box. I was trying to use the chooseDirectory widget but kept getting a not found in @INC message, so I decided to make sure I had the latest version of the T k module installed. I went to CPAN and downloaded Tk-804.027. I installed it and now I am getting the following error from all my scripts that use Tk: Tk::Event object version 800.024 does not match bootstrap parameter 804.027 at C:/Perl/lib/XSLoader.pm line 91. Compilation failed in require at C:/Perl/site/lib/Tk.pm line 13. BEGIN failed--compilation aborted at C:/Perl/site/lib/Tk.pm line 13. How do I go about recovering from this?? Any help is appreciated.... - Scoootr
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.