Re: [Pyobjc-dev] Packaging python with the app?
Brought to you by:
ronaldoussoren
From: Gary R. <gro...@tr...> - 2003-05-09 02:47:52
|
Whoah! That sounds great! Thanks!! I may have more questions about it later -- but you have resolved my immediate question about whether it's possible to do what I want. --Gary -- [http://ThisURLEnablesEmailToGetThroughOverzealousSpamFilters.org] Gary Robinson CEO Transpose, LLC gro...@tr... 207-942-3463 http://www.transpose.com http://radio.weblogs.com/0101454 > From: bb...@ma... > Date: Thu, 8 May 2003 22:09:13 -0400 > To: Gary Robinson <gro...@tr...> > Cc: <pyo...@li...> > Subject: Re: [Pyobjc-dev] Packaging python with the app? > > On Thursday, May 8, 2003, at 17:00 US/Eastern, Gary Robinson wrote: >> My understanding is that to do that, Python has to be compiled for SSL. >> >> That would mean that I couldn't use the Python on the client's >> machine, even >> though all OS X 10.2 users have it. > > Actually -- the ssl module builds fine for OS X 10.2 and it is simply a > matter of adding _socket.so to the PyObjC copy files phase to make it > all "just work". > > See: > > http://pyobjc.sourceforge.net/software/index.php > > For a downloadable tarball. > > b.bum > |