|
From: Russell E. O. <ro...@ce...> - 2005-10-11 20:32:31
|
In article <434...@st...>, Todd Miller <jm...@st...> wrote: > Russell E. Owen wrote: > > >If I convert my python code to an application (Windows via py2exe or Mac > >via bundlebuilder) it fails with the following error: > > > >Fatal Python error: Call to API function without first calling > >import_libnumarray() in Src/_convmodule.c >... > >I can force *all* of numarray into the application, which avoids the >... > Unfortunately, I think it's just necessary to (a) include all of core > numarray and (b) help out automated tools (which choke on circular > dependencies) by explicitly listing numarray's core extensions. Is there some practical way to include all of core numarray (without getting the unused extensions)? Could "import numarray" itself do the importing of core numarray? Then automatic packaging tools would "just work". -- Russell |