|
|
to do... |
|
|
\ No newline at end of file |
|
|
If the toolbox does not load properly, it will be indicated with an exclamation mark as:
|
|
|
|
|
|

|
|
|
|
|
|
To identify the problem, right-click the toolbox and select "Check syntax...":
|
|
|
|
|
|

|
|
|
|
|
|
This will display any syntax errors. Below are a few errors listed with hints on how to (hopefully) fix them.
|
|
|
|
|
|
## ModuleNotFoundError
|
|
|
If the error is on the form "ModuleNotFoundError: ...", like this:
|
|
|
|
|
|

|
|
|
|
|
|
the reason is likely that the python environment is not setup correctly. Try the following:
|
|
|
|
|
|
### 1: Assert that the vpi-environment is selected
|
|
|
|
|
|
|
|
|
### 2: Re-build the vpi-environment
|
|
|
|
|
|
|
|
|
|