[vtk-developers] [VTK 0013875]: Depending on vtkWrapPython module breaks vtk __init__.py

Mantis Bug Tracker mantis at public.kitware.com
Tue Feb 12 12:13:11 EST 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://vtk.org/Bug/view.php?id=13875 
====================================================================== 
Reported By:                Robert Maynard
Assigned To:                Marcus D. Hanwell
====================================================================== 
Project:                    VTK
Issue ID:                   13875
Category:                   (No Category)
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     tabled
Project:                    TBD 
Type:                       incorrect functionality 
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2013-02-12 12:13 EST
Last Modified:              2013-02-12 12:13 EST
====================================================================== 
Summary:                    Depending on vtkWrapPython module breaks vtk
__init__.py
Description: 
If a module depends on vtkWrapPython that causes vtkWrapPython to be in the
middle of the dependency graph and not be the last module configured.

Since vtkWrapPython at configure time writes out the __init__.py file, if it
isn' the last project configured it will only write out a partial set of modules
that should be loaded by python.

The solution could be to move the creation of the __init__.py file out of the
module code, and into VTK's main cmake file.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-02-12 12:13 Robert Maynard New Issue                                    
2013-02-12 12:13 Robert Maynard Status                   backlog => tabled   
2013-02-12 12:13 Robert Maynard Assigned To               => Marcus D. Hanwell
======================================================================




More information about the vtk-developers mailing list