Re: [Pythonmac-SIG] Using UKKQueue with PyObjC

2005-03-08 Thread Florian Munz
Bob Ippolito <[EMAIL PROTECTED]> wrote: > It's automatically generated from the Xcode project and is a relatively > general solution, so it's not minimal. Works fine with --alias here, > you should try it with py2app svn trunk. Okay, since I'm am not using XCode I thought there must be a simpler

[Pythonmac-SIG] Pygame installation

2005-03-08 Thread Cameron Laird
I want Pygame for OS X (10.3, preferably). http://www.pygame.org/download.shtml > appears to direct me to http://undefined.org/python/pimp/ >, but I can't reach undefined.org (or www.undefined.org, or ...). I've written Pygame lead Pete Shinners. I've received no response. I'm open to suggestio

Re: [Pythonmac-SIG] Using UKKQueue with PyObjC

2005-03-08 Thread Bob Ippolito
On Mar 8, 2005, at 10:54, Florian Munz wrote: Bob Ippolito <[EMAIL PROTECTED]> wrote: It's automatically generated from the Xcode project and is a relatively general solution, so it's not minimal. Works fine with --alias here, you should try it with py2app svn trunk. Okay, since I'm am not using

Re: [Pythonmac-SIG] Pygame installation

2005-03-08 Thread Bob Ippolito
On Mar 8, 2005, at 12:36, Cameron Laird wrote: I want Pygame for OS X (10.3, preferably). http://www.pygame.org/download.shtml > appears to direct me to http://undefined.org/python/pimp/ >, but I can't reach undefined.org (or www.undefined.org, or ...). I've written Pygame lead Pete Shinners. I'

Re: [Pythonmac-SIG] Using UKKQueue with PyObjC

2005-03-08 Thread Florian Munz
Bob Ippolito <[EMAIL PROTECTED]> wrote: > You forgot to specify WHICH notification in Converter.. you're saying > "add my documentChanged: selector as an observer to... nothing". The object and name are None, because I want to listen to all notifications (just for this test, but adding a specific

Re: [Pythonmac-SIG] Using UKKQueue with PyObjC

2005-03-08 Thread Bob Ippolito
On Mar 8, 2005, at 15:35, Florian Munz wrote: Bob Ippolito <[EMAIL PROTECTED]> wrote: You forgot to specify WHICH notification in Converter.. you're saying "add my documentChanged: selector as an observer to... nothing". The object and name are None, because I want to listen to all notifications (j

Re: [Pythonmac-SIG] Using UKKQueue with PyObjC

2005-03-08 Thread Florian Munz
Bob Ippolito <[EMAIL PROTECTED]> wrote: > What you need to do here is: > (a) implement a __del__ that removes it as an observer or otherwise > ensure that the Controller object is never an observer after it's dead > (i.e. by making sure it never dies, or removing it manually before it > goes away

Re: [Pythonmac-SIG] Using UKKQueue with PyObjC

2005-03-08 Thread Bob Ippolito
On Mar 8, 2005, at 16:59, Florian Munz wrote: Bob Ippolito <[EMAIL PROTECTED]> wrote: What you need to do here is: (a) implement a __del__ that removes it as an observer or otherwise ensure that the Controller object is never an observer after it's dead (i.e. by making sure it never dies, or removi

[Pythonmac-SIG] Installer mpkg repository moved

2005-03-08 Thread Bob Ippolito
I've moved my repository of installer packages for Mac OS X Python to: http://pythonmac.org/packages/ Of particular interest is a new matplotlib package from Chris Barker: """ This is an upgrade to matplotlib 0.72.1, and it should work with Agg, Wx and TK (not PyGTK). I haven't included Numeric t

[Pythonmac-SIG] Weirdness with ld/PyQt-Mac build

2005-03-08 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm working on a new build of PyQt-Mac. Everything seemed to build fine (Qt 3.3.4, latest versions of QScintilla, SIP, and PyQt), and install without incident. However, PyQt applications no longer launch: it seems they don't see libqscintilla. Here's a

Re: [Pythonmac-SIG] Weirdness with ld/PyQt-Mac build

2005-03-08 Thread Bob Ippolito
On Mar 8, 2005, at 11:00 PM, Kevin Walzer wrote: I'm working on a new build of PyQt-Mac. Everything seemed to build fine (Qt 3.3.4, latest versions of QScintilla, SIP, and PyQt), and install without incident. However, PyQt applications no longer launch: it seems they don't see libqscintilla. Here's