[quoted lines by Gwyn Ciesla on 2017/06/16 at 12:42 -0500] >It builds the binding against 2.7 in the space where it should be building >agains 3.6
It actually is seeing the correct environment variable. Here's the relevant part of your log: checking for python... /usr/bin/python3 configure: WARNING: Python module not found: sys configure: WARNING: Python module not found: distutils.sysconfig checking for cython... /usr/bin/cython configure: WARNING: Python BrlAPI bindings not included So the actual problem is that those Python modules aren't being found so it refuses to include the Python bindings for Python3. -- Dave Mielke | 2213 Fox Crescent | http://Mielke.cc/ Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: [email protected] | Canada K2A 1H7 | The Bible is the very Word of God. _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.com/mailman/listinfo/brltty
