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] py2app for python2.3

2005-12-14 Thread Bob Ippolito
Where did you get it from, what did you download, what did you type or open, and what failed *specifically*?On Dec 14, 2005, at 6:20 PM, Zhi Peng wrote:Hi! All   I downloaded py2app but it failed in installation. Where can I download the right version for python2.3 on Mac  Tiger? Thanks    

Re: [Pythonmac-SIG] pythonw and python with applescript

2005-12-14 Thread Zhi Peng
Thanks, Chris   I will send my simple example to you later on     Zhi Christopher Barker <[EMAIL PROTECTED]> wrote: On Tuesday 13 December 2005 7:24 pm, Zhi Peng wrote:> I would like> to have a small C code and then compile and linked as dynamic library so> that it can be imported by python

[Pythonmac-SIG] py2app for python2.3

2005-12-14 Thread Zhi Peng
Hi! All   I downloaded py2app but it failed in installation. Where can I download the right version for python2.3 on Mac  Tiger? Thanks     Zhi Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping ___ Pythonmac-SIG maillist -

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] Framework build of 2.4.2

2005-12-14 Thread Samuel M.Smith
thanks. I am not sure how to use your patch. I apply the patch to the python 2.4.2 source and then do a ./ configure, make, make install? I have OS X 10.4.3 On 14 Dec, 2005, at 13:27, Ronald Oussoren wrote: > > On 11-dec-2005, at 21:18, Samuel M. Smith wrote: > >> I can't find the installer f

Re: [Pythonmac-SIG] Framework build of 2.4.2

2005-12-14 Thread Ronald Oussoren
On 11-dec-2005, at 21:18, Samuel M. Smith wrote: > I can't find the installer file listed below. Would you care to > share your explicit build steps > so I can build it myself. It appeared from the email exchanges that > you made some fixes? My changes are at https://sourceforge.net/tracker/

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] pythonw and python with applescript

2005-12-14 Thread Christopher Barker
On Tuesday 13 December 2005 7:24 pm, Zhi Peng wrote: > I would like > to have a small C code and then compile and linked as dynamic library so > that it can be imported by python code as we had in Linux platform. Are you doing exactly the same thing on OS-X and Linux? Are you using distutils to c