Jack Jansen wrote: > Also, if my understanding is right, this would mean that VTK can't be > built with a framework-based Python. At least, not without fiddling > LDSHARED in your setup.py. Is that correct? VTK is not built with distutils. It has its own Python wrapper generator and Makefile generator. It shouldn't have any issues with a two-level namespace Python. Marcel