Re: [Tkinter-discuss] Error in import of Tkinter in python 2.7

2012-10-09 Thread Lion Kimbro
python -c "import sys; print sys.path" What do you get? On Tue, Oct 9, 2012 at 11:50 AM, Pedro Marcal wrote: > I do have the file _tkinter.lib. > In fact when I compare my Lib files, I have all the tkinter related files > in 2.7 that I have in 2.6. > Thanks, Pedro > > > On Tue, Oct 9, 2012

Re: [Tkinter-discuss] Error in import of Tkinter in python 2.7

2012-10-09 Thread Pedro Marcal
I do have the file _tkinter.lib. In fact when I compare my Lib files, I have all the tkinter related files in 2.7 that I have in 2.6. Thanks, Pedro On Tue, Oct 9, 2012 at 11:01 AM, Lion Kimbro wrote: > > I'm curious -- do you have a file Python27/libs/_tkinter.lib ..? > > ( Maybe you have a

Re: [Tkinter-discuss] Error in import of Tkinter in python 2.7

2012-10-09 Thread Lion Kimbro
I'm curious -- do you have a file Python27/libs/_tkinter.lib ..? ( Maybe you have a Python build that excluded tk? ) On Tue, Oct 9, 2012 at 2:32 AM, Pedro Marcal wrote: > I have python 2.6 and 2.7 installed on my Windows 7-prof. > my IDLE runs OK with Tkinter. > When I tried to use IDLE in