[Pythonmac-SIG] F2PY, F90, and Mac os x Tiger: linking problem

2006-03-29 Thread Louis Wicker
All: last year (twice) I posted a question on several groups looking for an answer about an error with trying linking F2PY with XLF 8.1 on Mac OS X Tiger. I have been busy with other developments, but I thought I would post that it is now working (after I finally gave a couple things a try)

[Pythonmac-SIG] Wiki Formatting

2006-03-29 Thread Christopher Barker
Hi all, I've been working on a new Wiki page for info about packages on the new Universal build: http://pythonmac.org/wiki/UniversalPackages Something is up with the formatting: I have both: === A heading === = A less important heading = But they both look the same. Am I doing something wr

Re: [Pythonmac-SIG] NSUncaughtRuntimeErrorException and NSArrayController

2006-03-29 Thread Bob Ippolito
On Mar 29, 2006, at 3:28 PM, Saggau wrote: > Hi folks. I've done a load of googling after getting SIG(variable) > errors > when adding and removing objects to/from an arrayController in > pyobjc and can't seem > to figure this one out. I've tried the pyobjc list and have no > response so

Re: [Pythonmac-SIG] How to get MacOS X version?

2006-03-29 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Bob Ippolito <[EMAIL PROTECTED]> wrote: > On Mar 29, 2006, at 10:54 AM, Russell E. Owen wrote: > > > How can I get the version of MacOS X within a python program? > > (e.g. 10.4.5 -- something that is recognizable, rather than the kernel > > version) > > plat

[Pythonmac-SIG] NSUncaughtRuntimeErrorException and NSArrayController

2006-03-29 Thread Saggau
Hi folks. I've done a load of googling after getting SIG(variable) errorswhen adding and removing objects to/from an arrayController in pyobjc and can't seemto figure this one out. I've tried the pyobjc list and have no response so far. Apologies for cross-posting and please let me know if I'm

Re: [Pythonmac-SIG] How to get MacOS X version?

2006-03-29 Thread Kent Quirk
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Russell E. Owen Sent: Wednesday, March 29, 2006 1:55 PM How can I get the version of MacOS X within a python program? (e.g. 10.4.5 -- something that is recognizable, rather than the kernel version). P.S.

Re: [Pythonmac-SIG] Bulding numpy with the Universal Build

2006-03-29 Thread Ronald Oussoren
On 29-mrt-2006, at 21:14, Robert Kern wrote: > Ronald Oussoren wrote: >> On 28-mrt-2006, at 23:18, Christopher Barker wrote: >> >>> Hi all, >>> >>> I'm embarking on the project of building the various packages I need >>> with the new Universal Build. I've set up a Wiki page to keep >>> track of

Re: [Pythonmac-SIG] How to get MacOS X version?

2006-03-29 Thread Bob Ippolito
On Mar 29, 2006, at 10:54 AM, Russell E. Owen wrote: > How can I get the version of MacOS X within a python program? > (e.g. 10.4.5 -- something that is recognizable, rather than the kernel > version). > > In theory I can get it from gestalt, but I haven't figured out how > to do > it via the C

Re: [Pythonmac-SIG] Bulding numpy with the Universal Build

2006-03-29 Thread David M. Cooke
Ronald Oussoren <[EMAIL PROTECTED]> writes: > On 28-mrt-2006, at 23:18, Christopher Barker wrote: > >> Hi all, >> >> I'm embarking on the project of building the various packages I need >> with the new Universal Build. I've set up a Wiki page to keep track of >> what I (and others) have done. Plea

Re: [Pythonmac-SIG] Bulding numpy with the Universal Build

2006-03-29 Thread Ronald Oussoren
On 29-mrt-2006, at 20:56, David M. Cooke wrote: > > Numpy's unit tests can be run by > import numpy numpy.test() Duh, how obvious can it get. Thanks for the tip! Ronald > > -- > |>|\/|< > /- > -\ > |David M. Co

Re: [Pythonmac-SIG] Bulding numpy with the Universal Build

2006-03-29 Thread Robert Kern
Ronald Oussoren wrote: > On 28-mrt-2006, at 23:18, Christopher Barker wrote: > >>Hi all, >> >>I'm embarking on the project of building the various packages I need >>with the new Universal Build. I've set up a Wiki page to keep track of >>what I (and others) have done. Please take a look if you are

[Pythonmac-SIG] How to get MacOS X version?

2006-03-29 Thread Russell E. Owen
How can I get the version of MacOS X within a python program? (e.g. 10.4.5 -- something that is recognizable, rather than the kernel version). In theory I can get it from gestalt, but I haven't figured out how to do it via the Carbon package, or even if it's possible. Any hints? -- Russell P.

Re: [Pythonmac-SIG] Bulding numpy with the Universal Build

2006-03-29 Thread Ronald Oussoren
On 28-mrt-2006, at 23:18, Christopher Barker wrote: > Hi all, > > I'm embarking on the project of building the various packages I need > with the new Universal Build. I've set up a Wiki page to keep track of > what I (and others) have done. Please take a look if you are > interested, > and add