[Pythonmac-SIG] Flat namespace problem

Marcel Prastawa prastawa@cs.unc.edu
Sun, 27 Jan 2002 16:40:53 -0500


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