On 20-jun-2006, at 23:32, Dan White wrote:
>
>
> what should i rewrite it to be?
> using
> install_name_tool -id ?
> what would make pyapp automatically copy the library and rewrite
> the install_name?
If I understand things correctly the install_name of libguide.dylib
is currently just lib
On Wednesday, June 21, 2006, at 02:32AM, Bob Ippolito <[EMAIL PROTECTED]> wrote:
>On Jun 20, 2006, at 3:45 PM, Russell E. Owen wrote:
>
>> Anyone have simple code to add a console window to drag-and-drop apps
>> made from py2app (or, preferably, py2applet)? I would like stdout/
>> stderr
>> to
>>> I have a large font library of PostScript Type 1 fonts that I
>>> would like to convert so that I can utilize them on my new Mac.
>>>
>>> The operating system on the new computer is Mac OS X Version 10.4.6.
>>>
>>> I have purposely had a SCSI card installed on the new Mac so that
>>> the ha
On Jun 20, 2006, at 3:45 PM, Russell E. Owen wrote:
> Anyone have simple code to add a console window to drag-and-drop apps
> made from py2app (or, preferably, py2applet)? I would like stdout/
> stderr
> to show up on a visible window (rather than mixed in with console
> messages).
That's not tr
Anyone have simple code to add a console window to drag-and-drop apps
made from py2app (or, preferably, py2applet)? I would like stdout/stderr
to show up on a visible window (rather than mixed in with console
messages).
-- Russell
___
Pythonmac-SIG m
On 20 Jun 2006, at 20:40, Ronald Oussoren wrote:
>
> On 20-jun-2006, at 19:08, Dan White wrote:
>
>>
>> On 15 Jun 2006, at 10:55, Ronald Oussoren wrote:
>>
>>>
>>> On 15-jun-2006, at 9:28, Dan White wrote:
>>>
>>>
So yes there are some DYLD_LIBRARY_PATH suff set.
Maybe th
On 20-jun-2006, at 19:08, Dan White wrote:
>
> On 15 Jun 2006, at 10:55, Ronald Oussoren wrote:
>
>>
>> On 15-jun-2006, at 9:28, Dan White wrote:
>>
>>
>>>
>>>
>>> So yes there are some DYLD_LIBRARY_PATH suff set.
>>>
>>> Maybe therein lies the problem...?
>>> Python probably doesn't know about t
On 15 Jun 2006, at 10:55, Ronald Oussoren wrote:
>
> On 15-jun-2006, at 9:28, Dan White wrote:
>
>
>>
>>
>> So yes there are some DYLD_LIBRARY_PATH suff set.
>>
>> Maybe therein lies the problem...?
>> Python probably doesn't know about that stuff?
>
> That might be the problem, and seems to indi