Re: [Pythonmac-SIG] Wiki Formatting

2006-03-31 Thread Ronald Oussoren
On 31-mrt-2006, at 0:38, Christopher Barker wrote: > Ronald Oussoren wrote: >> I'd prefer not to have seperate Intel and PPC binaries. Would merging >> seperate >> Intel and PPC builds be of any use? > > Yes, though I'm not sure what you mean by merging. > > Do you mean lipo'ing them together? or

Re: [Pythonmac-SIG] Wiki Formatting

2006-03-30 Thread Charles Hartman
Chris,Are you still planning to work on wxPython? That would be great -- I can't really use the Universal Python till that works too. I'd be glad to help, and I'm not lazy -- but I sure am ignorant, so I don't think I have much to contribute to this.Charles HartmanOn Mar 30, 2006, at 5:38 PM, Chris

Re: [Pythonmac-SIG] Wiki Formatting

2006-03-30 Thread Christopher Barker
Ronald Oussoren wrote: > I'd prefer not to have seperate Intel and PPC binaries. Would merging > seperate > Intel and PPC builds be of any use? Yes, though I'm not sure what you mean by merging. Do you mean lipo'ing them together? or having separate builds in one *.mpkg? Ideally, we could get i

Re: [Pythonmac-SIG] Wiki Formatting

2006-03-30 Thread Ronald Oussoren
On 30-mrt-2006, at 22:17, Christopher Barker wrote: > > > Jordan Mantha wrote: >> I think you want is: >> >> = A Heading = >> >> == A less important heading == > > Thanks. Did someone go fix that? > >> have had a lot of difficulties with the apps on >> that wiki page (I a few data analysis script

Re: [Pythonmac-SIG] Wiki Formatting

2006-03-30 Thread Christopher Barker
Jordan Mantha wrote: > I think you want is: > > = A Heading = > > == A less important heading == Thanks. Did someone go fix that? > have had a lot of difficulties with the apps on > that wiki page (I a few data analysis scripts using SciPy). SciPy is a challenge! > I finally got Numpy > a

Re: [Pythonmac-SIG] Wiki Formatting

2006-03-30 Thread Jordan Mantha
Christopher Barker wrote: > 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 =

[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