Re: [Pythonmac-SIG] Building a PreferencePane with PyObjC?

2009-04-20 Thread Bill Janssen
Ronald Oussoren wrote: > If you don't add the IBAction decorator Interface Builder won't show > your action methods as actions when you ctrl-drag a connection to an > instance of your class. Thanks, Ronald. So this is part of what IB looks for when you tell it to scan the class files. I've bee

Re: [Pythonmac-SIG] Building a PreferencePane with PyObjC?

2009-04-20 Thread Ronald Oussoren
On 20 Apr, 2009, at 17:24, Bill Janssen wrote: Ronald Oussoren wrote: If you don't add the IBAction decorator Interface Builder won't show your action methods as actions when you ctrl-drag a connection to an instance of your class. Thanks, Ronald. So this is part of what IB looks for when

Re: [Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-20 Thread Christopher Barker
Pascal Schaedeli wrote: Here is the temporary solution I've found for my case. Still looking for better suggestions. my main suggestion is to "don't do that". A few notes: 1) Ned's right -- DO NOT put stuff in /usr/lib -- use /usr/local/lib, if at all. To recap, my problem is that by defaul