Re: How to enable Python3 for python-freecontact

2018-07-04 Thread Andreas Tille
Dear Lumin, On Wed, Jul 04, 2018 at 02:26:36AM +, Lumin wrote: > I'm not sure whether there is a better way to workaround this, > but the following solution works fine > > > -libraries = ['freecontact', 'boost_python'])] > +libraries = ['freecontact', >

Re: How to enable Python3 for python-freecontact

2018-07-03 Thread Lumin
Hi Andreas, > Is there any way to have different library sections in setup.py > to accomplish version specific libraries linked? -libraries = ['freecontact', 'boost_python'])] +libraries = ['freecontact', 'boost_python-py36'])] This hack fixes the python 3.6 .so