Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module 'pyvtk' error in 'test_tetgen.py' #4

Closed
somada141 opened this issue Nov 5, 2014 · 1 comment
Closed

No module 'pyvtk' error in 'test_tetgen.py' #4

somada141 opened this issue Nov 5, 2014 · 1 comment

Comments

@somada141
Copy link

Both the 'test_tetgen.py' and 'test_tetgen_2.py' examples/tests try to use 'pyvtk' (which isn't listed as a dependency in the setup.py) and throw a 'No module named pyvtk' exception.

The import is only located under the 'tet.py' file in the 'MeshInfo' class and the 'write_vtk' method.

Any plans on updating meshpy to work with an existing installation of VTK or perhaps PyEVTK?

@inducer
Copy link
Owner

inducer commented Nov 5, 2014

You'll only need pyvtk for writing out VTK files (which is somewhat unrelated to mesh generation), so I don't see why pyvtk should be a hard dependency.

@inducer inducer closed this as completed Nov 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants