[issue45002] won't match correct version of tcl/tk

2021-09-18 Thread 郑之为
郑之为 added the comment: OK... It's fine now, tests are still failing -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue45002] won't match correct version of tcl/tk

2021-08-25 Thread Ned Deily
Ned Deily added the comment: It is difficult to offer suggestions based on minimal information. You may be running into an arch mismatch: since you are requesting a universal2 build (x86_64 and arm64), all the third-party libraries your build links with must also be built with both

[issue45002] won't match correct version of tcl/tk

2021-08-25 Thread 郑之为
郑之为 added the comment: now it's more like: *** WARNING: renaming "_tkinter" since importing it failed: dlopen(/Users/jett/cpython/build/lib.macosx-11.5-universal2-3.11/_tkinter.cpython-311-darwin.so, 2): Symbol not found: _TclBN_mp_clear Referenced from:

[issue45002] won't match correct version of tcl/tk

2021-08-25 Thread Ned Deily
Ned Deily added the comment: Can you be more specific about what you mean by "executable" and "library"? In particular, please show the results of, where /path/to/python is replaced by the path to the python you have built or installed: otool -L $(/path/to/python -c 'import

[issue45002] won't match correct version of tcl/tk

2021-08-25 Thread 郑之为
New submission from 郑之为 : I used the following config: ./configure --prefix=/Users/jett/python311 --enable-optimizations --enable-ipv6 --enable-big-digits=30 --with-lto=full --with-experimental-isolated-subinterpreters --with-static-libpython --enable-universalsdk