Re: [Pyobjc-dev] Packaging python with the app?
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-05-10 14:46:56
|
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 |