When build.py is run, this error is printed:
Traceback (most recent call last):
File “. . .\setup.py”, line 26, in from buildtools.config import Config, msg, opj, runcmd, canGetSOName, getSOName
ModuleNotFoundError: No module named ‘buildtools.config’
Robin
2
Where did your source tree come from? What commands did you run? Are you in the root of the wxPython source tree when you run the commands?
···
–
Robin Dunn
Software Craftsman
On Tuesday, December 26, 2017 at 10:27:52 AM UTC-8, James Lappin wrote:
When build.py is run, this error is printed:
Traceback (most recent call last):
File “. . .\setup.py”, line 26, in from buildtools.config import Config, msg, opj, runcmd, canGetSOName, getSOName
ModuleNotFoundError: No module named ‘buildtools.config’