Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Kevin Walzer
Alexnb wrote: Okay I installed the dmg but I still have the same version.. what am I missing? You forgot to rebuild Python from source. :-) Comment out the line in setup.py that lists /System/Library as a place to search for Tk, and it will search in /Library instead, and link against the

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Alexnb
Alexnb wrote: > > > > Kevin Walzer-5 wrote: >> >> Alexnb wrote: >>> >> >>> As far as I know I've got the latest python, I code with 2.5, but I am >>> not >>> sure about Tk(). How can I check? My mac is updated as well. It's a >>> macbook. >>> But I don't see how that would make a differenc

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Kevin Walzer
Alexnb wrote: Well, it is 8.4.7 so how can I get 8.5 on a mac? Install ActiveTcl from ActiveState, and build Python to link against Tk 8.5. -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___ Tkinter-discuss mailing list Tkinter-dis

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Alexnb
Kevin Walzer-5 wrote: > > Alexnb wrote: >> > >> As far as I know I've got the latest python, I code with 2.5, but I am >> not >> sure about Tk(). How can I check? My mac is updated as well. It's a >> macbook. >> But I don't see how that would make a difference. >> > > root.tk.call('info',

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Kevin Walzer
Alexnb wrote: As far as I know I've got the latest python, I code with 2.5, but I am not sure about Tk(). How can I check? My mac is updated as well. It's a macbook. But I don't see how that would make a difference. root.tk.call('info', 'patchlevel') will give you the version of Tk that

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Alexnb
Kevin Walzer-5 wrote: > > Alexnb wrote: > >> >> Okay, here we go. Try this out, let me know how it works. It has the same >> issue for me. >> >> > > > Works fine for me. What does your setup look like? OS version, version > of Python and Tk? > > -- > Kevin Walzer > Code by Kevin > http:

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Kevin Walzer
Alexnb wrote: Okay, here we go. Try this out, let me know how it works. It has the same issue for me. Works fine for me. What does your setup look like? OS version, version of Python and Tk? -- Kevin Walzer Code by Kevin http://www.codebykevin.com ___

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Alexnb
Kevin Walzer-5 wrote: > > Alexnb wrote: > >> Yes sorry. I do actually have that, I just forgot to put it in because it >> was below some comments. Everything works perfect on windows, but not on >> mac, which is the weird part. I think it is just maybe an issue in >> Tkinter >> with mac. >> >

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Kevin Walzer
Alexnb wrote: Yes sorry. I do actually have that, I just forgot to put it in because it was below some comments. Everything works perfect on windows, but not on mac, which is the weird part. I think it is just maybe an issue in Tkinter with mac. It might be helpful to put together a small code

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Alexnb
Kevin Walzer-5 wrote: > > Alexnb wrote: >> Hello everyone! >> >> So, I have a texbox widget and I connected a scrollbar to it. On my PC >> everything works great. But on my mac, you can't scroll when you click >> the >> box and dragging the actual bar is very choppy. The only way it works >> l

Re: [Tkinter-discuss] Issue with scrolling in a Text() widget on a mac

2008-07-19 Thread Kevin Walzer
Alexnb wrote: Hello everyone! So, I have a texbox widget and I connected a scrollbar to it. On my PC everything works great. But on my mac, you can't scroll when you click the box and dragging the actual bar is very choppy. The only way it works like it should is the actual arrow on the end of t