Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
430ae03d
Commit
430ae03d
authored
Apr 19, 2011
by
David Partyka
Browse files
Add vtk module path when vtkpython is built as a forwarding executable.
parent
47f5967b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Wrapping/Python/vtkPythonAppInit.cxx
View file @
430ae03d
...
...
@@ -281,6 +281,7 @@ static void vtkPythonAppInitPrependPath(const char* self_dir)
// packages in sys.path himself/herself.
const
char
*
inst_dirs
[]
=
{
"/lib/python"
VTK_PYTHON_VERSION
"/site-packages/vtk"
,
// UNIX --prefix
"/python"
VTK_PYTHON_VERSION
"/site-packages/vtk"
,
// UNIX + Forwarding exe --prefix
"/lib/python/vtk"
,
// UNIX --home
"/Lib/site-packages/vtk"
,
"/Lib/vtk"
,
// Windows
"/site-packages/vtk"
,
"/vtk"
,
// Windows
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment