[ python-Bugs-1261390 ] import dynamic library bug?

SourceForge.net noreply at sourceforge.net
Tue Aug 16 23:46:25 CEST 2005


Bugs item #1261390, was opened at 2005-08-16 14:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1261390&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: broadwin (broadwin)
Assigned to: Nobody/Anonymous (nobody)
Summary: import dynamic library bug?

Initial Comment:
I have just upgraded my tcl/tk to 8.4 on my linux
system. Now I have two sets of tcl/tk, the old one
(8.3) is installed under /usr, and the new one (8.4) is
installed under /usr/local. I also upgraded to Python
2.4.1. Compiling Python went fine. It found the new
tcl/tk correctly to build _tkinter.so. However it broke
on trying to import, telling me that it could not find
libtk84.so, even though it found it to build the
_tkinter.so. Creating symbolic links under /usr/lib to
libtk and libtcl solved the problem. It seems to me
that import was confused and did not search
/usr/local/lib. I use bash. Maybe I need to set some
environmental variable?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1261390&group_id=5470


More information about the Python-bugs-list mailing list