New submission from Manish Mishra <yogm...@rediffmail.com>:

I am trying to install Python3.2.2 on Ubuntu 11.10.  I downloaded the tar file. 
Then as per readme file did ./configure , make, make test, and then  sudo make 
install.  When “make” command is issued following appears along with many other 
messages 

Python build finished, but the necessary bits to build these modules were not 
found:
_curses            _curses_panel      _dbm            
_gdbm              _sqlite3           _ssl            
_tkinter           bz2                readline        
To find the necessary bits, look in setup.py in detect_modules() for the 
module's name.

Now after final installation when I run idle following message appears 

** IDLE can't import Tkinter.  Your Python may not be configured for Tk. **

I tried “sudo apt-get install python3-tk” and got following message
python3-tk is already the newest version.

I am new to programming and ubuntu both. Please Help.
Thanks n regards.

----------
components: Tkinter
messages: 152614
nosy: manish671
priority: normal
severity: normal
status: open
title: Your Python may not be configured for Tk
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13941>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to