This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2006年09月06日 04:59 by dstrozzi, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg60995 - (view) | Author: David Strozzi (dstrozzi) | Date: 2006年09月06日 04:59 | |
Hi, I'm trying to compile python 2.5 RC1 under opensuse 10.1 on a 64-bit AMD athlon. Although the README says it will auto-detect tcl/tk, and setup tkinter appropriately, it doesn't. Among other things, this means idle can't use this python version. I have tcl/tk, the libraries, devel packages, anything that seemed relevant in YaST installed. I think the problem is my tcl/tk libs live in /usr/lib64. It seems, based on the file Modules/Setup generated by ./configure, that the python installer doesn't see these libs. From perusing the web there seems to be a fair amount of pain caused by /lib vs /lib64 dir names. In fact an older post to the forum identifies the same issue (just search for lib64 if this link is busted): http://sourceforge.net/tracker/index.php?func=detail&aid=1294959&group_id=5470&atid=105470 It would be very nice if this were somehow handled automatically, or at least give detailed instructions in the README (search the doc for lib64 returns nothing). Cheers, David |
|||
| msg84480 - (view) | Author: Daniel Diniz (ajaksu2) * (Python triager) | Date: 2009年03月30日 03:23 | |
Closing as duplicate of issue 1294959. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:20 | admin | set | github: 43946 |
| 2009年03月30日 03:23:22 | ajaksu2 | set | status: open -> closed superseder: Add sys.platlibdir and configure --with-platlibdir to use /usr/lib64 on Fedora and SuSE type: behavior nosy: + ajaksu2 messages: + msg84480 resolution: duplicate stage: resolved |
| 2006年09月06日 04:59:55 | dstrozzi | create | |