Re: [Pyobjc-dev] Stripping _objc.so
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-12-23 16:28:22
|
On Sunday, Dec 22, 2002, at 13:56 US/Eastern, Just van Rossum wrote: >> For the installer package-- for the version that goes in >> site-packages-- I don't think stripping makes a huge difference. > > (Btw. is "python setup.py install" equivalent to what the installer > does?) 'setup.py install' only installs the module itself, not the project templates or examples. The installer package installs all of that and will also try to prebind anything found within the package that can be prebound (it would be helpful if the various .so's could be prebound, but I don't know if that is even possible -- at the same time, it may already "just work" :-). b.bum |