These are support files to build Mnemosyne 1.0.1.1 on OSX using py2app. Apply the setup.py patch to enable usage of py2app: patch -p0 < mnemosyne-setuppy-py2app.diff Apply the shrink fix to fix the bug with the main dialog resizing on every question: patch -p0 < mnemosyne-osx-shrink-fix.diff Copy the icon file into the pixmaps directory: cp mnemosyne.icns mnemosyne-1.0.1.1/pixmaps/ Install py2app using the correct easy_install: /opt/local/bin/easy_install-2.4 py2app You might need to upgrade your setuptools: /opt/local/bin/easy_install-2.4 -U setuptools Run the setup.py script using the correct python interpreter: cd mnemosyne-1.0.1.1/ /opt/local/bin/python2.4 setup.py py2app Now you will find a Mnemosyne.app in dist/ For questions mail to mnemosyne@wojas.tk or - preferably - consult the Mnemosyne forum at http://sourceforge.net/forum/forum.php?forum_id=537135