[Pythonmac-SIG] macholib example

2005-08-25 Thread ah
Hello all, Does someone have a usage example of macholib for Re-writing all Libraries in a directory with @executable_path ? Any info would be greatly appreciated. Arye. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/

[Pythonmac-SIG] general bundle question

2005-09-02 Thread ah
Hello all,   Can someone on the list be kind enough to explain why my bundle (created with bundlebuider) won't start when I double click it in the finder or when I type : >open MyApp.app   but runs fine when I type : >MyApp.app/Contents/MacOs/Myapp in a terminal window.   The icon of my bund

[Pythonmac-SIG] how to build libpython2.4.dylib

2006-09-14 Thread ah
Hello all, Sorry if this question has been asked before. How can I build (or get) libpython2.4.dylib instead of libpython2.4.a ? I am running Mac Os X 10.3.9. Any info is greatly appreciated. Arye. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.or

Re: [Pythonmac-SIG] how to build libpython2.4.dylib

2006-09-15 Thread ah
>> On Sep 14, 2006, at 7:22 PM, ah wrote: >> >>> Hello all, >>> >>> Sorry if this question has been asked before. >>> How can I build (or get) libpython2.4.dylib instead of libpython2.4.a ? >>> >>> I am running Mac Os X 10.3.9. >