Re: [Pythonmac-SIG] with libraries compiled with intel compilers, intel libguide.dylib not included

2006-06-20 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] py2app: hints for an easy console window forapplets?

2006-06-20 Thread Ronald Oussoren
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

[Pythonmac-SIG] Converting Type 1 fonts for use with Mac OS X Version 10.4.6

2006-06-20 Thread Daniel McManus
>>> 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

Re: [Pythonmac-SIG] py2app: hints for an easy console window for applets?

2006-06-20 Thread Bob Ippolito
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

[Pythonmac-SIG] py2app: hints for an easy console window for applets?

2006-06-20 Thread Russell E. Owen
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

Re: [Pythonmac-SIG] with libraries compiled with intel compilers, intel libguide.dylib not included

2006-06-20 Thread Dan White
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

Re: [Pythonmac-SIG] with libraries compiled with intel compilers, intel libguide.dylib not included

2006-06-20 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] with libraries compiled with intel compilers, intel libguide.dylib not included

2006-06-20 Thread Dan White
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