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
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
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
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