Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-17 Thread Bob Ippolito
On Jul 17, 2006, at 10:01 PM, Josh Marshall wrote: > Thanks Bob, > > On 18/07/2006, at 2:01 PM, Bob Ippolito wrote: >> To do "includes", you need to manipulate the modulegraph instance. >> Take a look at the docutils recipe for an example. 'packages' is >> in the return value because that nee

Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-17 Thread Josh Marshall
Thanks Bob, On 18/07/2006, at 2:01 PM, Bob Ippolito wrote: > To do "includes", you need to manipulate the modulegraph instance. > Take a look at the docutils recipe for an example. 'packages' is in > the return value because that need to be dealt with by py2app, not > modulegraph. Can you ch

Re: [Pythonmac-SIG] Psycopg2 package fails on Intel Mac

2006-07-17 Thread Bob Ippolito
On Jul 17, 2006, at 8:49 PM, [EMAIL PROTECTED] wrote: > Howdy folks -- > > It appears that the psycopg2 package at pythonmac.org/packages > doesn't work on (my) MacIntel: > > [EMAIL PROTECTED]:~$ python > Python > 2.4.3 (#1, Apr 7 2006, 10:54:33) > [GCC 4.0.1 (Apple Computer, Inc. bu

Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-17 Thread Bob Ippolito
On Jul 17, 2006, at 7:01 PM, Josh Marshall wrote: > Hi Chris, Bob, > > It really wasn't that difficult in the end to write the recipes. > I've attached them below. Note that these are tested against > py2app-0.3.1 (with my site-packages monkey patch) since I can't > seem to reach the svn re

[Pythonmac-SIG] Psycopg2 package fails on Intel Mac

2006-07-17 Thread jacobian . 33809303
Howdy folks -- It appears that the psycopg2 package at pythonmac.org/packages doesn't work on (my) MacIntel: [EMAIL PROTECTED]:~$ python Python 2.4.3 (#1, Apr 7 2006, 10:54:33) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credits" or "licens

Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-17 Thread Bob Ippolito
On Jul 17, 2006, at 4:34 PM, Christopher Barker wrote: > OK, > > As is usual with this stuff, I've figured it out. I poked into some of > the py2app examples, and found one with py2app options set. Here's > what > works (at least with svn trunk, I haven't tried it with 0.3.1): > > #!/usr/bin/en

Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-17 Thread Bob Ippolito
On Jul 17, 2006, at 4:21 PM, Christopher Barker wrote: >> On Jul 16, 2006, at 5:22 PM, Josh Marshall wrote: > >>> I managed to get it working again, which required: >>> 1) Setting packages=['matplotlib','numpy'] in setup.py's options for >>> py2app. > > where did you so this? I have this simple s

Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-17 Thread Christopher Barker
OK, As is usual with this stuff, I've figured it out. I poked into some of the py2app examples, and found one with py2app options set. Here's what works (at least with svn trunk, I haven't tried it with 0.3.1): #!/usr/bin/env python2.4 """ setup.py - script for building Simple CameoWeb test Us

Re: [Pythonmac-SIG] [Numpy-discussion] Packaging numpy with py2app

2006-07-17 Thread Christopher Barker
Josh, Have you gotten this working yet? I can't get a very simple numpy-using script to work. MPL will come later for me. > On Jul 16, 2006, at 5:22 PM, Josh Marshall wrote: >> I managed to get it working again, which required: >> 1) Setting packages=['matplotlib','numpy'] in setup.py's option

Re: [Pythonmac-SIG] how big is fat?

2006-07-17 Thread Bob Ippolito
On Jul 17, 2006, at 10:52 AM, Christopher Barker wrote: > And by the way, > > Is there a reason not to have a setuptools mpgk on pythonmac.org? Yes, there probably never will be. setuptools should be installed using its own means so it can properly upgrade itself. bdist_mpkg packages aren't

Re: [Pythonmac-SIG] how big is fat?

2006-07-17 Thread Bob Ippolito
On Jul 17, 2006, at 10:47 AM, Christopher Barker wrote: > Bob Ippolito wrote: >> You must not be using py2app 0.3. I can't help you unless you are >> using the latest version. > > >> See this message for installation instructions. >> http://mail.python.org/pipermail/pythonmac-sig/2006-July/017

[Pythonmac-SIG] Memory errors implementing an NSCell to show colors in an NSTableView

2006-07-17 Thread Josh Marshall
I have been trying to get an application using PyObjC to display colors in an NSTableView. In my searching around, it seems the consensus is "NSColorWell isn't an NSCell, create your own subclass of NSCell which just shows the color." So, with no further information, I tried this with an NSC

Re: [Pythonmac-SIG] how big is fat?

2006-07-17 Thread Christopher Barker
And by the way, Is there a reason not to have a setuptools mpgk on pythonmac.org? -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 9811

Re: [Pythonmac-SIG] how big is fat?

2006-07-17 Thread Christopher Barker
Bob Ippolito wrote: > You must not be using py2app 0.3. I can't help you unless you are > using the latest version. > See this message for installation instructions. > http://mail.python.org/pipermail/pythonmac-sig/2006-July/017766.html There is a package for Py2App 0.2.5 on pythonmac.org. Per

Re: [Pythonmac-SIG] matplotlib fat binary

2006-07-17 Thread Christopher Barker
Charlie Moad wrote: Thanks, Charlie, you beat me to it. With a quick test, It looks like it works with all the stuff on pythonmac.org (tk, wx, numpy, Numeric, and a numarray I'm about to add there) Bob: when you get a chance, upload this baby to pythonmac.org. I'm about to send you a numarray

Re: [Pythonmac-SIG] Installing NumPy

2006-07-17 Thread Christopher Barker
LALOUX Martin wrote: > why not try ? or even better: http://www.pythonmac.org/packages/py24-fat/index.html numpy 0.9.8 is right there. -CHB -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Poi

Re: [Pythonmac-SIG] Installing NumPy

2006-07-17 Thread LALOUX Martin
why not try ? http://www.scipy.org/Installing_SciPy/Mac_OS_X?highlight=%28%28%28-%2A%29%28%5Cr%29%3F%5Cn%29%28.%2A%29CategoryInstallation%5Cb%29 ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac