------ Original Message ------ From: stu.li...@spacehopper.org To: po...@openbsd.org Cc: misc@openbsd.org Sent: Monday, December 19, 2022 7:53 AM Subject: Re: Python access to Berkeley DB
[ moving to ports@, hopefully reply-to will be set correctly if
I got the gmane/nntp bits right :) ] You might possibly be able to kludge around it with some LD_PRELOAD, though tkinter is now built against Tcl 8.6 and the db-tcl package is built against Tcl 8.5 and I don't know if extensions are compatible cross-version. Extensions built against 8.5 should load into 8.6 no problem. Stu