Replies: 2 comments
-
|
I think it must be something like: sys.path.extend(['/xxx/vtkboolbuild/build/lib/python3.10/site-packages/vtkbool']) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the swift answer. I have changed the code to the following and it runs: You also have to uninstall the pip vtk module from you environment and use the build vtk on your system. Otherwise it gave me error like here #61. (Maybe is usefull for future users.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
first of all, thank you for the library.
I would like to ask for help, as I have troubles with importing the library into python.
I think I installed everything correctly:
/xxx/vtkboolbuild/build/lib/python3.10/site-packages/vtkbool/vtkBool.so/usr/include/python3.10/Python.himport vtkworksBut if I run
gives ModuleNotFoundError: No module named 'vtkBool'
Where did it go wrong?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions