Re: [Pythonmac-SIG] [Matplotlib-users] Matplotlib Universal Package

2006-05-23 Thread Samuel M. Smith
Well, I gave up. I regressed and installed numpy 0.9.6 from the package installer and looks like matplotlib works now. It sure blows my confidence when two months go by and there are enough changes that I can't install from source anymore. I would like to try again but it would be nice to know

Re: [Pythonmac-SIG] [Matplotlib-users] Matplotlib Universal Package

2006-05-23 Thread Samuel M. Smith
So I could either regress numpy or build Matplotlib from source. Since I like being able to get the latest bug fixes for Matplotlib and the last time I build it from svn it went without a hitch, I decided to try to build Matplotlib from source. Unfortunately it didn't work this time. I get th

[Pythonmac-SIG] NSView.adjustScroll_ crashes

2006-05-23 Thread Thorsten Kohnhorst
Hello, I am trying to adjust the scrolling of a custom NSTableView within the adjustScroll_ method. But my App crashes sooner or later when I overwrite this method (it crashes sooner if I draw a lot of NSBezierPaths in the table cells). I tried to return a newly created NSRect as well as a tup

Re: [Pythonmac-SIG] [Matplotlib-users] Matplotlib Universal Package

2006-05-23 Thread Samuel M. Smith
Charlie, I finally had some time to update my python matplotlib installation. I installed Universal Python 2.4.3-2006-04-07.dmg numpy 0.9.8 from source wxPython2.6-osx-unicode-2.6.3.2rc2-universal10.4-py.2.4.dmg wxPython2.6-osx-ansi-2.6.3.2rc2-universal10.4.py2.4.dmg Iipython 0.7.1.fix1 was alre

Re: [Pythonmac-SIG] [Matplotlib-users] Matplotlib Universal Package

2006-05-23 Thread Charlie Moad
Yeah, mpl 0.87.2 was built with numpy 0.9.6. I don't think a new matplotlib release is in the near future unless the new numpy warrants a minor bump. - Charlie On 5/23/06, Samuel M. Smith <[EMAIL PROTECTED]> wrote: > Charlie, > > I finally had some time to update my python matplotlib installatio

Re: [Pythonmac-SIG] py2app corrupting libraries -- patch for bug in py2app 2.5

2006-05-23 Thread Ronald Oussoren
On 23-mei-2006, at 18:08, Bob Ippolito wrote: > > On May 23, 2006, at 2:09 PM, Ronald Oussoren wrote: > >> >> On 23-mei-2006, at 14:56, Kent Quirk wrote: >> >>> This is a patch and explanation (written by one of my co-workers) >>> related to a question I posted to this list on 5/10. >> >> It migh

Re: [Pythonmac-SIG] Latest Py2app?

2006-05-23 Thread Bob Ippolito
On May 23, 2006, at 4:00 PM, Christopher Barker wrote: > Hi all (and particularly Bob) > > Where can I get the latest Py2app? > > This page is pretty out of date: > > http://undefined.org/python/py2app.html > > It sounds like we need to do a little more testing of Py2app with the > Universal buil

Re: [Pythonmac-SIG] py2app corrupting libraries -- patch for bug in py2app 2.5

2006-05-23 Thread Bob Ippolito
On May 23, 2006, at 2:09 PM, Ronald Oussoren wrote: > > On 23-mei-2006, at 14:56, Kent Quirk wrote: > >> This is a patch and explanation (written by one of my co-workers) >> related to a question I posted to this list on 5/10. > > It might be just me, but I don't really understand why py2app trie

[Pythonmac-SIG] Latest Py2app?

2006-05-23 Thread Christopher Barker
Hi all (and particularly Bob) Where can I get the latest Py2app? This page is pretty out of date: http://undefined.org/python/py2app.html It sounds like we need to do a little more testing of Py2app with the Universal build, and I'd love to do that, plus, I need it! -Chris -- Christopher

Re: [Pythonmac-SIG] py2app corrupting libraries -- patch for bug in py2app 2.5

2006-05-23 Thread Ronald Oussoren
On 23-mei-2006, at 14:56, Kent Quirk wrote: > This is a patch and explanation (written by one of my co-workers) > related to a question I posted to this list on 5/10. It might be just me, but I don't really understand why py2app tries to thin architectures in the first place. The only file it

[Pythonmac-SIG] py2app corrupting libraries -- patch for bug in py2app 2.5

2006-05-23 Thread Kent Quirk
This is a patch and explanation (written by one of my co-workers) related to a question I posted to this list on 5/10. We have a Python application with a number of C++ extension modules, some of which dynamically load other C++ modules, all of which reference additional C++ frameworks we've bui