|
Notes |
|
|
(0014966)
|
|
Ken Moreland
|
|
2009-02-16 16:05
|
|
|
Berk, can you check to see if this is fixed? |
|
|
|
(0015733)
|
|
Berk Geveci
|
|
2009-03-19 09:32
|
|
|
I can't reproduce this anymore. I'll ask Utkarsh to try on Linux and Windows. |
|
|
|
(0015785)
|
|
Utkarsh Ayachit
|
|
2009-03-24 10:54
|
|
On linux I keep on getting error:
SystemError: Parent module 'paraview' not loaded
Traceback (most recent call last):
File "/home/utkarsh/Kitware/ParaView3/ParaView3Bin/Utilities/VTKPythonWrapping/paraview/servermanager.py", line 2353, in _printProgress
import sys
I tried:
Case One:
from paraview.simple import *
servermanager.ToggleProgressPrinting()
Case Two:
from paraview.simple import *
from paraview import servermanager
servermanager.ToggleProgressPrinting() |
|
|
|
(0037535)
|
|
Kitware Robot
|
|
2016-08-12 09:57
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page. |
|