Also, are there build instructions for creating the Universal Packaging?
Thanks,
-Shane Holloway
From the Universal Build installed python::
[EMAIL PROTECTED] ~% /Library/Frameworks/Python.framework/Versions/2.4/bin/python -V
Python 2.4.3
[EMAIL PROTECTED] ~% /Library/Frameworks/Python.framework/Versions/2.4/bin/python -c "from test.pystone import pystones; print pystones()"
(3.79, 13192.612137203167)
From the release24-maint branch built on my box::
[EMAIL PROTECTED] python/py-24% svn info
Path: .
Repository UUID: 6015fed2-1504-0410-9fe1-9d1591cc4771
Revision: 43662
Node Kind: directory
Schedule: normal
Last Changed Author: martin.v.loewis
Last Changed Rev: 43618
Last Changed Date: 2006-04-04 00:08:17 -0600 (Tue, 04 Apr 2006)
Properties Last Updated: 2006-04-03 14:39:26 -0600 (Mon, 03 Apr 2006)
[EMAIL PROTECTED] python/py-24% ./python.exe -V
Python 2.4.4c0
[EMAIL PROTECTED] python/py-24% ./python.exe -c "from test.pystone import pystones; print pystones()"
(1.5799999999999998, 31645.569620253169)