[Pythonmac-SIG] Building universal PyOpenGL

2006-06-21 Thread Kent Quirk
Hi. I got my new MacBook and looked on pythonmac.org for prebuilt packages for universal python 2.4.3. I've got wxPython and it seems to work, but I also need PyOpenGL, and it's not listed up there. So I got the source and I'm trying to build it. The problem is that it's not building -- many of

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

2006-06-21 Thread Ronald Oussoren
On 21-jun-2006, at 3:14, Daniel McManus wrote: 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 h

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

2006-06-21 Thread corporate user
My comments assume you are moving from an older Mac OS system. I brought all my Type1 PostScript fonts with me when we switched to OS X. The Apple Type Solution Server recognizes the fonts just fine. Watch your file permissions once they are in Darwin/OS X. Fonts do not need to be executabl

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

2006-06-21 Thread Dan White
On 21 Jun 2006, at 09:29, Ronald Oussoren wrote: > > 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 corr

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

2006-06-21 Thread Ronald Oussoren
On Wednesday, June 21, 2006, at 10:36AM, Dan White <[EMAIL PROTECTED]> wrote: >> BTW. A better fix would be to rewrite the install_name of the >> libguide.dylib in /opt/intel/cc/.../, then py2app would automaticly >> copy the library and rewrite the install_name. > >here is the license from

[Pythonmac-SIG] python 2.5b1

2006-06-21 Thread Ronald Oussoren
Python 2.5b1 was released today, get it while it's hot: Of particular interest to the mac community: * Includes the new icons * universal binary * IDLE L&F sucks less, you'll even be able to use IDLE as the default editor for .py/.pyw fil

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

2006-06-21 Thread Dan White
On 21 Jun 2006, at 11:35, Dan White wrote: > > 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

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

2006-06-21 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-21 Thread Dan White
On 21 Jun 2006, at 09:29, Ronald Oussoren wrote: > > 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 corr