Browse By Tags

  • No module named 'plxscripting'

    Hi there, I'm trying to run a python script with PLAXIS 2D with IDLE and SciTE, but I get the following error: Traceback (most recent call last): File "D:/PLX_IDLE.py", line 4, in <module> from plxscripting.easy import * ModuleNotFoundError: No module…
  • ModuleNotFoundError: No module named 'encryption'

    Hello, I want to use plaxis with python scripting and i have an error with the module plxscripting : I use Spyder as IDE and the instruction is : from plxscripting.easy import * and i get the error : File "C:\ProgramData\Bentley\Geotechnical\PLAXIS Python…
  • Could not find module plxscripting

    Using visual studio 2019 and added a new python environment with the path "C:\ProgramData\Bentley\Geotechnical\PLAXIS Python Distribution\01.00\python". The plxscripting folder exists within the Lib folder but does not appear on the list of imported packages…