Logged In: YES
user_id=1195192

To disable building the CDROM extension (which apparently is not ported
to MacOS currently), in setup.py change:

extensions = = [ Extension('mmpython/disc/cdrom', ['disc/
cdrommodule.c']) ]

to extensions = []

and additionally, change

if child.fromchild.readline().find('cannot find') == -1:

to

if child.fromchild.readline().find('can\'t locate') == -1:

This should compile on MacOS