From: Geoffrey F. <fu...@sl...> - 2000-05-15 07:26:35
|
Update of /cvsroot/plplot/plplot/bindings/python In directory slayer.i.sourceforge.net:/tmp/cvs-serv21751 Modified Files: plmodule.c Log Message: Don't include plmodule2.c, that can be compiled seperately. Distutils makes all such matters a lot easier. Remember to "import_array()" in the initpl() function. This is needed in the new python extension module interaction paradigm, if one module makes calls to another, both of which are dynloaded. |