[Pythonmac-SIG] matplotlib fat binary

2006-07-16 Thread Charlie Moad
Could you please update the py24-fat listing with the latest matplotlib build? https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474&release_id=431354 Thanks, Charlie ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org h

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

Re: [Pythonmac-SIG] detecting mounted disks

2006-07-16 Thread Henning Hraban Ramm
Am 2006-07-16 um 19:06 schrieb Bob Ippolito: > On Jul 16, 2006, at 4:28 AM, Henning Hraban Ramm wrote: > >> How can I detect if an entry in MacOSX's /Volumes (or more generally: >> any mount point in a UNIX-like OS) is... >> - a local harddisk >> - a network volume >> - a CD/DVD-ROM >> - something

Re: [Pythonmac-SIG] detecting mounted disks

2006-07-16 Thread Bob Ippolito
On Jul 16, 2006, at 4:28 AM, Henning Hraban Ramm wrote: > How can I detect if an entry in MacOSX's /Volumes (or more generally: > any mount point in a UNIX-like OS) is... > - a local harddisk > - a network volume > - a CD/DVD-ROM > - something other (USB stick...) > ? > > I guess I could get some

Re: [Pythonmac-SIG] Installing NumPy

2006-07-16 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel Levine wrote: > I am trying to get up and running under Mac10.4 with the Intel chip. > > My old code runs on my 10.3 machine. On this machine, it can not find > Numeric. > > That's reasonable: It isn't there. > > If I copy the contents of my ol

[Pythonmac-SIG] detecting mounted disks

2006-07-16 Thread Henning Hraban Ramm
How can I detect if an entry in MacOSX's /Volumes (or more generally: any mount point in a UNIX-like OS) is... - a local harddisk - a network volume - a CD/DVD-ROM - something other (USB stick...) ? I guess I could get some info from 'mount', but isn't there already a Python function? o.path's

[Pythonmac-SIG] Installing NumPy

2006-07-16 Thread Joel Levine
I am trying to get up and running under Mac10.4 with the Intel chip. My old code runs on my 10.3 machine. On this machine, it can not find Numeric. That's reasonable: It isn't there. If I copy the contents of my old Numeric folder to a proper location, Python simply dies when I try to import