[Pythonmac-SIG] framework on Intel

Eric G. Barron egb at usno.navy.mil
Mon Feb 27 19:02:17 CET 2006


On 26 Feb 2006, at 1205, Ronald Oussoren wrote:

> You could use the tree at http://svn.pythonmac.org/python24/python24-
> fat,
> check out using subversion and then build using:
>
> $ configure --enable-framework --enable-universal-sdk
> $ make
> $ sudo make frameworkinstall
>
> Please let us know of the results.

I built and installed revision 23 over the weekend.  Things are  
working great after fixing one little thing that was preventing me  
from installing packages...

In Lib/distutils/util.py, the second argument being sent to re.search 
() on lines 88-90 is plist.read() when it should be f.read().  Since  
I changed that, everything seems to be working perfectly.

Thanks to everyone involved for all their work with this project!

Eric


More information about the Pythonmac-SIG mailing list