Re: [Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-04-25 Thread David Pratt
me better reliability back into some of the software builds that I seemed to have before. Many thanks for this tip :-) Regards David Ned Deily wrote: > In article <[EMAIL PROTECTED]>, > David Pratt <[EMAIL PROTECTED]> wrote: >> I will be attempting to build mod_python again s

Re: [Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-04-25 Thread David Pratt
Hi Frank and Ronald. I was original poster to the mod_python problems. I have recently upgraded my PPC to 10.4.9. My linking problem went away for PyLucene built using gcc 3.4.6 from mac ports earlier today. I built on non-standard compiler since there are known issues with 4.0.1 building pyLuc

Re: [Pythonmac-SIG] Universal build bug - Undefined symbols and pythonmac?

2007-04-09 Thread David Pratt
t that you > can build ppc-only extensions on 10.3.9 as long as you don't explictly > link to Python.framework. Adding MACOSX_DEPLOYMENT_TARGET=10.3 to > environment before linking might help as well (the symbols that give > link errors are weakly linked which isn't supp

Re: [Pythonmac-SIG] Universal build bug - Undefined symbols and pythonmac?

2007-04-08 Thread David Pratt
e app runs perfeclty on 10.3.9/PPC. Googling I see others with posts to different software lists for the software they are trying to build. Regards, David Bob Ippolito wrote: > On 4/8/07, David Pratt <[EMAIL PROTECTED]> wrote: >> I have been getting the same undefined symbol

[Pythonmac-SIG] Universal build bug - Undefined symbols and pythonmac?

2007-04-08 Thread David Pratt
I have been getting the same undefined symbols when linking after compiling. On a few weeks back I posted on a problem building mod_python, now its pylucene - same problem. Crazy thing is I build the same pylucene version just before upgrading to 2.4.4 pythonmac without these problems. From m

[Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-03-07 Thread David Pratt
Hi. I have pythonmac python 2.4.4 installed on my PPC on Mac OSX 10.3.9 and having trouble building mod_python for Apache 2.0.59. I have built apache just fine. Config for mod_python 3.3.1 looks good and output is below. Failing on make due to arch flags and getting a number of warnings on poin

Re: [Pythonmac-SIG] MacPython 2.4.1 over Mac's 10.3.9's persistent Python 2.3

2006-01-07 Thread David Pratt
> export PATH=$PATH:/usr/local/bin > > but you want this instead: > > export PATH=/usr/local/bin:$PATH > > -bob > > On Jan 7, 2006, at 5:00 PM, David Pratt wrote: > >> Hi Bob. I have this path is in my .cshrc where I am setting paths for my >> home. T

Re: [Pythonmac-SIG] MacPython 2.4.1 over Mac's 10.3.9's persistent Python 2.3

2006-01-07 Thread David Pratt
ethod. Hopefully this will do the trick. Many thanks. Regards, David Bob Ippolito wrote: > > On Jan 7, 2006, at 4:13 PM, David Pratt wrote: > >> Hi there. I recently upgraded my machine's OS from 10.2.8 (jaguar) to >> 10.3.9 (panther). I removed my previous 2.3.5 pytho

[Pythonmac-SIG] MacPython 2.4.1 over Mac's 10.3.9's persistent Python 2.3

2006-01-07 Thread David Pratt
Hi there. I recently upgraded my machine's OS from 10.2.8 (jaguar) to 10.3.9 (panther). I removed my previous 2.3.5 python mac install by removing Python.framework and MacPython-2.3 from Applications. I also removed python pythonw python2.3 and pythonw2.3 from /usr/local/bin. I installed Panth

[Pythonmac-SIG] Pythonmac 10.2 wxPython and 2.4.1

2005-12-27 Thread David Pratt
I am trying to determine what to about my mac with python. I am running 10.2.8 and have been using 2.3.5 and the wxpython ansi though I really need the unicode build. This has been satisfactory since I can still do most everything except now I am finding more packages coming out with generator

[Pythonmac-SIG] WebKitCtl on wxpython 2.6

2005-12-13 Thread David Pratt
Hi. I am wondering if anyone has a working example of using a WebKitCtl for Mac with wxpython. I am wanting HTMLWindow functionality but have not been able to create an instance. Many thanks. David ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.or