neiuphysics
Technical User
Newbie question:
I am trying to add the package Tcllib so I can use a function, generic_DFT, that apparently is in it. When I type "package require tcllib" I get the message "can't find package tcllib" even though the auto_path variable seems to have the right path. When I invoke the generic_DFT function, I get the message "invalid command name generic_DFT" so tcl does not already have this function loaded.
None of the documentation I've seen sheds any light on this problem. Thanks in advance for advice.
I am trying to add the package Tcllib so I can use a function, generic_DFT, that apparently is in it. When I type "package require tcllib" I get the message "can't find package tcllib" even though the auto_path variable seems to have the right path. When I invoke the generic_DFT function, I get the message "invalid command name generic_DFT" so tcl does not already have this function loaded.
None of the documentation I've seen sheds any light on this problem. Thanks in advance for advice.