From: Eric F. <ef...@ha...> - 2009-02-24 23:10:51
|
Chris Barker wrote: > Hi all, > > I just ran into an issue with py2exe -- my app failed because various > numpy sub-packages weren't included. However, I wasn't using them. But > it failed because numerix imports them, and they weren't included > because it imports them with __import__ > > Anyway, I can work around this, but it made me wonder: is it time to > retire numerix? We all should be using numpy anyway. It has been purged from the svn trunk. Now, if you can run your app after building from svn, it should become obvious where the numerix import was coming from, assuming it was in your app or in some package it imports. Eric |