[Pythonmac-SIG] problems using py2app

Richard Taylor r.taylor at eris.qinetiq.com
Wed Oct 12 15:07:48 CEST 2005


Hi

I am trying to use py2app (http://undefined.org/python/) to package a
gnome-python application called gramps (http://www.gramps-project.org) for
MAC OS X. 

py2app does not have a mailing list so I started by posting to 
comp.lang.python and someone there pointed me here instead. If anyone could 
point me in the direction of a better forum is there is one.

The command I am running is:

 python setup.py py2app

The error I am getting is (the full output is attached):

 -> raise ValueError, "New Mach-O header is too large to relocate"

It looks like there is a problem with the number of libraries that
gramps depends on, but I am new to the MAC and py2app so I am not sure where
to turn next to overcome this problem.
Any ideas?

Regards

Richard

running py2app
*** using recipe: sip ***
*** filtering dependencies ***
435 total
34 filtered
6 orphaned
401 remaining
*** create binaries ***
skipping python loader for extension 'MacOS'
skipping python loader for extension 'Nav'
skipping python loader for extension '_AE'
skipping python loader for extension '_Ctl'
skipping python loader for extension '_Dlg'
skipping python loader for extension '_Evt'
skipping python loader for extension '_File'
skipping python loader for extension '_Folder'
skipping python loader for extension '_Menu'
skipping python loader for extension '_Qd'
skipping python loader for extension '_Res'
skipping python loader for extension '_Win'
skipping python loader for extension '_codecs_cn'
skipping python loader for extension '_codecs_hk'
skipping python loader for extension '_codecs_iso2022'
skipping python loader for extension '_codecs_jp'
skipping python loader for extension '_codecs_kr'
skipping python loader for extension '_codecs_tw'
skipping python loader for extension '_locale'
skipping python loader for extension '_random'
skipping python loader for extension '_socket'
skipping python loader for extension '_ssl'
skipping python loader for extension '_weakref'
skipping python loader for extension 'array'
skipping python loader for extension 'binascii'
skipping python loader for extension 'bz2'
skipping python loader for extension 'cPickle'
skipping python loader for extension 'cStringIO'
skipping python loader for extension 'datetime'
skipping python loader for extension 'fcntl'
skipping python loader for extension 'icglue'
skipping python loader for extension 'itertools'
skipping python loader for extension 'math'
skipping python loader for extension 'md5'
skipping python loader for extension 'pwd'
skipping python loader for extension 'pyexpat'
skipping python loader for extension 'strop'
skipping python loader for extension 'struct'
skipping python loader for extension 'termios'
skipping python loader for extension 'time'
skipping python loader for extension 'unicodedata'
skipping python loader for extension 'zlib'
skipping python loader for extension '_bsddb'
skipping python loader for extension 'gconf'
skipping python loader for extension 'gnome._gnome'
skipping python loader for extension 'gnome.ui'
skipping python loader for extension 'gnomecanvas'
skipping python loader for extension 'gnomevfs'
skipping python loader for extension 'gobject'
skipping python loader for extension 'gtk._gtk'
skipping python loader for extension 'gtk.glade'
skipping python loader for extension 'pango'
*** byte compile python files ***
skipping byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/AddMedia.py
to AddMedia.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/AddSpouse.py to AddSpouse.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/AddrEdit.py
to AddrEdit.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/ArgHandler.py to ArgHandler.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/AttrEdit.py
to AttrEdit.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/AutoComp.py
to AutoComp.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/BaseDoc.py
to BaseDoc.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/Bookmarks.py to Bookmarks.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/CalSdn.py
to CalSdn.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/ChooseParents.py to ChooseParents.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/ColumnOrder.py to ColumnOrder.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/Date.py to
Date.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/DateDisplay.py to DateDisplay.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/DateEdit.py
to DateEdit.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/DateHandler.py to DateHandler.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/DateParser.py to DateParser.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/DbPrompter.py to DbPrompter.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/DdTargets.py to DdTargets.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/DisplayModels.py to DisplayModels.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/DisplayTrace.py to DisplayTrace.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/EditPerson.py to EditPerson.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/EditPlace.py to EditPlace.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/EditSource.py to EditSource.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/Errors.py
to Errors.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/EventEdit.py to EventEdit.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/Exporter.py
to Exporter.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/FamilyView.py to FamilyView.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/FontScale.py to FontScale.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GedcomInfo.py to GedcomInfo.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GenericFilter.py to GenericFilter.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsBSDDB.py to GrampsBSDDB.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsCfg.py to GrampsCfg.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsDBCallback.py to 
GrampsDBCallback.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsDbBase.py to GrampsDbBase.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsGEDDB.py to GrampsGEDDB.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsGconfKeys.py to 
GrampsGconfKeys.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsInMemDB.py to GrampsInMemDB.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsIniKeys.py to GrampsIniKeys.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsKeys.py to GrampsKeys.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsMime.py to GrampsMime.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/GrampsXMLDB.py to GrampsXMLDB.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/ImageSelect.py to ImageSelect.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/ImgManip.py
to ImgManip.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/ListModel.py to ListModel.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/LocEdit.py
to LocEdit.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/Marriage.py
to Marriage.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/MediaView.py to MediaView.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/MergeData.py to MergeData.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/MergePeople.py to MergePeople.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/NameDisplay.py to NameDisplay.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/NameEdit.py
to NameEdit.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/NoteEdit.py
to NoteEdit.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/PaperMenu.py to PaperMenu.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/PedView.py
to PedView.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/PeopleModel.py to PeopleModel.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/PeopleView.py to PeopleView.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/PlaceView.py to PlaceView.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/PluginMgr.py to PluginMgr.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/Plugins.py
to Plugins.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/QuestionDialog.py to 
QuestionDialog.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/ReadGedcom.py to ReadGedcom.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/ReadGrdb.py
to ReadGrdb.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/ReadXML.py
to ReadXML.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/RecentFiles.py to RecentFiles.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/RelImage.py
to RelImage.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/RelLib.py
to RelLib.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/Relationship.py to Relationship.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/Report.py
to Report.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/ReportUtils.py to ReportUtils.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/SelectChild.py to SelectChild.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/SelectObject.py to SelectObject.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/SelectPerson.py to SelectPerson.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/SourceView.py to SourceView.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/Sources.py
to Sources.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/Spell.py to
Spell.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/StartupDialog.py to StartupDialog.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/StyleEditor.py to StyleEditor.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/TarFile.py
to TarFile.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/TipOfDay.py
to TipOfDay.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/TransTable.py to TransTable.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/UrlEdit.py
to UrlEdit.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/Utils.py to
Utils.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/Witness.py
to Witness.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/WriteGedcom.py to WriteGedcom.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/WriteGrdb.py to WriteGrdb.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/WriteXML.py
to WriteXML.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/ansel_utf8.py to ansel_utf8.pycskipping 
byte-compilation of /Users/rjt/Src/gramps-2.0.8/src/const.py to
const.pycskipping byte-compilation 
of /Users/rjt/Src/gramps-2.0.8/src/gramps.py
to gramps.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/gramps_main.py to gramps_main.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/src/latin_utf8.py to latin_utf8.pycskipping 
byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ConfigParser.py 
to ConfigParser.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/StringIO.py 
to StringIO.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/UserDict.py 
to UserDict.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/__future__.py 
to __future__.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/_strptime.py 
to _strptime.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/base64.py 
to base64.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/bsddb/__init__.py 
to bsddb/__init__.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/bsddb/db.py 
to bsddb/db.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/bsddb/dbshelve.py 
to bsddb/dbshelve.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/calendar.py 
to calendar.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/cgi.py 
to cgi.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/codecs.py 
to codecs.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/copy.py 
to copy.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/copy_reg.py 
to copy_reg.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/dis.py 
to dis.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/dummy_thread.py 
to dummy_thread.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Charset.py 
to email/Charset.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Encoders.py 
to email/Encoders.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Errors.py 
to email/Errors.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/FeedParser.py 
to
email/FeedParser.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Generator.py 
to email/Generator.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Header.py 
to email/Header.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Iterators.py 
to email/Iterators.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Message.py 
to email/Message.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Parser.py 
to email/Parser.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/Utils.py 
to email/Utils.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/__init__.py 
to email/__init__.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/_parseaddr.py 
to
email/_parseaddr.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/base64MIME.py 
to
email/base64MIME.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/email/quopriMIME.py 
to
email/quopriMIME.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/__init__.py 
to
encodings/__init__.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/aliases.py 
to
encodings/aliases.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/ascii.py 
to encodings/ascii.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/base64_codec.py 
to
encodings/base64_codec.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/big5.py 
to encodings/big5.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/big5hkscs.py 
to
encodings/big5hkscs.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/bz2_codec.py 
to
encodings/bz2_codec.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/charmap.py 
to
encodings/charmap.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp037.py 
to encodings/cp037.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1006.py 
to
encodings/cp1006.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1026.py 
to
encodings/cp1026.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1140.py 
to
encodings/cp1140.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1250.py 
to
encodings/cp1250.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1251.py 
to
encodings/cp1251.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1252.py 
to
encodings/cp1252.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1253.py 
to
encodings/cp1253.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1254.py 
to
encodings/cp1254.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1255.py 
to
encodings/cp1255.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1256.py 
to
encodings/cp1256.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1257.py 
to
encodings/cp1257.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp1258.py 
to
encodings/cp1258.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp424.py 
to encodings/cp424.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp437.py 
to encodings/cp437.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp500.py 
to encodings/cp500.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp737.py 
to encodings/cp737.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp775.py 
to encodings/cp775.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp850.py 
to encodings/cp850.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp852.py 
to encodings/cp852.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp855.py 
to encodings/cp855.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp856.py 
to encodings/cp856.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp857.py 
to encodings/cp857.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp860.py 
to encodings/cp860.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp861.py 
to encodings/cp861.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp862.py 
to encodings/cp862.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp863.py 
to encodings/cp863.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp864.py 
to encodings/cp864.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp865.py 
to encodings/cp865.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp866.py 
to encodings/cp866.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp869.py 
to encodings/cp869.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp874.py 
to encodings/cp874.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp875.py 
to encodings/cp875.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp932.py 
to encodings/cp932.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp949.py 
to encodings/cp949.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/cp950.py 
to encodings/cp950.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/euc_jis_2004.py 
to
encodings/euc_jis_2004.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/euc_jisx0213.py 
to
encodings/euc_jisx0213.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/euc_jp.py 
to
encodings/euc_jp.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/euc_kr.py 
to
encodings/euc_kr.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/gb18030.py 
to
encodings/gb18030.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/gb2312.py 
to
encodings/gb2312.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/gbk.py 
to encodings/gbk.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/hex_codec.py 
to
encodings/hex_codec.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/hp_roman8.py 
to
encodings/hp_roman8.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/hz.py 
to encodings/hz.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/idna.py 
to encodings/idna.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso2022_jp.py 
to
encodings/iso2022_jp.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso2022_jp_1.py 
to
encodings/iso2022_jp_1.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso2022_jp_2.py 
to
encodings/iso2022_jp_2.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso2022_jp_2004.py 
to
encodings/iso2022_jp_2004.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso2022_jp_3.py 
to
encodings/iso2022_jp_3.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso2022_jp_ext.py 
to
encodings/iso2022_jp_ext.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso2022_kr.py 
to
encodings/iso2022_kr.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_1.py 
to
encodings/iso8859_1.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_10.py 
to
encodings/iso8859_10.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_11.py 
to
encodings/iso8859_11.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_13.py 
to
encodings/iso8859_13.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_14.py 
to
encodings/iso8859_14.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_15.py 
to
encodings/iso8859_15.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_16.py 
to
encodings/iso8859_16.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_2.py 
to
encodings/iso8859_2.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_3.py 
to
encodings/iso8859_3.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_4.py 
to
encodings/iso8859_4.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_5.py 
to
encodings/iso8859_5.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_6.py 
to
encodings/iso8859_6.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_7.py 
to
encodings/iso8859_7.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_8.py 
to
encodings/iso8859_8.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/iso8859_9.py 
to
encodings/iso8859_9.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/johab.py 
to encodings/johab.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/koi8_r.py 
to
encodings/koi8_r.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/koi8_u.py 
to
encodings/koi8_u.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/latin_1.py 
to
encodings/latin_1.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/mac_cyrillic.py 
to
encodings/mac_cyrillic.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/mac_greek.py 
to
encodings/mac_greek.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/mac_iceland.py 
to
encodings/mac_iceland.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/mac_latin2.py 
to
encodings/mac_latin2.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/mac_roman.py 
to
encodings/mac_roman.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/mac_turkish.py 
to
encodings/mac_turkish.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/mbcs.py 
to encodings/mbcs.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/palmos.py 
to
encodings/palmos.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/ptcp154.py 
to
encodings/ptcp154.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/punycode.py 
to
encodings/punycode.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/quopri_codec.py 
to
encodings/quopri_codec.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/raw_unicode_escape.py 
to
encodings/raw_unicode_escape.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/rot_13.py 
to
encodings/rot_13.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/shift_jis.py 
to
encodings/shift_jis.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/shift_jis_2004.py 
to
encodings/shift_jis_2004.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/shift_jisx0213.py 
to
encodings/shift_jisx0213.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/string_escape.py 
to
encodings/string_escape.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/tis_620.py 
to
encodings/tis_620.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/undefined.py 
to
encodings/undefined.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/unicode_escape.py 
to
encodings/unicode_escape.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/unicode_internal.py 
to
encodings/unicode_internal.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/utf_16.py 
to
encodings/utf_16.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/utf_16_be.py 
to
encodings/utf_16_be.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/utf_16_le.py 
to
encodings/utf_16_le.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/utf_7.py 
to encodings/utf_7.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/utf_8.py 
to encodings/utf_8.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/uu_codec.py 
to
encodings/uu_codec.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/encodings/zlib_codec.py 
to
encodings/zlib_codec.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/fnmatch.py 
to fnmatch.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ftplib.py 
to ftplib.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/getopt.py 
to getopt.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/getpass.py 
to getpass.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/gettext.py 
to gettext.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/glob.py 
to glob.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/gopherlib.py 
to gopherlib.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/gzip.py 
to gzip.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/httplib.py 
to httplib.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/inspect.py 
to inspect.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/linecache.py 
to linecache.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/locale.py 
to locale.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/macpath.py 
to macpath.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/macurl2path.py 
to macurl2path.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/mimetools.py 
to mimetools.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/mimetypes.py 
to mimetypes.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/opcode.py 
to opcode.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/os.py 
to os.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/AE.py 
to Carbon/AE.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Appearance.py 
to
Carbon/Appearance.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/AppleEvents.py 
to
Carbon/AppleEvents.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/CarbonEvents.py 
to
Carbon/CarbonEvents.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/ControlAccessor.py 
to
Carbon/ControlAccessor.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Controls.py 
to
Carbon/Controls.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Ctl.py 
to Carbon/Ctl.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Dialogs.py 
to
Carbon/Dialogs.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Dlg.py 
to Carbon/Dlg.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Dragconst.py 
to
Carbon/Dragconst.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Events.py 
to
Carbon/Events.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Evt.py 
to Carbon/Evt.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/File.py 
to
Carbon/File.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Files.py 
to
Carbon/Files.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Folder.py 
to
Carbon/Folder.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Folders.py 
to
Carbon/Folders.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Menu.py 
to
Carbon/Menu.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Qd.py 
to Carbon/Qd.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/QuickDraw.py 
to
Carbon/QuickDraw.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Res.py 
to Carbon/Res.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/TextEdit.py 
to
Carbon/TextEdit.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Win.py 
to Carbon/Win.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/Windows.py 
to
Carbon/Windows.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/Carbon/__init__.py 
to
Carbon/__init__.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/EasyDialogs.py 
to
EasyDialogs.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/aepack.py 
to aepack.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/aetools.py 
to aetools.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/aetypes.py 
to aetypes.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/applesingle.py 
to
applesingle.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/ic.py 
to ic.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py 
to Finder/Containers_and_folders.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Enumerations.py 
to Finder/Enumerations.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Files.py 
to Finder/Files.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py 
to Finder/Finder_Basics.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Finder_items.py 
to Finder/Finder_items.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py 
to Finder/Legacy_suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py 
to Finder/Standard_Suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py 
to Finder/Type_Definitions.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/Window_classes.py 
to Finder/Window_classes.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/Finder/__init__.py 
to Finder/__init__.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py 
to StdSuites/AppleScript_Suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py 
to StdSuites/Macintosh_Connectivity_Clas.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py 
to StdSuites/QuickDraw_Graphics_Suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py 
to StdSuites/QuickDraw_Graphics_Suppleme.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py 
to StdSuites/Required_Suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py 
to StdSuites/Standard_Suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py 
to StdSuites/Table_Suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py 
to StdSuites/Text_Suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py 
to StdSuites/Type_Names_Suite.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/StdSuites/__init__.py 
to StdSuites/__init__.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py 
to _builtinSuites/__init__.pycskipping byte-compilation
of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py 
to _builtinSuites/builtin_Suite.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/macfs.py 
to macfs.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/macostools.py 
to macostools.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac/macresource.py 
to
macresource.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/popen2.py 
to popen2.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/posixpath.py 
to posixpath.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/quopri.py 
to quopri.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/random.py 
to random.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/re.py 
to re.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/repr.py 
to repr.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/rfc822.py 
to rfc822.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/sets.py 
to sets.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/shutil.py 
to shutil.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/socket.py 
to socket.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/sre.py 
to sre.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/sre_compile.py 
to sre_compile.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/sre_constants.py 
to sre_constants.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/sre_parse.py 
to sre_parse.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/stat.py 
to stat.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/string.py 
to string.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/stringprep.py 
to stringprep.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/tempfile.py 
to tempfile.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/token.py 
to token.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/tokenize.py 
to tokenize.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/traceback.py 
to traceback.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/types.py 
to types.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/unittest.py 
to unittest.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urllib.py 
to urllib.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/urlparse.py 
to urlparse.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/uu.py 
to uu.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/warnings.py 
to warnings.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/weakref.py 
to weakref.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/__init__.py 
to xml/__init__.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/parsers/__init__.py 
to
xml/parsers/__init__.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/parsers/expat.py 
to
xml/parsers/expat.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/sax/__init__.py 
to
xml/sax/__init__.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/sax/_exceptions.py 
to
xml/sax/_exceptions.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/sax/expatreader.py 
to
xml/sax/expatreader.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/sax/handler.py 
to xml/sax/handler.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/sax/saxutils.py 
to
xml/sax/saxutils.pycskipping byte-compilation of
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/xml/sax/xmlreader.py 
to
xml/sax/xmlreader.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/gtk-2.0/gnome/__init__.py to 
gnome/__init__.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/gtk-2.0/gnome/canvas.py to 
gnome/canvas.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/gtk-2.0/gnome/vfs.py to 
gnome/vfs.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py to 
gtk/__init__.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/gtk-2.0/gtk/keysyms.py to 
gtk/keysyms.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/py2app/py2app/bootstrap/boot_app.py to 
boot_app.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/py2app/py2app/bootstrap/chdir_resource.py 
to chdir_resource.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/py2app/py2app/bootstrap/disable_linecache.py 
to disable_linecache.pycskipping byte-compilation of
/opt/local/lib/python2.4/site-packages/pygtk.py to pygtk.pycskipping 
byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/MacOS.py 
to
MacOS.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/Nav.py 
to
Nav.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_AE.py 
to
_AE.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_Ctl.py 
to
_Ctl.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_Dlg.py 
to
_Dlg.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_Evt.py 
to
_Evt.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_File.py 
to
_File.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_Folder.py 
to
_Folder.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_Menu.py 
to
_Menu.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_Qd.py 
to
_Qd.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_Res.py 
to
_Res.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_Win.py 
to
_Win.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_codecs_cn.py 
to
_codecs_cn.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_codecs_hk.py 
to
_codecs_hk.pycskipping byte-compilation
of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_codecs_iso2022.py 
to _codecs_iso2022.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_codecs_jp.py 
to
_codecs_jp.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_codecs_kr.py 
to
_codecs_kr.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_codecs_tw.py 
to
_codecs_tw.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_locale.py 
to
_locale.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_random.py 
to
_random.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_socket.py 
to
_socket.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_ssl.py 
to
_ssl.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_weakref.py 
to
_weakref.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/array.py 
to
array.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/binascii.py 
to
binascii.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/bz2.py 
to
bz2.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/cPickle.py 
to
cPickle.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/cStringIO.py 
to
cStringIO.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/datetime.py 
to
datetime.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/fcntl.py 
to
fcntl.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/icglue.py 
to
icglue.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/itertools.py 
to
itertools.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/math.py 
to
math.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/md5.py 
to
md5.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/pwd.py 
to
pwd.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/pyexpat.py 
to
pyexpat.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/strop.py 
to
strop.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/struct.py 
to
struct.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/termios.py 
to
termios.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/time.py 
to
time.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/unicodedata.py
to unicodedata.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/zlib.py 
to
zlib.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/_bsddb.py 
to
_bsddb.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/gconf.py 
to
gconf.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/gnome/_gnome.py
to gnome/_gnome.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/gnome/ui.py 
to
gnome/ui.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/gnomecanvas.py
to gnomecanvas.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/gnomevfs.py 
to
gnomevfs.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/gobject.py 
to
gobject.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/gtk/_gtk.py 
to
gtk/_gtk.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/gtk/glade.py 
to
gtk/glade.pycskipping byte-compilation of
/Users/rjt/Src/gramps-2.0.8/build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/temp/pango.py 
to
pango.pyc*** creating application bundle: gramps ***
copying
build/bdist.darwin-8.2.1-Power_Macintosh/python2.4-standalone/app/site-packages.zip 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Resources/Pythoncopying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Resources/English.lproj/InfoPlist.strings
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4/Resources/English.lprojcopying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Python ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4copying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Resources/Info.plist 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4/Resourcescopying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Resources/version.plist 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4/Resourcescopying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4/bincopying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Resources/English.lproj/InfoPlist.strings
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4/Resources/English.lprojcopying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Python ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4copying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Resources/Info.plist 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4/Resourcescopying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Resources/version.plist 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4/Resourcescopying
/opt/local/Library/Frameworks/Python.framework/Versions/2.4/bin/python ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworks/Python.framework/Versions/2.4/bincopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomecanvas-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomecanvas-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgtk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgtk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libart_lgpl_2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libart_lgpl_2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnome-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnome-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomevfs-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomevfs-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libxml2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libxml2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libxml2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libesd.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libesd.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libaudiofile.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libaudiofile.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libesd.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libaudiofile.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomevfs-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libxml2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgtk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonoboui-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libesd.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libaudiofile.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libxml2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomecanvas-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnome-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libart_lgpl_2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgtk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomevfs-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnome-keyring.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libdb-4.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomecanvas-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libart_lgpl_2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgtk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomevfs-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libxml2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnome-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libxml2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libesd.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libaudiofile.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomevfs-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomeui-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libesd.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libaudiofile.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBitCosNaming-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonoboui-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnome-keyring.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libxml2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomecanvas-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnome-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpopt.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libart_lgpl_2.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgtk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgnomevfs-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgconf-2.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libbonobo-activation.4.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libORBit-2.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgthread-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgtk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangoft2-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libcairo.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libXrender.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpango-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfontconfig.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libexpat.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libfreetype.6.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgobject-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgmodule-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libglib-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libintl.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libiconv.2.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgtk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk-x11-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libatk-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpng12.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libz.1.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libtiff.3.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libjpeg.62.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/Frameworkscopying /opt/local/lib/libpangocairo-1.0.0.dylib 
->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libpangoft2-1.0.0.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libexpat.0.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libpango-1.0.0.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libcairo.2.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libgobject-2.0.0.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libgmodule-2.0.0.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libglib-2.0.0.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libintl.3.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libiconv.2.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libfreetype.6.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libfontconfig.1.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksWARNING: Mach-O 
header may be too large to relocate
copying /opt/local/lib/libXrender.1.dylib ->
/Users/rjt/Src/gramps-2.0.8/dist/gramps.app/Contents/FrameworksTraceback (most 
recent call last):
  File
"/opt/local/lib/python2.4/site-packages/py2app/py2app/build_app.py", line 480, 
in _run    self.run_normal()
  File
"/opt/local/lib/python2.4/site-packages/py2app/py2app/build_app.py", line 538, 
in run_normal    self.create_binaries(py_files, pkgdirs, extensions, 
loader_files)
  File
"/opt/local/lib/python2.4/site-packages/py2app/py2app/build_app.py", line 636, 
in create_binaries    platfiles = mm.run()
  File
"/opt/local/lib/python2.4/site-packages/py2app/macholib/MachOStandalone.py", 
line 119, in run    node.write(f)
  File
"/opt/local/lib/python2.4/site-packages/py2app/macholib/MachO.py", line 221, 
in write    self.synchronize_size()
  File
"/opt/local/lib/python2.4/site-packages/py2app/macholib/MachO.py", line 214, 
in synchronize_size    raise ValueError, "New Mach-O header is too large to 
relocate"
ValueError: New Mach-O header is too large to relocate
WARNING: Mach-O header may be too large to relocate
> /opt/local/lib/python2.4/site-packages/py2app/macholib/MachO.py(214)synchronize_size()
-> raise ValueError, "New Mach-O header is too large to relocate"
(Pdb) (Pdb) interrupted


-- 
QinetiQ                                  
B009 Woodward Building
St. Andrews Road
Malvern
Worcs WR14 3PS
Jabber: RichardTaylor at jabber.org
PGPKey: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA7DA9FD9
Key fingerprint = D051 A121 E7C3 485F 3C0E  1593 ED9E D868 A7DA 9FD9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20051012/10ad31d7/attachment-0001.pgp


More information about the Pythonmac-SIG mailing list