[issue8555] tkinter doesn't see _tkinter

2012-04-06 Thread py.user
py.user bugzilla-mail-...@yandex.ru added the comment: testing new e-mail -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8555 ___ ___

[issue8555] tkinter doesn't see _tkinter

2010-11-01 Thread py.user
py.user port...@yandex.ru added the comment: I thought this will put the topic from unresolved to resolved Now I see this is for bugs only -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8555

[issue8555] tkinter doesn't see _tkinter

2010-10-31 Thread py.user
Changes by py.user port...@yandex.ru: -- resolution: invalid - fixed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8555 ___ ___ Python-bugs-list

[issue8555] tkinter doesn't see _tkinter

2010-10-31 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com 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-04-28 Thread py.user
py.user port...@yandex.ru added the comment: allright I installed two -dev packages and ran tkinter -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8555 ___

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
New submission from py.user port...@yandex.ru: [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):

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread Brian Curtin
Brian Curtin cur...@acm.org 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 rep...@bugs.python.org

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
py.user port...@yandex.ru 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

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
py.user port...@yandex.ru 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 module import tkinter File

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com 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

[issue8555] tkinter doesn't see _tkinter

2010-04-27 Thread py.user
py.user port...@yandex.ru added the comment: ok, thank you I found that I have no tcl.h and tk.h -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8555 ___