Re: [Pythonmac-SIG] [pythonmac-sig] python 2.7 tkinter using tk 8.6

2010-05-21 Thread Michael Foord
On 21/05/2010 17:28, Ronald Oussoren wrote: On 21 May, 2010, at 17:31, Michael Foord wrote: On 21 May 2010 16:21, ronaldoussoren > wrote: On May 21, 2010, at 02:24 PM, Kevin Walzer wrote: On 5/21/10 1:16 AM, Stephen M. Gava wrote: > Hi there,

Re: [Pythonmac-SIG] [pythonmac-sig] python 2.7 tkinter using tk 8.6

2010-05-21 Thread Ronald Oussoren
On 21 May, 2010, at 17:31, Michael Foord wrote: > > > On 21 May 2010 16:21, ronaldoussoren wrote: > > > On May 21, 2010, at 02:24 PM, Kevin Walzer wrote: > >> On 5/21/10 1:16 AM, Stephen M. Gava wrote: >> > Hi there, >> > I've installed the python.org package of python 2.7b2 for osx snow l

Re: [Pythonmac-SIG] [pythonmac-sig] python 2.7 tkinter using tk 8.6

2010-05-21 Thread Michael Foord
On 21 May 2010 16:21, ronaldoussoren wrote: > > > On May 21, 2010, at 02:24 PM, Kevin Walzer wrote: > > On 5/21/10 1:16 AM, Stephen M. Gava wrote: > > Hi there, > > I've installed the python.org package of python 2.7b2 for osx snow > leopard. > > > > It's Tkinter appears to be built against Tk 8

Re: [Pythonmac-SIG] [pythonmac-sig] python 2.7 tkinter using tk 8.6

2010-05-21 Thread ronaldoussoren
On May 21, 2010, at 02:24 PM, Kevin Walzer wrote:On 5/21/10 1:16 AM, Stephen M. Gava wrote: > Hi there, > I've installed the python.org package of python 2.7b2 for osx snow leopard. > > It's Tkinter appears to be built against Tk 84, but I want to use > Tkinter with my installed framework build of

Re: [Pythonmac-SIG] python 2.7 Tkinter using Tk 8.6

2010-05-21 Thread Kevin Walzer
On 5/21/10 1:16 AM, Stephen M. Gava wrote: Hi there, I've installed the python.org package of python 2.7b2 for osx snow leopard. It's Tkinter appears to be built against Tk 8.4, but I want to use Tkinter with my installed framework build of Tk 8.6 (for native Tk .png support among other things).

[Pythonmac-SIG] Subject:, Could py2app bundle all the requirements of my package?

2010-05-21 Thread Brendan Simon (eTRIX)
I think the short answer is yes. I've had no trouble with py2app getting all my dependencies. You have a bigger app so it may need some extra tweaking, but py2app has lots of commands to include and exclude stuff. It is similar to py2exe from what I can tell. Cheers, Brendan. > Subject: > [Pytho

[Pythonmac-SIG] python 2.7 Tkinter using Tk 8.6

2010-05-21 Thread Stephen M. Gava
Hi there, I've installed the python.org package of python 2.7b2 for osx snow leopard. It's Tkinter appears to be built against Tk 8.4, but I want to use Tkinter with my installed framework build of Tk 8.6 (for native Tk .png support among other things). So, I assume I need to build my own osx