Simon Brunning wrote:
> On 9/22/06, Christopher Barker <[EMAIL PROTECTED]> wrote:
>>  > I can build most of them myself
>>
>> If you do, please contribute them by sending them to Bob I.
> 
> As in, I can do "setup.py install" and install them for myself. How do
> I build a distributable package?

Get Py2app, then use:

bdist_mpkg

For the easy ones, that's all there is to it. The trick is when a 
package has other dependencies. In that case, we try to build it 
statically linked with those. This gets tricky with the Universal build, 
as you need the dependencies to be Universal too.

-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  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to