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
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
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
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
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
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
On Mar 7, 2005, at 5:11 PM, Florian Munz wrote:
Hi,
I'm currently trying to use the UKKQueue class to monitor file changes
from my PyObjC application.
After some fiddling I got the basics working, but encountered some
problems and questions:
* What is the minimal way to include such an ObjC wrapper
Hi,
I'm currently trying to use the UKKQueue class to monitor file changes
from my PyObjC application.
After some fiddling I got the basics working, but encountered some
problems and questions:
* What is the minimal way to include such an ObjC wrapper class with
py2app? I am using the setup.py f