On Mon, 31 May 2004, Nils Loeffel wrote:
Is your Mattricks Programm also for Macintosh? Greez Guergue
Mattricks mailing list Mattricks@lists.lysator.liu.se http://lists.lysator.liu.se/mailman/listinfo/mattricks
Yes, Mattricks should work for Macintosh too.
So, here is I hope a complete list on how to get Mattricks to work (I hope).
1. Download and install python 2.3 for Mac OS X (either from apple or www.python.org)
2. Download and install wxpython 2.4 for macintosh on www.wxpython.org.
3. Download and install pyxml from http://pyxml.sourceforge.net/ For this it is the .tar.gz that should be downloaded.
4. From this mattricks-list message (http://lists.lysator.liu.se/pipermail/mattricks/2004-March/000371.html) Kent Karlsson wrote the following should be done too:
# curl http://undefined.org/python/pimp/bsddb-4.1.6.darwin-6.6-Power_Macintosh.tar.... > bsddb.tgz # tar xzvf bsddb.tgz # mv ./Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/_bsddb.so . # install_name_tool -change /Library/Frameworks/Python.framework/Versions/2.3/Python /System/Library/Frameworks/Python.framework/Versions/2.3/Python _bsddb.so # mv _bsddb.so /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/
He also mentioned this: http://divmod.org/users/mailman.twistd/pipermail/divmod-dev/2003-November/00...
Please report too if these steps actually work and if it doesn't, what did not work and try to find the reason for that it didn't work.
/Ragnar
mattricks@lists.lysator.liu.se