Re: [Numpy-discussion] Problem with numpy on Leopard

2007-11-01 Thread Ned Deily
s to multiple users on multiple machines. Controlling all those environments isn't so easy. Deploying apps and components as eggs using setuptools is one way to simplify that problem; building standalone OSX apps with embedded stripped-down Python runtimes and

Re: [Numpy-discussion] Problem with numpy on Leopard

2007-11-01 Thread Ned Deily
an with an installer that has to manage library dependencies makes the extra disk space a small price to pay. Or, at least, that's what we're encouraged to believe. I do after seeing problems like the one you're wrestling with now. -- Ned Deily, [EMAIL PROTECTED] _