Guest User

Untitled

a guest
Oct 25th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. import paraview.simple
  2.  
  3. libprotobuf ERROR /build/buildd/paraview3.14.1/Utilities/protobuf/
  4. src/google/protobuf/descriptor_database.cc:57] File already exists in
  5. database: vtkPVMessage.proto
  6. libprotobuf FATAL /build/buildd/paraview3.14.1/Utilities/protobuf/
  7. src/google/protobuf/descriptor.cc:860] CHECK failed: generated_database_-
  8. >Add(encoded_file_descriptor, size):
  9. Aborted (core dumped)
  10.  
  11. import paraview
  12. help(paraview)
  13.  
  14. NAME
  15. paraview
  16.  
  17. FILE
  18. /usr/lib/python2.7/dist-packages/paraview/__init__.py
  19.  
  20. MODULE DOCS
  21. http://docs.python.org/library/paraview
  22.  
  23. DESCRIPTION
  24. This module is not meant to be used directly. Please look at one of the modules
  25. it provides:
  26. servermanager
  27. pvfilters
  28. vtk
  29. numeric
  30. util
  31. simple
  32. :
  33.  
  34. help(paraview.simple)
  35. AttributeError: 'module' has no attribute 'simple'
  36.  
  37. try: paraview.simple
  38. except: from paraview.simple import *
Add Comment
Please, Sign In to add comment