Hello If I open it and do the menu handling on the small screen and then move on to the large screen it lives. It is the menu handling for Visualization / Mesh that crashes completely, it never wakes up.
Hello In most cases, even when running project examples, the program freezes at Visualization window. Some times a fortran runtime error message shows, some times no error message in either white or black window. Happens every time I open Mesh, most times I open Visualization and click in subsequent windows. Tips? OK, I see. It does not work on screen 2, only on the small laptop screen.
Hello In most cases, even when running project examples, the program freezes at Visualization window. Some times a fortran runtime error message shows, some times no error message in either white or black window. Happens every time I open Mesh, most times I open Visualization and click in subsequent windows. Tips?
Hello In most cases, even when running project examples, the program freezes at Visualization window. Some times a fortran runtime error message shows, some times no error message in either white or black window. Tips?
Dear Francisco Thanks a lot, this did solve the problem. I do not get a "full" option however, but I need to expand and click on each package in turn. And since MaxFem relies fully on Python for all text, the links to help page and installation tips are actually not available before Python is again installed.
Dear Francisco Thanks for looking into this. Echo from the suggested commands follow : C:\Users\Frode>python --version Python 2.7.6 C:\Users\Frode>python -c "import vtk; print vtk.vtkVersion.GetVTKVersion()" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named vtk C:\Users\Frode> First Python version I tried was 2.7.9, same result. My system is persistently telling me there is actually no module named vtk, seems it is actually not included in Python...
I could guess something is not installed in the correct directory, but I only installed two top-level software packages : MaxFem and PythonXY, vtk etc. should be part of the Python package. Since texts are echoed, the two work together. Is the solver getting x/0 from the project example file and the only error message is the vtk-text?
Hello. I have the same problem. Versions of vtk and other are confirmed correct. message : File "C:\Program Files (x86)\MaxFEM\code\PanelVisual.py", line 423, in add from v_vtk import Plot as Plot #### arriba manda tempo !!! File "C:\Program Files (x86)\MaxFEM\code\v_vtk\Plot.py", line 8, in <module> import vtk ImportError: No module named vtk Python seems to try to import a module named vtk instead of doing what it is supposed to do. Any tips?