Building installers using bdist_mpkg on Leopard
There appears to be a bug in bdist_mpkg on Leopard: it requires an "admin" group that does not exist by default. The mpkg build dies with a ValueError saying that the group does not exist. Is it best just to add this group, or should the code be changed?
this looks like a question for the pythonmac list -- have you tried there? -Chris Chris wrote:
There appears to be a bug in bdist_mpkg on Leopard: it requires an "admin" group that does not exist by default. The mpkg build dies with a ValueError saying that the group does not exist. Is it best just to add this group, or should the code be changed?
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion
-- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chris.Barker@noaa.gov
participants (2)
-
Chris
-
Christopher Barker