<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I have a script to post processing data. It needs pvpython to call it. The script import multiprocessing module. But when I import the package, it shows:<br><br>>>> import multiprocessing<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "D:\Program\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\bin\lib\multiprocessing\__init__.py", line 84, in <module><br>    import _multiprocessing<br>ImportError: No module named _multiprocessing<br><br></div>I'm using windows 10 x64 with ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit. I imported sys and sys.path tells:<br><br>>>> sys.path<br>['', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin\\python27.zip', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin\\DLLs', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin\\lib', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin\\lib\\plat-win', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin\\lib\\lib-tk', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin\\lib\\site-packages', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin\\lib\\site-packages\\win32', 'D:\\Program\\ParaView 5.2.0-Qt4-OpenGL2-Windows-64bit\\bin\\lib\\site-packages\\win32\\lib']<br><br></div>I don't know what happened with the pvpython. I have a complete installation of Anaconda python 2.7 on the same machine and multiprocessing can be imported from the bash coming along with the installation.<br><br></div>Thank you!<br><br></div>