Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-14 Thread Ronald Oussoren
On 15-dec-2005, at 1:53, Bob Ippolito wrote: > > On Dec 14, 2005, at 10:15 AM, Christopher Barker wrote: > >> Bob Ippolito wrote: >>> However, setuptools is also useful for pure Python development, >> >> Bob, what do you see as the future of setuptools? Will in be in the >> standard >> lib in fut

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-14 Thread Bob Ippolito
On Dec 14, 2005, at 4:53 PM, Bob Ippolito wrote: > > On Dec 14, 2005, at 10:15 AM, Christopher Barker wrote: > >> Bob Ippolito wrote: >>> However, setuptools is also useful for pure Python development, >> >> Bob, what do you see as the future of setuptools? Will in be in the >> standard >> lib in

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-14 Thread Bob Ippolito
On Dec 14, 2005, at 10:15 AM, Christopher Barker wrote: > Bob Ippolito wrote: >> However, setuptools is also useful for pure Python development, > > Bob, what do you see as the future of setuptools? Will in be in the > standard > lib in future versions? Not in any immediate future version, but

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-14 Thread Louis Pecora
Christopher Barker wrote: >HI all, > >Perhaps this is getting bit off-topic, but other seemed interested, so here >goes. By the way, I didn't intend to send my whole diatribe about Windows >security to the list, sorry about that. > > Nah. I LOVED it! :-) > Well, matplotlib and wxPython

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-14 Thread Rob Managan
> >I'd love to see an example. Does it run SWIG for you too? > > > Is distutils more for distributing packages/modules than developing? > YES! I have not gotten Ippolito's reference to setuptools working yet on my system but I do have a setup.py that runs SWIG. Distutils has limited support fo

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-14 Thread Christopher Barker
HI all, Perhaps this is getting bit off-topic, but other seemed interested, so here goes. By the way, I didn't intend to send my whole diatribe about Windows security to the list, sorry about that. On Tuesday 13 December 2005 9:41 am, Louis Pecora wrote: > For graphics, I have chosen wxPython.

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Bob Ippolito
On Dec 13, 2005, at 10:39 AM, Louis Pecora wrote: > Rob Managan wrote: > >> While I have not tried WxPython I have built C modules for python >> using SWIG and python's distutils. That trades the headaches of >> makefiles for writing a setup.py file. I can give an example and they >> really are n

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Louis Pecora
Rob Managan wrote: >While I have not tried WxPython I have built C modules for python >using SWIG and python's distutils. That trades the headaches of >makefiles for writing a setup.py file. I can give an example and they >really are not that bad once you have done it once! > > > I will be ho

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Rob Managan
At 12:41 PM -0500 12/13/05, Louis Pecora wrote: >Christopher Barker wrote: > > > >>The dangers of borrowing other people's code! Why are you using tsch anyway? >>bash really is nicer, unless you're really used to a C shell. And it's the >>OS-X default (and most Linuxes also). >> >> >Well, I thoug

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Rob Managan
At 12:41 PM -0500 12/13/05, Louis Pecora wrote: >Christopher Barker wrote: > >>Hi Lou, >> >>I'm glad you got this working. Thanks for posting the resolution to your >>problems, it's good to have this stuff archived. If time permits, I hope top >>do some SWIGing myself, so perhaps we can help each o

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Bob Ippolito
On Dec 13, 2005, at 9:41 AM, Louis Pecora wrote: > Christopher Barker wrote: > >> The dangers of borrowing other people's code! Why are you using >> tsch anyway? >> bash really is nicer, unless you're really used to a C shell. And >> it's the >> OS-X default (and most Linuxes also). >> >> > W

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Christopher Barker
Hi Lou, I'm glad you got this working. Thanks for posting the resolution to your problems, it's good to have this stuff archived. If time permits, I hope top do some SWIGing myself, so perhaps we can help each other out. On Thursday 08 December 2005 1:17 pm, Louis Pecora wrote: >Solution:

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-13 Thread Louis Pecora
Christopher Barker wrote: >Hi Lou, > >I'm glad you got this working. Thanks for posting the resolution to your >problems, it's good to have this stuff archived. If time permits, I hope top >do some SWIGing myself, so perhaps we can help each other out. > > Sounds good to me. I have mostly mad

Re: [Pythonmac-SIG] Solution to some SWIG Install problems on Mac OS X

2005-12-09 Thread Henning.Ramm
>(3) running 'make install' would not work since I had no permission to >write in some directories. I don't fully understand this since >I am the >admin and I was running logged in as such, but to no avail. >Solution: run this as > >sudo make install > >type in the password and you're of