Re: [Pythonmac-SIG] Python TkAqua, Tkinter bug

2007-11-03 Thread Dave Reed
On Nov 2, 2007, at 7:49 PM, Kevin Walzer wrote: > Dave Reed wrote: > >> I'm not certain exactly what you're saying. Are you saying to >> install Active State's Python? It looks like that doesn't include a >> new Tk Aqua. Or are you saying to install Active State's Tcl? I'm >> not certain ho

Re: [Pythonmac-SIG] Round 2 with Leopard+Python

2007-11-03 Thread Boyd Waters
One work-around is to add this line to /etc/sudoers: Defaultsenv_keep += "PYTHONPATH" But that would involve editing a file in /etc as root. Straightforward enough, but likely to get overwritten and what if the user screws this up? So Plan B - what if you added something in a .pt