Cannot open VTK output file

Hi Charles,

Thanks for looking into this.

I’m still receiving a similar error using the updated MFiX 21.1.2 release for Windows 10/64-bit installed via the latest 64-bit Anaconda3 software:

Could not import VTK, please check your installation.
traceback:
Traceback (most recent call last):
File “C:\Users\dillo\anaconda3\envs\mfix-21.1.2\lib\site-packages\vtkmodules\vtkIOParallel.py”, line 5, in
from .vtkIOParallelPython import *
ImportError: DLL load failed: The specified procedure could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “C:\Users\dillo\anaconda3\envs\mfix-21.1.2\lib\site-packages\mfixgui\vtk_widgets_init_.py”, line 8, in
import vtk
File “C:\Users\dillo\anaconda3\envs\mfix-21.1.2\lib\site-packages\vtk.py”, line 32, in
all_spec.loader.exec_module(all_m)
File “C:\Users\dillo\anaconda3\envs\mfix-21.1.2\lib\site-packages\vtkmodules\all.py”, line 83, in
from .vtkIOParallel import *
File “C:\Users\dillo\anaconda3\envs\mfix-21.1.2\lib\site-packages\vtkmodules\vtkIOParallel.py”, line 9, in
from vtkIOParallelPython import *
ModuleNotFoundError: No module named ‘vtkIOParallelPython’