After the installation of PolSARpro you will show an error if you whant open Sentinel 1 A/B mission In This video we will show you How to make a...
After the installation of PolSARpro you will show an error if you want open Sentinel 1 A/B mission
can't read "widget(PSPEDUC1)": no such element in array
can't read "widget(PSPEDUC1)": no such element in array
while executing
"$widget(PSPEDUC1) configure -state disable"
invoked from within
".top3.fra66.cpd69.but93 invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 24)
invoked from within
"tk::ButtonUp .top3.fra66.cpd69.but93"
(command bound to event)
In This video we will show you How to make a change in the TCL file of PolSARpro by removing 1 after PSPEDUC to resolve this problem..
After I install PolSARPro 6.0 and tried to launch up sentinel 1 A/B mission, I got some error about "widget(PSPEDUC1) missing “ or alike warnings and failed start up this module.It took me some time to figure out this is due to a misspelling in the main TCL file “PolSARpro_v6.0.2_Biomass_Edition.tcl” .at line 48859, "$widget(PSPEDUC1) configure -state disable "and line 48931 "$widget(PSPEDUC1) configure -state normal ",“PSPEDUC1” in the brackets has to be changed to “PSPEDUC”, then it will work.
COMMENTS