• Error in getting results of soiltest in python scripting

    I want to get the q、ε、Pexcess after soil test ,but got the following error when the Python script ran. code: from plxscripting.easy import* s_t, g_t = new_server('localhost', 10001, password='19961217') def triaxial(cellpressure,E50,Eoed,Eur): g_t…