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