MACOSX_DEPLOYMENT_TARGET mismatch bug on Leopard using system Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anand Patil

    MACOSX_DEPLOYMENT_TARGET mismatch bug on Leopard using system Python

    Hi all,

    I'm getting error messages like

    distutils.error s.DistutilsPlat formError: $MACOSX_DEPLOYM ENT_TARGET
    mismatch: now "10.3" but "10.5" during configure

    on Leopard using system Python when trying to build a third-party
    module. Can this be fixed without installing a different distribution
    of Python? Googling the problem turns up fixes that involve
    configuring source distributions, unless I'm mistaken.

    Thanks,
    Anand Patil
Working...