Skip to content

Expects python to be called python and not e.g. python3 #33

@Zentrik

Description

@Zentrik

Assumes python is invoked by calling python at

self.command = command or 'python'
and this error seems to be suppressed by default at

faber/src/faber/tool.py

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions