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 _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig