Re: [Pythonmac-SIG] bdist_mpkg questions

2005-06-04 Thread Bob Ippolito
On Jun 3, 2005, at 11:52 PM, Nick Matsakis wrote: > > On Fri, 3 Jun 2005, Bob Ippolito wrote: > > >>> 2. When I install a bdist-made package, the files have the owner of >>> the user that built the package not the user installing the package, >>> even though no root authorization is required. >>>

Re: [Pythonmac-SIG] bdist_mpkg questions

2005-06-04 Thread Nick Matsakis
On Sat, 4 Jun 2005, Bob Ippolito wrote: > The /usr/bin/installer and the Installer.app can have different > behavior, and if either does happen to change permissions, then it's a > bug in Mac OS X 10.3 (one that looks rather inconsequential). It > absolutely does not have that behavior in 10.4,

[Pythonmac-SIG] Tkinter problem in a forked

2005-06-04 Thread Eric Texier
Hi, I am having trouble with running tk in a child process. the code worked on linux. It crashed with the following message: creating window in receptionist Tcl_FinalizeNotifier: notifier pipe not initialized Abort Any idea if it's a bug or something extra that I need to do of macox. Thanks, Eri

Re: [Pythonmac-SIG] bdist_mpkg questions

2005-06-04 Thread Bob Ippolito
On Jun 4, 2005, at 7:05 AM, Nick Matsakis wrote: > > On Sat, 4 Jun 2005, Bob Ippolito wrote: > > >> Where did that package come from anyway? I certainly didn't build >> it. >> > > It came with Python23Compat, which you claim to have built: > http://bob.pythonmac.org/archives/2005/02/02/python2

Re: [Pythonmac-SIG] Tkinter problem in a forked

2005-06-04 Thread Bob Ippolito
On Jun 4, 2005, at 8:05 AM, Eric Texier wrote: > I am having trouble with running tk in a child process. the code > worked > on linux. > It crashed with the following message: > > creating window in receptionist > Tcl_FinalizeNotifier: notifier pipe not initialized > Abort > > Any idea if it's