Message74432
When using a universal build of python on macosx
distutils.util.get_platform should use "fat" for the machine
architecture, instead of the architecture of the current machine.
That's not what's currently happening:
$ python26 -c 'from distutils.util import get_platform; print
get_platform()'
macosx-10.3-ppc
$ |
|
Date |
User |
Action |
Args |
2008-10-07 09:41:46 | ronaldoussoren | set | recipients:
+ ronaldoussoren |
2008-10-07 09:41:46 | ronaldoussoren | set | messageid: <1223372506.67.0.0695437695796.issue4064@psf.upfronthosting.co.za> |
2008-10-07 09:41:45 | ronaldoussoren | link | issue4064 messages |
2008-10-07 09:41:45 | ronaldoussoren | create | |
|