Re: How to enable Python3 for python-freecontact

2018-07-03 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', > 'boost_python

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 linkage

How to enable Python3 for python-freecontact

2018-07-03 Thread Andreas Tille
Hi, as far as I read the docs python-freecontact[1] works with Python3. The former maintainer left the line ### once libboost-python-dev will be provided for Python3 in d/rules and since I've found libboost-python1.62.0: /usr/lib/x86_64-linux-gnu/libboost_python-py35.so.1.62.0 libboost-pytho