Re: [Pythonmac-SIG] SciPy install on Tiger with Python 2.4.1 framework

2005-08-13 Thread Bill Northcott
On 12/08/2005, at 4:26 AM, Samuel M.Smith wrote: > And now setup.py build still exits with an error in the same place > but the error is different > > collect2: ld returned 1 exit status > /usr/bin/ld: Undefined symbols: > _fprintf$LDBLStub > _sprintf$LDBLStub > collect2: ld returned 1 exit statu

Re: [Pythonmac-SIG] Active Directory authentication on Mac using Python

2005-08-13 Thread Wilfredo Sánchez Vega
You said non-standard kerberos implementation. I'm wondering what's non-standard about it; I am under the impression it was stock MIT kerberos. -wsv On Aug 13, 2005, at 9:14 AM, Bob Ippolito wrote: > That's nice, but since when does the implementation of Active > Directory have a

Re: [Pythonmac-SIG] Active Directory authentication on Mac using Python

2005-08-13 Thread Bob Ippolito
That's nice, but since when does the implementation of Active Directory have anything to do with OS X? :) -bob On Aug 13, 2005, at 6:08 AM, Wilfredo Sánchez Vega wrote: > Non-standard how? The implementation in OS X is written and > maintained by the folks at M.I.T. Information Systems. >

Re: [Pythonmac-SIG] Active Directory authentication on Mac using Python

2005-08-13 Thread Wilfredo Sánchez Vega
Non-standard how? The implementation in OS X is written and maintained by the folks at M.I.T. Information Systems. -wsv On Aug 5, 2005, at 7:05 PM, Bob Ippolito wrote: > The generic way to do the authentication is just to use LDAP, since > Active Directory is just a jazzed up LDAP da

Re: [Pythonmac-SIG] strange behavior with NSArray and python unicode types

2005-08-13 Thread Jon Rosebaugh
On 8/13/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > That shouldn't happen, I doubt that it's actually the situation you > describe. Post something reproducible and someone will look at it. You're right, it wasn't the problem; I'm kinda ashamed that I didn't notice it now, because the self.Na

Re: [Pythonmac-SIG] strange behavior with NSArray and python unicode types

2005-08-13 Thread Bob Ippolito
On Aug 12, 2005, at 9:10 PM, Jon Rosebaugh wrote: > I have a class used to store data. In order to save and load the data, > I convert it into a NSArray as shown below: > > NSArray.arrayWithArray_([self.Type, self.CreationTime, > self.ModificationTime, self.Name, self.Labels, self.Data]) > > self

[Pythonmac-SIG] strange behavior with NSArray and python unicode types

2005-08-13 Thread Jon Rosebaugh
I have a class used to store data. In order to save and load the data, I convert it into a NSArray as shown below: NSArray.arrayWithArray_([self.Type, self.CreationTime, self.ModificationTime, self.Name, self.Labels, self.Data]) self.Data is a unicode string. For some reason, its value does not g