Re: [Pyobjc-dev] 0.9
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-01 20:26:06
|
Tony Lownds wrote: > FWIW, I am -0 Me too. > 3. Its not hard to package the modules in a subdirectory, using .pth > files in /usr/lib/site-packages and with minimal extra code in > bin-python-main.m. Yes, distutils supports this easily. I've used it myself and I know NumPy does it, too. If we choose to do this I volunteer to patch setup.py. Note that this makes upgrading harder (once), as you probably need to manually delete the modules from the "old" place. > Hmm, and some extra code in bundlebuilder.py too, I think. Hm, I can't see why. Can you elaborate? Just |