Re: [Pythonmac-SIG] tiger

2005-05-21 Thread Lee Cullens
On May 21, 2005, at 2:52 AM, Bob Ippolito wrote: > > What hasn't been answered recently? :) > > -bob > > True enough Bob, though not always obvious to the new Mac/Unix user. I understand where you are coming from (I was once an "expert" that others turned to with HP-UX among others) and many

Re: [Pythonmac-SIG] tiger

2005-05-20 Thread Bob Ippolito
On May 21, 2005, at 12:12 AM, Lee Cullens wrote: > Sorry to be so slow, but I thought one of the experts would reply and > then noticed none had (at least on list). > > > On May 20, 2005, at 11:36 AM, Jay Mutter wrote: > > >> I have performed a clean install of Tiger on an ibook and then >> insta

Re: [Pythonmac-SIG] tiger

2005-05-20 Thread Lee Cullens
Sorry to be so slow, but I thought one of the experts would reply and then noticed none had (at least on list). On May 20, 2005, at 11:36 AM, Jay Mutter wrote: > I have performed a clean install of Tiger on an ibook and then > installed the MacPython-OSX-2.4.1 framework build and the > TigerPy

Re: [Pythonmac-SIG] Tiger hand rolled Python 2.4.1: libxml2 oddities

2005-05-05 Thread Gary Poster
On May 5, 2005, at 2:31 PM, Bob Ippolito wrote: > > On May 5, 2005, at 2:20 PM, Bob Ippolito wrote: >> It sounds like libxml2 (or the Python extension) uses the linker >> option flat_namespace .. that's bad. -flat_namespace has been >> deprecated since 10.2 (maybe earlier) and shouldn't be used

Re: [Pythonmac-SIG] Tiger hand rolled Python 2.4.1: libxml2 oddities

2005-05-05 Thread Bob Ippolito
On May 5, 2005, at 2:20 PM, Bob Ippolito wrote: > > On May 5, 2005, at 12:55 PM, Gary Poster wrote: > > >> Using Python 2.4.1 compiled on Tiger. This symptom did not occur on >> Panther. >> >> Running my app using one command makes an import of libxml2 succeed: >> all test pass, including a lot

Re: [Pythonmac-SIG] Tiger hand rolled Python 2.4.1: libxml2 oddities

2005-05-05 Thread Bob Ippolito
On May 5, 2005, at 12:55 PM, Gary Poster wrote: > Using Python 2.4.1 compiled on Tiger. This symptom did not occur on > Panther. > > Running my app using one command makes an import of libxml2 succeed: > all test pass, including a lot of code that relies on libxml2. > > Running it with another c