Re: [Pyobjc-dev] Testsuite adventures
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-05-18 18:36:32
|
Ronald Oussoren wrote: > On Sunday, May 18, 2003, at 14:24 Europe/Amsterdam, Dinu Gherman > wrote: > > > >>> Then, looking at Just's code I wondered where the bundebuilder > >>> module comes from, and I'm surprised to see it in pyobjc/MPCompat > >>> but it's installed in site-packages! This is what sort of > >>> constantly confuses me... > >> > >> bundlebuilder is part of MacPython. We ship it because we use only > >> this part of MacPython OSX. We ship it since it doesn't ship with 2.2. (It does get installed when you build 2.3 from source, either as framework or non-framework build.) > > Anyway, I'm not so happy seeing too much dumped into site-packages, > > be it by MacPython or PyObjC. > > You lost me there. Where should we install if it should end up on the > python path? bundlebuiler can be used as a program, but is primairily > a library module. I think it should be installed in the PyObjC folder (which is in site-packages), for which PyObjC.pth sets the path. Somehow bundlebuilder.py and plistlib.py end up in site-packages instead. Surely no show-stopper... Just |