[Pythonmac-SIG] pyobjc class

2007-05-15 Thread julien ricard
hi, I'm trying to convert the objective-c class iTunesConnection.h shown below to a pyobjc class. What I've done so far is shown in iTunesConnection.py. The following line nc.addObserver_selector_name_object_(self, selector(updateNow), u"com.apple.iTunes.playerInfo",None) returns an error: "glob

[Pythonmac-SIG] Fwd: pyobjc class

2007-05-15 Thread Nehemiah Dacres
-- Forwarded message -- From: Nehemiah Dacres <[EMAIL PROTECTED]> Date: May 15, 2007 1:16 PM Subject: Re: [Pythonmac-SIG] pyobjc class To: julien ricard <[EMAIL PROTECTED]> that @ symbol means that the term is a compiler directive, in other words, its a reserved word in the Object