perly_newbie has asked for the wisdom of the Perl Monks concerning the following question:

Hi I am able to run this on my computer but on other computers I get the following: "
Can't load 'C:/Perl/site/lib/auto/Tcl/Tcl.dll' for module Tcl: load_fi +le:The specified module could not be found at C:/Perl/lib/XSLoader.pm + line 68. at C:/Perl/site/lib/Tcl.pm line 388 Compilation failed in require at C:/Perl/site/lib/Tkx.pm line 206. BEGIN failed--compilation aborted at C:/Perl/site/lib/Tkx.pm line 206.
" My file is at (Network)Y: drive Please let me know what to do

Replies are listed 'Best First'.
Re: Problems running TKX
by Khen1950fx (Canon) on Dec 24, 2009 at 00:31 UTC
    I had the same problem. I updated to tcl8.5.8, and the dll warning went away; however, all I get now is a segmentation fault:). Make sure that tcl, tk, and tclsh are in your path.
      I also installed active tcl 8.5.8 but I still get the problem, could you advise what I coudl be doign wrong here?
        You're ok. The module is a little buggy:-).
Re: Problems running TKX
by Anonymous Monk on Dec 24, 2009 at 00:29 UTC
    load Tcl.dll using dependencywalker or fileanalyzer and find which dependency is missing from your %PATH%

    my copy depends on kernel32.dll, msvcrt.dll, perl510.dll, and tcl85.dll

      tcl84.dll is missing if I use dependency walker. Can you please let me know what next to do to fix this problem?
        Make sure tcl84.dll is in your %PATH%