[Pythonmac-SIG] python-ldap install difficulties on Mac OS 10.4.2

2005-08-06 Thread brad . allen
(this is posted to both the Python-ldap-dev list and the PythonMac list) I'm running into problems getting Python ldap built and installed on Mac OS 10.4.2. The postings on this subject in the Python-ldap list were from people who found that they had to build and install OpenLDAP from scratch, an

Re: [Pythonmac-SIG] noob question: handling protocols and files

2005-08-06 Thread Kevin Dangoor
Less than 5 minutes ago, I said: > I'm testing by just doing "open " at the > commandline, which does bring my app to the front but does not call my > handler method. Assuming all of the above is kosher, I'll do some more > digging around to make sure that this is, in fact, the specific > handler I

Re: [Pythonmac-SIG] noob question: handling protocols and files

2005-08-06 Thread Kevin Dangoor
On 8/5/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > You may have to do that with a get URL apple event handler, see here: > http://developer.apple.com/documentation/Cocoa/Conceptual/ > Scriptability/Concepts/ScriptabilityOverview.html > (you shouldn't need any Carbon) Before I go chasing around t

Re: [Pythonmac-SIG] noob question: handling protocols and files

2005-08-06 Thread Kevin Dangoor
On 8/5/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > You may have to do that with a get URL apple event handler, see here: > http://developer.apple.com/documentation/Cocoa/Conceptual/ > Scriptability/Concepts/ScriptabilityOverview.html > (you shouldn't need any Carbon) I had actually been to that