[issue8555] tkinter doesn't see _tkinter

2012-04-06 Thread py.user
py.user added the comment: testing new e-mail -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue8555] tkinter doesn't see _tkinter

2010-11-01 Thread py.user
py.user added the comment: I thought this will put the topic from unresolved to resolved Now I see this is for bugs only -- ___ Python tracker ___ ___

[issue8555] tkinter doesn't see _tkinter

2010-10-31 Thread Senthil Kumaran
Senthil Kumaran added the comment: Not sure, why changed the resolution. It is an invalid bug report. You could have resolved it by a little research or by asking around. -- resolution: fixed -> invalid ___ Python tracker

[issue8555] tkinter doesn't see _tkinter

2010-10-31 Thread py.user
Changes by py.user : -- resolution: invalid -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
py.user added the comment: allright I installed two -dev packages and ran tkinter -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
py.user added the comment: ok, thank you I found that I have no tcl.h and tk.h -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread Senthil Kumaran
Senthil Kumaran added the comment: >From your prompt, it seems you are on Unix based system. make would have >informed you about _tkinter not built. If you are on ubuntu, do a sudo apt-get install tk-dev and install tk-dev package and its dependencies. And then do the ./configure;make;sudo m

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
py.user added the comment: tryed also: [r...@station python3.1]# cp /usr/lib/python2.5/lib-dynload/_tkinter.so lib-dynload answer is: Traceback (most recent call last): File "/home/guest/tmp/code/c/eclipse/pytest/src/main.py", line 4, in import tkinter File "/usr/local/lib/python3.1/t

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
py.user added the comment: I have downloaded Python today (28 Apr) from the site I have a version under WinXP (it works fine), but I don't use WinXP When it told this about _tkinter, I even read the README file and compiled it with "make test", and there the same thing, it couldn't find _tkinte

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread Brian Curtin
Brian Curtin added the comment: Did you compile Python yourself or did this come on your OS? The comment in the traceback pretty much says it all. -- nosy: +brian.curtin ___ Python tracker

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
New submission from py.user : [gu...@station ~]$ python3 Python 3.1.2 (r312:79147, Apr 28 2010, 11:57:19) [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> 1+2 3 >>> import tkinter Traceback (most recent call last): File