I installed PolSarPro and all of the configuration programs on Windows and ran into an error.
I got an error saying the BWidget Package cannot be found. I looked over the forum and saw that someone previously fixed it by downloading the BWidget TCL package. However, I am unsure where I am supposed to put the package so PolSarPro can read it.
Right now, I am not able to get the program to run.
Many applications can include tcl/tk installations, for example TeX Live, R, and Anaconda. Your problem could occur if you have more than one tcl/tk system installed on your computer and a PATH variable set to give priority to a tcl/tk installation that lacks BWidget. You may have to examine the PATH variable and search your disk for tcl/tk programs such as βwish.exeβ and then βBWidget*.*β (to find BWidget-N.N.N directories). From this you can determine which of your tcl/tk systems have BWidget.
If itβs still relevant. I solved this problem like this:
I have ActiveTcl installed in c:\ActiveTcl\bin. I run tclsh in this directory and check in console if BWidget is installed. package require BWidget
If empty, then module is not installed, if it shows version, then it is installed (mine was empty).
Unfortunately, the Windows installation instructions are largely incomplete. The bwidget package is notoriously only an optional component for Tcl/Tk scripts; you can find that as a dependency within the Linux platform instructions.