Re: [Pythonmac-SIG] py2app and matplotlib

2008-05-01 Thread Christopher Barker
Ronald, About a month or so ago, you helped me out with this: That load command is for LC_UUID. The version of macholib in subversion should have some support that is (basicly ignoring the entire load command because macholib won't have to change it), could you test that (easy_install macholi

Re: [Pythonmac-SIG] py2app and matplotlib

2008-03-27 Thread Ronald Oussoren
On 27 Mar, 2008, at 1:18, Christopher Barker wrote: ... self.load(fh) File "build/bdist.macosx-10.3-fat/egg/macholib/MachO.py", line 178, in load raise ValueError("Unknown load command: %d" % (cmd_load.cmd,)) ValueError: Unknown load command: 27 > /Users/cbarker/HAZMAT/SmallToolsSVN/ph

[Pythonmac-SIG] py2app and matplotlib

2008-03-26 Thread Christopher Barker
Hi all, I'm having trouble getting py2app to work with matplotlib. There is a matplotlib recipe, but it's out of date, and some things have changed. The first error I got was not being able to find pytz.zoneinfo. As that's in a different place now, I commented it out of the matplotlib.py rec