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.

Author Victor.Lazzarini
Recipients Victor.Lazzarini, ned.deily, ronaldoussoren
Date 2021-05-27.20:15:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622146539.27.0.626669446345.issue43964@roundup.psfhosted.org>
In-reply-to
Content
I have looked at this closely and it appears Python 3.6.5 has a search path for libraries and frameworks that is missing in the newer versions (3.7 onwards). 
I can load libraries from /usr/local/lib and ~/lib without any difficulties in 3.6.5, just by passing the file name. In later versions this does not work, you need to pass a full path. Furthermore if these libraries have dependencies which are set with an rpath, the loading fails because the dependencies are not found. None of this is a problem in 3.6.5. This needs to be resolved because packages that are based on ctypes may be broken in versions >= 3.7

This is the case of Csound and ctcsound, for instance.
History
Date User Action Args
2021-05-27 20:15:39Victor.Lazzarinisetrecipients: + Victor.Lazzarini, ronaldoussoren, ned.deily
2021-05-27 20:15:39Victor.Lazzarinisetmessageid: <1622146539.27.0.626669446345.issue43964@roundup.psfhosted.org>
2021-05-27 20:15:39Victor.Lazzarinilinkissue43964 messages
2021-05-27 20:15:39Victor.Lazzarinicreate