Re: [Pyobjc-dev] Testsuite adventures
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-18 13:22:24
|
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. > > 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. Ronald |