The development team has run PADE on the following operating systems and computers to date:
It should be kept in mind that the functionality of PADE depends upon that of the other programs mentioned in Chapter 1, and the recommended first step in troubleshooting is to verify that they are properly implemented on the development host.
The following problems have been encountered during testing:
invalid command name "FindCmd"before creating the main PADE window. This indicates that either the PADE_ROOT environment variable points to the wrong directory, or there is a problem with the tclIndex file. If PADE_ROOT is set correctly, then regenerate the tclIndex file by:
host-prompt> tclsh tcl-prompt> auto_mkindex . *.tcl tcl-prompt> exit host-prompt>