pybuild renaming extensions breaks upstream code

2016-07-02 Thread Afif Elghraoui
Hello, I'm maintaining a set of python modules that have this pattern of code for finding compiled extensions (this example is from the kineticstools package): ~~~ if platform.system() == "Windows": libfn = "tree_predict.dll" path = os.path.dirname(os.path.abspath(

Re: pybuild renaming extensions breaks upstream code

2016-07-02 Thread Dmitry Shachnev
Hi Afif, On Sat, Jul 02, 2016 at 04:20:11PM -0700, Afif Elghraoui wrote: > Hello, > I'm maintaining a set of python modules that have this pattern of code > for finding compiled extensions (this example is from the kineticstools > package): > > [...] > > When the package is built and the architect