Re: [Pythonmac-SIG] Packaging numpy with py2app

2006-07-18 Thread Bob Ippolito
On Jul 18, 2006, at 9:16 PM, Robert Kern wrote: > Josh Marshall wrote: >> so it seems like the entire purpose of PackageLoader is to make life >> difficult for me, just to save a few lines of typing. :) Seriously, >> can a numpy developer tell me why PackageLoader is necessary? > > I can't think

Re: [Pythonmac-SIG] Packaging numpy with py2app

2006-07-18 Thread Robert Kern
Josh Marshall wrote: > so it seems like the entire purpose of PackageLoader is to make life > difficult for me, just to save a few lines of typing. :) Seriously, > can a numpy developer tell me why PackageLoader is necessary? I can't think of a good reason why it's used in __init__.py the way

Re: [Pythonmac-SIG] Packaging numpy with py2app

2006-07-16 Thread Bob Ippolito
On Jul 16, 2006, at 5:22 PM, Josh Marshall wrote: > Back in December last year, I was building a PyObjC application that > embedded numpy (scipy_core at the time), scipy and matplotlib. I ran > into a few issues doing so, some of which were resolved. One was the > inability for scipy to run from

[Pythonmac-SIG] Packaging numpy with py2app

2006-07-16 Thread Josh Marshall
Back in December last year, I was building a PyObjC application that embedded numpy (scipy_core at the time), scipy and matplotlib. I ran into a few issues doing so, some of which were resolved. One was the inability for scipy to run from a zipped site-packages. I worked around this by expa