-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Assumes python is invoked by calling python at
faber/src/faber/tools/python.py
Line 51 in 11d443b
| self.command = command or 'python' |
Lines 149 to 155 in 11d443b
| except Exception as e: | |
| from . import debug | |
| logger.info('trying to instantiate {} yields "{}"' | |
| .format(cls.__name__, e)) | |
| if debug: | |
| import traceback | |
| traceback.print_exc() |
I encountered this using faber 0.5.3 from PyPi and trying to build boost python.
o01eg
Metadata
Metadata
Assignees
Labels
No labels