Re: [Pythonmac-SIG] weak-link libraries problem

2006-04-11 Thread William Kyngesburye
On Apr 11, 2006, at 9:24 PM, Bob Ippolito wrote: > > On Apr 11, 2006, at 6:46 PM, William Kyngesburye wrote: > >> I just ran into an odd and annoying problem - I'm building a Python >> library/extension thing for a package (MapServer) and have a library >> weak-linked (it's to a non-open source p

Re: [Pythonmac-SIG] weak-link libraries problem

2006-04-11 Thread Saggau
One way to say what I'm thinking:There might be another way around this.  It's another way of using two modules, which might not be desirable, but not quite the "two versions of the same thing, one with expanded functionality" type.  Instead, it's "Two different (and more basic/plain-Jane) library

Re: [Pythonmac-SIG] weak-link libraries problem

2006-04-11 Thread Bob Ippolito
On Apr 11, 2006, at 6:46 PM, William Kyngesburye wrote: > I just ran into an odd and annoying problem - I'm building a Python > library/extension thing for a package (MapServer) and have a library > weak-linked (it's to a non-open source product, this is so others > don't have to install that if

[Pythonmac-SIG] weak-link libraries problem

2006-04-11 Thread William Kyngesburye
I just ran into an odd and annoying problem - I'm building a Python library/extension thing for a package (MapServer) and have a library weak-linked (it's to a non-open source product, this is so others don't have to install that if they don't need it and I don't have to build multiple vers