View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015871ParaView(No Category)public2015-12-10 18:472016-07-22 19:28
ReporterNico Schlömer 
Assigned ToDave DeMarle 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015871: libvtkIOXdmf3: undefined symbol: _ZN16XdmfSparseMatrix7setNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
DescriptionI've had long-standing trouble doing `import vtk` when Xdmf3 is enabled. I'd usually get

```
>>> import vtk
# [...]
ImportError: No module named vtkIOXdmf3Python
```
To do some digging, I cd'd into `/usr/lib/python2.7/dist-packages/vtk` and imported vtkIOXdmf3Python:

```
python -c "import vtkIOXdmf3Python"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /usr/lib/x86_64-linux-gnu/libvtkIOXdmf3-6.3.so.6.3: undefined symbol: _ZN16XdmfSparseMatrix7setNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
```
TagsHackathon-July-2016
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0036396)
Dave DeMarle (administrator)
2016-07-13 14:52

Nico,

Unfortunately I could not reproduce this bug on mac or linux with ParaView master with binaries, build trees or installs trees.

From the message you report, it looks like libXdmfCore.so is not on the library search path for some reason. To track it down I need to know more about how your built and installed paraview, what platform you are on etc also, please try adding the path to libXdmf* from the ParaView build to your PATH manually and see if that resolves the error.

Please reopen this bug if it is still an issue for you and add in more detail to help reproduce the bug.
(0036552)
Alan Scott (manager)
2016-07-22 19:28

Closing. As mentioned by Dave, please reopen with more detail if it is still an issue.

 Issue History
Date Modified Username Field Change
2015-12-10 18:47 Nico Schlömer New Issue
2015-12-10 18:47 Nico Schlömer Description Updated
2016-07-12 11:48 Utkarsh Ayachit Tag Attached: Hackathon-July-2016
2016-07-13 10:24 Dave DeMarle Assigned To => Dave DeMarle
2016-07-13 10:24 Dave DeMarle Status backlog => active development
2016-07-13 14:52 Dave DeMarle Note Added: 0036396
2016-07-13 14:52 Dave DeMarle Status active development => customer review
2016-07-13 14:52 Dave DeMarle Resolution open => fixed
2016-07-22 19:28 Alan Scott Note Added: 0036552
2016-07-22 19:28 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team