[Python-bugs-list] [Bug #133450] 2.1a2: make install fails for _tkinter
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 21 Feb 2001 10:22:22 -0800
Bug #133450, was updated on 2001-Feb-21 10:22
Here is a current snapshot of the bug.
Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: hinsen
Assigned to : nobody
Summary: 2.1a2: make install fails for _tkinter
Details: System: RedHat Linux 6.2
I did a straightforward build/install in my home directory
(--prefix=$HOME), enabling the Tkinter module in Modules/Setup. During
"make install", install complains that it can't create the directory
$HOME/lib/python2.1/lib-dynload/Modules. Inspection of the top-level
Makefile shows
SHAREDMODS= Modules/_tkinter$(SO)
which looks like the cause of the problem.
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=133450&group_id=5470