Re: [Pythonmac-SIG] Building universal PyOpenGL

2006-06-22 Thread Ronald Oussoren
On 22-jun-2006, at 5:11, Kent Quirk wrote: > 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.

[Pythonmac-SIG] Embedded Quartz Composer and cocoa notifications

2006-06-22 Thread Jonathan
Hi again, folks.I'm trying to setup notifications from an embedded Quartz Composer file similar to    http://developer.apple.com/technotes/tn2005/tn2146.html#TNTAG8 In my app delegate I have:...class QCPySightAppDelegate(NibClassBuilder.AutoBaseClass):    def init(self):    self = super(QCPySig

Re: [Pythonmac-SIG] Building universal PyOpenGL

2006-06-22 Thread Jonathan
Not that it's likely to help in your situation, but I thought I would throw this out there for the google index:You can use GLUT / openGL in PyObjC through loading the included frameworks in OS X.JS On 6/22/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: On 22-jun-2006, at 5:11, Kent Quirk wrote:> H

Re: [Pythonmac-SIG] Embedded Quartz Composer and cocoa notifications

2006-06-22 Thread Ronald Oussoren
On 22-jun-2006, at 11:31, Jonathan wrote: > > I get this error: > > Traceback (most recent call last): > File "/Volumes/Docs/Users/jonathan/svnCheckouts/main/scmac/trunk/ > QCPySight/QCPySightAppDelegate.py", line 54, in > applicationDidFinishLaunching_ > self._observePatchController() >

Re: [Pythonmac-SIG] python 2.5b1

2006-06-22 Thread Konrad Hinsen
On Jun 21, 2006, at 10:42, Ronald Oussoren wrote: > Python 2.5b1 was released today, get it while it's hot: > > Thanks for providing the binaries! I installed them this morning and everything seems to work fine. However, I wasn't very pleas

Re: [Pythonmac-SIG] Building universal PyOpenGL

2006-06-22 Thread Kent Quirk
Ronald Oussoren wrote: > > On 22-jun-2006, at 5:11, Kent Quirk wrote: > >> 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 sou

Re: [Pythonmac-SIG] python 2.5b1

2006-06-22 Thread Russell Finn
On 6/22/06, Konrad Hinsen <[EMAIL PROTECTED]> wrote: > I wasn't very pleased to see that the installation modifies > my ~/.profile to insert /Library/Frameworks/Python.framework/Versions/ > Current/bin at the front of $PATH. I don't expect any software > installation to mess around with my ~/.profi

Re: [Pythonmac-SIG] python 2.5b1

2006-06-22 Thread Ronald Oussoren
On 22-jun-2006, at 12:15, Konrad Hinsen wrote: > On Jun 21, 2006, at 10:42, Ronald Oussoren wrote: > >> Python 2.5b1 was released today, get it while it's hot: >> >> > > Thanks for providing the binaries! > > I installed them this morning and

Re: [Pythonmac-SIG] python 2.5b1

2006-06-22 Thread Ronald Oussoren
On 22-jun-2006, at 15:38, Russell Finn wrote: > On 6/22/06, Konrad Hinsen <[EMAIL PROTECTED]> wrote: >> I wasn't very pleased to see that the installation modifies >> my ~/.profile to insert /Library/Frameworks/Python.framework/ >> Versions/ >> Current/bin at the front of $PATH. I don't expect a

Re: [Pythonmac-SIG] python 2.5b1

2006-06-22 Thread Konrad Hinsen
On Jun 22, 2006, at 19:20, Ronald Oussoren wrote: > You can't please them all :-(. I'll add a warning to the readme > text in the installer. You can turn this feature of during > installation, the profile-editing step is a seperate package that > you can disable using the 'Customize' button.

Re: [Pythonmac-SIG] python 2.5b1

2006-06-22 Thread Ronald Oussoren
On 22-jun-2006, at 19:37, Konrad Hinsen wrote: > On Jun 22, 2006, at 19:20, Ronald Oussoren wrote: > >> You can't please them all :-(. I'll add a warning to the readme >> text in the installer. You can turn this feature of during >> installation, the profile-editing step is a seperate package

[Pythonmac-SIG] Altering .profile during installation--a question

2006-06-22 Thread Russell E. Owen
As was recently discussed the 2.5b1 installer modifies .profile to put the framework python's bin directory on the path. But...what happens if one runs the installer again, or installs a later python. Does it somehow realize modification has already been done and need not be done again? If it

Re: [Pythonmac-SIG] Altering .profile during installation--a question

2006-06-22 Thread Bob Ippolito
On Jun 22, 2006, at 2:39 PM, Russell E. Owen wrote: > As was recently discussed the 2.5b1 installer modifies .profile to put > the framework python's bin directory on the path. > > But...what happens if one runs the installer again, or installs a > later > python. Does it somehow realize modific