Skip to content

Instantly share code, notes, and snippets.

@morinted
Last active November 7, 2015 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morinted/2a8568c3e36027e40498 to your computer and use it in GitHub Desktop.
Save morinted/2a8568c3e36027e40498 to your computer and use it in GitHub Desktop.
Plover Mac build error
Teds-MBP:osx ted$ git:(upstream ⚡ benoit-pierre-better-dev-env)make clean && make dist/Plover.app
rm -rf build/ dist/ Plover.dmg tmp/
python setup.py py2app
running py2app
creating /Users/ted/git/plover/osx/build
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp
creating /Users/ted/git/plover/osx/dist
creating build/bdist.macosx-10.6-intel/python2.7-standalone/app/lib-dynload
creating build/bdist.macosx-10.6-intel/python2.7-standalone/app/Frameworks
*** using recipe: virtualenv ***
*** using recipe: ftplib ***
*** using recipe: lxml ***
*** using recipe: xml ***
*** using recipe: sip ***
*** using recipe: ctypes ***
*** filtering dependencies ***
955 total
42 filtered
65 orphaned
913 remaining
*** create binaries ***
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/AppKit
creating python loader for extension 'AppKit._AppKit'
creating python loader for extension 'AppKit._inlines'
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/CoreFoundation
creating python loader for extension 'CoreFoundation._CoreFoundation'
creating python loader for extension 'CoreFoundation._inlines'
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Foundation
creating python loader for extension 'Foundation._Foundation'
creating python loader for extension 'Foundation._inlines'
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz/CoreGraphics
creating python loader for extension 'Quartz.CoreGraphics._callbacks'
creating python loader for extension 'Quartz.CoreGraphics._coregraphics'
creating python loader for extension 'Quartz.CoreGraphics._doubleindirect'
creating python loader for extension 'Quartz.CoreGraphics._inlines'
creating python loader for extension 'Quartz.CoreGraphics._sortandmap'
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz/CoreVideo
creating python loader for extension 'Quartz.CoreVideo._CVPixelBuffer'
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/objc
creating python loader for extension 'objc._objc'
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/simplejson
creating python loader for extension 'simplejson._speedups'
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/wx
creating python loader for extension 'wx._animate'
creating python loader for extension 'wx._controls_'
creating python loader for extension 'wx._core_'
creating python loader for extension 'wx._gdi_'
creating python loader for extension 'wx._grid'
creating python loader for extension 'wx._misc_'
creating python loader for extension 'wx._windows_'
*** byte compile python files ***
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py to ConfigParser.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/StringIO.py to StringIO.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py to UserDict.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py to __future__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py to _abcoll.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_osx_support.py to _osx_support.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_strptime.py to _strptime.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_sysconfigdata.py to _sysconfigdata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_threading_local.py to _threading_local.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py to _weakrefset.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py to abc.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ast.py to ast.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py to atexit.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/base64.py to base64.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py to bdb.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bisect.py to bisect.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/calendar.py to calendar.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py to cmd.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py to codecs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py to collections.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py to contextlib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py to copy.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py to copy_reg.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py to ctypes/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/ctypes
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.py to ctypes/_endian.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/__init__.py to ctypes/macholib/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/ctypes/macholib
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dyld.py to ctypes/macholib/dyld.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dylib.py to ctypes/macholib/dylib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/framework.py to ctypes/macholib/framework.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/util.py to ctypes/util.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/wintypes.py to ctypes/wintypes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py to decimal.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/difflib.py to difflib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dis.py to dis.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.py to distutils/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/distutils
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/debug.py to distutils/debug.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dep_util.py to distutils/dep_util.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/errors.py to distutils/errors.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/log.py to distutils/log.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py to distutils/spawn.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/sysconfig.py to distutils/sysconfig.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/text_file.py to distutils/text_file.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/util.py to distutils/util.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py to doctest.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_thread.py to dummy_thread.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/__init__.py to email/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/email
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/_parseaddr.py to email/_parseaddr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/base64mime.py to email/base64mime.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/charset.py to email/charset.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/encoders.py to email/encoders.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/errors.py to email/errors.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/feedparser.py to email/feedparser.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/generator.py to email/generator.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/header.py to email/header.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/iterators.py to email/iterators.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/message.py to email/message.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/__init__.py to email/mime/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/email/mime
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/parser.py to email/parser.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/quoprimime.py to email/quoprimime.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/utils.py to email/utils.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py to encodings/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/encodings
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py to encodings/aliases.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ascii.py to encodings/ascii.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/base64_codec.py to encodings/base64_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5.py to encodings/big5.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5hkscs.py to encodings/big5hkscs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/bz2_codec.py to encodings/bz2_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/charmap.py to encodings/charmap.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp037.py to encodings/cp037.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1006.py to encodings/cp1006.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1026.py to encodings/cp1026.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1140.py to encodings/cp1140.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1250.py to encodings/cp1250.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1251.py to encodings/cp1251.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1252.py to encodings/cp1252.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1253.py to encodings/cp1253.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1254.py to encodings/cp1254.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1255.py to encodings/cp1255.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1256.py to encodings/cp1256.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1257.py to encodings/cp1257.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1258.py to encodings/cp1258.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp424.py to encodings/cp424.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp437.py to encodings/cp437.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp500.py to encodings/cp500.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp720.py to encodings/cp720.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp737.py to encodings/cp737.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp775.py to encodings/cp775.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp850.py to encodings/cp850.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp852.py to encodings/cp852.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp855.py to encodings/cp855.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp856.py to encodings/cp856.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp857.py to encodings/cp857.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp858.py to encodings/cp858.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp860.py to encodings/cp860.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp861.py to encodings/cp861.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp862.py to encodings/cp862.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp863.py to encodings/cp863.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp864.py to encodings/cp864.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp865.py to encodings/cp865.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp866.py to encodings/cp866.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp869.py to encodings/cp869.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp874.py to encodings/cp874.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp875.py to encodings/cp875.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp932.py to encodings/cp932.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp949.py to encodings/cp949.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp950.py to encodings/cp950.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jis_2004.py to encodings/euc_jis_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jisx0213.py to encodings/euc_jisx0213.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jp.py to encodings/euc_jp.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_kr.py to encodings/euc_kr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb18030.py to encodings/gb18030.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb2312.py to encodings/gb2312.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gbk.py to encodings/gbk.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hex_codec.py to encodings/hex_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hp_roman8.py to encodings/hp_roman8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hz.py to encodings/hz.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/idna.py to encodings/idna.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp.py to encodings/iso2022_jp.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_1.py to encodings/iso2022_jp_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2.py to encodings/iso2022_jp_2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2004.py to encodings/iso2022_jp_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_3.py to encodings/iso2022_jp_3.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_ext.py to encodings/iso2022_jp_ext.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_kr.py to encodings/iso2022_kr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_1.py to encodings/iso8859_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_10.py to encodings/iso8859_10.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_11.py to encodings/iso8859_11.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_13.py to encodings/iso8859_13.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_14.py to encodings/iso8859_14.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_15.py to encodings/iso8859_15.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_16.py to encodings/iso8859_16.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_2.py to encodings/iso8859_2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_3.py to encodings/iso8859_3.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_4.py to encodings/iso8859_4.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_5.py to encodings/iso8859_5.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_6.py to encodings/iso8859_6.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_7.py to encodings/iso8859_7.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_8.py to encodings/iso8859_8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_9.py to encodings/iso8859_9.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/johab.py to encodings/johab.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_r.py to encodings/koi8_r.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_u.py to encodings/koi8_u.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/latin_1.py to encodings/latin_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_arabic.py to encodings/mac_arabic.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_centeuro.py to encodings/mac_centeuro.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_croatian.py to encodings/mac_croatian.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_cyrillic.py to encodings/mac_cyrillic.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_farsi.py to encodings/mac_farsi.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_greek.py to encodings/mac_greek.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_iceland.py to encodings/mac_iceland.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_latin2.py to encodings/mac_latin2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_roman.py to encodings/mac_roman.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_romanian.py to encodings/mac_romanian.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_turkish.py to encodings/mac_turkish.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mbcs.py to encodings/mbcs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/palmos.py to encodings/palmos.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ptcp154.py to encodings/ptcp154.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/punycode.py to encodings/punycode.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/quopri_codec.py to encodings/quopri_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/raw_unicode_escape.py to encodings/raw_unicode_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/rot_13.py to encodings/rot_13.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis.py to encodings/shift_jis.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis_2004.py to encodings/shift_jis_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jisx0213.py to encodings/shift_jisx0213.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/string_escape.py to encodings/string_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/tis_620.py to encodings/tis_620.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/undefined.py to encodings/undefined.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_escape.py to encodings/unicode_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_internal.py to encodings/unicode_internal.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16.py to encodings/utf_16.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_be.py to encodings/utf_16_be.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_le.py to encodings/utf_16_le.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32.py to encodings/utf_32.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_be.py to encodings/utf_32_be.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_le.py to encodings/utf_32_le.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_7.py to encodings/utf_7.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py to encodings/utf_8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8_sig.py to encodings/utf_8_sig.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/uu_codec.py to encodings/uu_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/zlib_codec.py to encodings/zlib_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py to fnmatch.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ftplib.py to ftplib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.py to functools.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py to genericpath.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getopt.py to getopt.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getpass.py to getpass.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gettext.py to gettext.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/glob.py to glob.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py to gzip.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py to hashlib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.py to heapq.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hmac.py to hmac.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py to httplib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py to importlib/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/importlib
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/inspect.py to inspect.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py to io.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py to json/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/json
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py to json/decoder.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py to json/encoder.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/scanner.py to json/scanner.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.py to keyword.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py to linecache.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py to locale.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py to logging/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/logging
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/handlers.py to logging/handlers.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetools.py to mimetools.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetypes.py to mimetypes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/new.py to new.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ntpath.py to ntpath.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/numbers.py to numbers.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/opcode.py to opcode.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/optparse.py to optparse.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py to os.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os2emxpath.py to os2emxpath.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pdb.py to pdb.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py to pickle.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py to pkgutil.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AE.py to Carbon/AE.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Carbon
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Appearance.py to Carbon/Appearance.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleEvents.py to Carbon/AppleEvents.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvents.py to Carbon/CarbonEvents.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/ControlAccessor.py to Carbon/ControlAccessor.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Controls.py to Carbon/Controls.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Ctl.py to Carbon/Ctl.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dialogs.py to Carbon/Dialogs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dlg.py to Carbon/Dlg.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dragconst.py to Carbon/Dragconst.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Events.py to Carbon/Events.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Evt.py to Carbon/Evt.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/File.py to Carbon/File.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Files.py to Carbon/Files.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menu.py to Carbon/Menu.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qd.py to Carbon/Qd.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickDraw.py to Carbon/QuickDraw.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Res.py to Carbon/Res.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TextEdit.py to Carbon/TextEdit.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Win.py to Carbon/Win.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Windows.py to Carbon/Windows.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/__init__.py to Carbon/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/EasyDialogs.py to EasyDialogs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aepack.py to aepack.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetools.py to aetools.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetypes.py to aetypes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/applesingle.py to applesingle.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py to Finder/Containers_and_folders.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Finder
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Enumerations.py to Finder/Enumerations.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Files.py to Finder/Files.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py to Finder/Finder_Basics.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_items.py to Finder/Finder_items.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py to Finder/Legacy_suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py to Finder/Standard_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py to Finder/Type_Definitions.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Window_classes.py to Finder/Window_classes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/__init__.py to Finder/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py to StdSuites/AppleScript_Suite.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/StdSuites
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py to StdSuites/Macintosh_Connectivity_Clas.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py to StdSuites/QuickDraw_Graphics_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py to StdSuites/QuickDraw_Graphics_Suppleme.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py to StdSuites/Required_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py to StdSuites/Standard_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py to StdSuites/Table_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py to StdSuites/Text_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py to StdSuites/Type_Names_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/__init__.py to StdSuites/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py to _builtinSuites/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/_builtinSuites
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py to _builtinSuites/builtin_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macostools.py to macostools.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macresource.py to macresource.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py to platform.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py to plistlib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py to posixpath.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pprint.py to pprint.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/py_compile.py to py_compile.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/quopri.py to quopri.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py to random.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py to re.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/repr.py to repr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rfc822.py to rfc822.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py to shlex.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py to shutil.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/AppKit/__init__.py to AppKit/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/AppKit
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/AppKit/_metadata.py to AppKit/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/AppKit/_nsapp.py to AppKit/_nsapp.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Cocoa/__init__.py to Cocoa/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Cocoa
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/CoreFoundation/__init__.py to CoreFoundation/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/CoreFoundation
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/CoreFoundation/_metadata.py to CoreFoundation/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/CoreFoundation/_static.py to CoreFoundation/_static.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Foundation/__init__.py to Foundation/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Foundation
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Foundation/_context.py to Foundation/_context.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Foundation/_functiondefines.py to Foundation/_functiondefines.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Foundation/_metadata.py to Foundation/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Foundation/_nsindexset.py to Foundation/_nsindexset.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Foundation/_nsobject.py to Foundation/_nsobject.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreGraphics/__init__.py to Quartz/CoreGraphics/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/CoreGraphics
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreGraphics/_contextmanager.py to Quartz/CoreGraphics/_contextmanager.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreGraphics/_metadata.py to Quartz/CoreGraphics/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreVideo/__init__.py to Quartz/CoreVideo/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/CoreVideo
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreVideo/_metadata.py to Quartz/CoreVideo/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/ImageIO/__init__.py to Quartz/ImageIO/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/ImageIO
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/ImageIO/_metadata.py to Quartz/ImageIO/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/ImageKit/__init__.py to Quartz/ImageKit/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/ImageKit
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/ImageKit/_metadata.py to Quartz/ImageKit/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/PDFKit/__init__.py to Quartz/PDFKit/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/PDFKit
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/PDFKit/_metadata.py to Quartz/PDFKit/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/QuartzCore/__init__.py to Quartz/QuartzCore/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/QuartzCore
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/QuartzCore/_metadata.py to Quartz/QuartzCore/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/QuartzFilters/__init__.py to Quartz/QuartzFilters/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/QuartzFilters
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/QuartzFilters/_metadata.py to Quartz/QuartzFilters/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/QuickLookUI/__init__.py to Quartz/QuickLookUI/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/QuickLookUI
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/QuickLookUI/_metadata.py to Quartz/QuickLookUI/_metadata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/__init__.py to Quartz/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/_markerlib/__init__.py to _markerlib/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/_markerlib
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/_markerlib/markers.py to _markerlib/markers.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/appdirs.py to appdirs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/__init__.py to objc/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/objc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_bridges.py to objc/_bridges.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_bridgesupport.py to objc/_bridgesupport.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_callable_docstr.py to objc/_callable_docstr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_category.py to objc/_category.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_compat.py to objc/_compat.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_context.py to objc/_context.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience.py to objc/_convenience.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_mapping.py to objc/_convenience_mapping.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_nsarray.py to objc/_convenience_nsarray.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_nsdata.py to objc/_convenience_nsdata.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_nsdecimal.py to objc/_convenience_nsdecimal.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_nsdictionary.py to objc/_convenience_nsdictionary.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_nsobject.py to objc/_convenience_nsobject.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_nsset.py to objc/_convenience_nsset.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_nsstring.py to objc/_convenience_nsstring.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_convenience_sequence.py to objc/_convenience_sequence.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_descriptors.py to objc/_descriptors.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_dyld.py to objc/_dyld.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_framework.py to objc/_framework.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_lazyimport.py to objc/_lazyimport.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_locking.py to objc/_locking.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_properties.py to objc/_properties.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_protocols.py to objc/_protocols.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_pycoder.py to objc/_pycoder.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_pythonify.py to objc/_pythonify.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py to pkg_resources/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/pkg_resources
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/_vendor/__init__.py to pkg_resources/_vendor/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/pkg_resources/_vendor
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__about__.py to pkg_resources/_vendor/packaging/__about__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/pkg_resources/_vendor/packaging
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__init__.py to pkg_resources/_vendor/packaging/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.py to pkg_resources/_vendor/packaging/_compat.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_structures.py to pkg_resources/_vendor/packaging/_structures.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py to pkg_resources/_vendor/packaging/specifiers.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/version.py to pkg_resources/_vendor/packaging/version.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/__init__.py to serial/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/serial
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/serialcli.py to serial/serialcli.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/serialjava.py to serial/serialjava.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/serialposix.py to serial/serialposix.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/serialutil.py to serial/serialutil.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/serialwin32.py to serial/serialwin32.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/tools/__init__.py to serial/tools/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/serial/tools
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/tools/list_ports.py to serial/tools/list_ports.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/tools/list_ports_linux.py to serial/tools/list_ports_linux.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/tools/list_ports_osx.py to serial/tools/list_ports_osx.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/tools/list_ports_posix.py to serial/tools/list_ports_posix.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/tools/list_ports_windows.py to serial/tools/list_ports_windows.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/serial/win32.py to serial/win32.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/simplejson/__init__.py to simplejson/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/simplejson
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/simplejson/compat.py to simplejson/compat.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/simplejson/decoder.py to simplejson/decoder.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/simplejson/encoder.py to simplejson/encoder.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/simplejson/ordered_dict.py to simplejson/ordered_dict.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/simplejson/scanner.py to simplejson/scanner.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py to smtplib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py to socket.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre.py to sre.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py to sre_compile.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py to sre_constants.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py to sre_parse.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py to ssl.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py to stat.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.py to string.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringprep.py to stringprep.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.py to struct.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py to subprocess.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symbol.py to symbol.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py to sysconfig.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py to tarfile.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py to tempfile.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/textwrap.py to textwrap.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py to threading.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/token.py to token.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tokenize.py to tokenize.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py to traceback.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py to types.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__init__.py to unittest/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/unittest
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py to unittest/case.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py to unittest/loader.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py to unittest/main.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/result.py to unittest/result.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/runner.py to unittest/runner.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/signals.py to unittest/signals.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/suite.py to unittest/suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/util.py to unittest/util.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py to urllib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py to urlparse.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uu.py to uu.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py to warnings.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py to weakref.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/webbrowser.py to webbrowser.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/__init__.py to xml/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/xml
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementPath.py to xml/etree/ElementPath.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/xml/etree
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py to xml/etree/ElementTree.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/__init__.py to xml/etree/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/__init__.py to xml/parsers/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/xml/parsers
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/expat.py to xml/parsers/expat.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py to zipfile.pyc
byte-compiling /Users/ted/git/plover/plover/__init__.py to plover/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover
byte-compiling /Users/ted/git/plover/plover/app.py to plover/app.pyc
byte-compiling /Users/ted/git/plover/plover/config.py to plover/config.pyc
byte-compiling /Users/ted/git/plover/plover/dictionary/__init__.py to plover/dictionary/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/dictionary
byte-compiling /Users/ted/git/plover/plover/dictionary/base.py to plover/dictionary/base.pyc
byte-compiling /Users/ted/git/plover/plover/dictionary/json_dict.py to plover/dictionary/json_dict.pyc
byte-compiling /Users/ted/git/plover/plover/dictionary/loading_manager.py to plover/dictionary/loading_manager.pyc
byte-compiling /Users/ted/git/plover/plover/dictionary/rtfcre_dict.py to plover/dictionary/rtfcre_dict.pyc
byte-compiling /Users/ted/git/plover/plover/dictionary_editor_store.py to plover/dictionary_editor_store.pyc
byte-compiling /Users/ted/git/plover/plover/exception.py to plover/exception.pyc
byte-compiling /Users/ted/git/plover/plover/formatting.py to plover/formatting.pyc
byte-compiling /Users/ted/git/plover/plover/gui/__init__.py to plover/gui/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/gui
byte-compiling /Users/ted/git/plover/plover/gui/add_translation.py to plover/gui/add_translation.pyc
byte-compiling /Users/ted/git/plover/plover/gui/config.py to plover/gui/config.pyc
byte-compiling /Users/ted/git/plover/plover/gui/dictionary_editor.py to plover/gui/dictionary_editor.pyc
byte-compiling /Users/ted/git/plover/plover/gui/keyboard_config.py to plover/gui/keyboard_config.pyc
byte-compiling /Users/ted/git/plover/plover/gui/lookup.py to plover/gui/lookup.pyc
byte-compiling /Users/ted/git/plover/plover/gui/main.py to plover/gui/main.pyc
byte-compiling /Users/ted/git/plover/plover/gui/paper_tape.py to plover/gui/paper_tape.pyc
byte-compiling /Users/ted/git/plover/plover/gui/serial_config.py to plover/gui/serial_config.pyc
byte-compiling /Users/ted/git/plover/plover/gui/suggestions.py to plover/gui/suggestions.pyc
byte-compiling /Users/ted/git/plover/plover/gui/util.py to plover/gui/util.pyc
byte-compiling /Users/ted/git/plover/plover/logger.py to plover/logger.pyc
byte-compiling /Users/ted/git/plover/plover/machine/__init__.py to plover/machine/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/machine
byte-compiling /Users/ted/git/plover/plover/machine/base.py to plover/machine/base.pyc
byte-compiling /Users/ted/git/plover/plover/machine/geminipr.py to plover/machine/geminipr.pyc
byte-compiling /Users/ted/git/plover/plover/machine/keymap.py to plover/machine/keymap.pyc
byte-compiling /Users/ted/git/plover/plover/machine/passport.py to plover/machine/passport.pyc
byte-compiling /Users/ted/git/plover/plover/machine/registry.py to plover/machine/registry.pyc
byte-compiling /Users/ted/git/plover/plover/machine/sidewinder.py to plover/machine/sidewinder.pyc
byte-compiling /Users/ted/git/plover/plover/machine/stentura.py to plover/machine/stentura.pyc
byte-compiling /Users/ted/git/plover/plover/machine/treal.py to plover/machine/treal.pyc
byte-compiling /Users/ted/git/plover/plover/machine/txbolt.py to plover/machine/txbolt.pyc
byte-compiling /Users/ted/git/plover/plover/main.py to plover/main.pyc
byte-compiling /Users/ted/git/plover/plover/orthography.py to plover/orthography.pyc
byte-compiling /Users/ted/git/plover/plover/oslayer/__init__.py to plover/oslayer/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/oslayer
byte-compiling /Users/ted/git/plover/plover/oslayer/comscan.py to plover/oslayer/comscan.pyc
byte-compiling /Users/ted/git/plover/plover/oslayer/config.py to plover/oslayer/config.pyc
byte-compiling /Users/ted/git/plover/plover/oslayer/keyboardcontrol.py to plover/oslayer/keyboardcontrol.pyc
byte-compiling /Users/ted/git/plover/plover/oslayer/list_ports_posix.py to plover/oslayer/list_ports_posix.pyc
byte-compiling /Users/ted/git/plover/plover/oslayer/osxkeyboardcontrol.py to plover/oslayer/osxkeyboardcontrol.pyc
byte-compiling /Users/ted/git/plover/plover/oslayer/processlock.py to plover/oslayer/processlock.pyc
byte-compiling /Users/ted/git/plover/plover/oslayer/winkeyboardcontrol.py to plover/oslayer/winkeyboardcontrol.pyc
byte-compiling /Users/ted/git/plover/plover/oslayer/xkeyboardcontrol.py to plover/oslayer/xkeyboardcontrol.pyc
byte-compiling /Users/ted/git/plover/plover/steno.py to plover/steno.pyc
byte-compiling /Users/ted/git/plover/plover/steno_dictionary.py to plover/steno_dictionary.pyc
byte-compiling /Users/ted/git/plover/plover/translation.py to plover/translation.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/__init__.py to wx/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/__version__.py to wx/__version__.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_controls.py to wx/_controls.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py to wx/_core.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_gdi.py to wx/_gdi.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc.py to wx/_misc.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_windows.py to wx/_windows.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/animate.py to wx/animate.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/grid.py to wx/grid.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/__init__.py to wx/lib/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/lib
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/colourutils.py to wx/lib/colourutils.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/filebrowsebutton.py to wx/lib/filebrowsebutton.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/mixins/__init__.py to wx/lib/mixins/__init__.pyc
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/lib/mixins
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/mixins/listctrl.py to wx/lib/mixins/listctrl.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/scrolledpanel.py to wx/lib/scrolledpanel.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/utils.py to wx/lib/utils.pyc
byte-compiling /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wxversion.py to wxversion.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/AppKit/_AppKit.py to AppKit/_AppKit.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/AppKit/_inlines.py to AppKit/_inlines.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/CoreFoundation/_CoreFoundation.py to CoreFoundation/_CoreFoundation.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/CoreFoundation/_inlines.py to CoreFoundation/_inlines.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Foundation/_Foundation.py to Foundation/_Foundation.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Foundation/_inlines.py to Foundation/_inlines.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz/CoreGraphics/_callbacks.py to Quartz/CoreGraphics/_callbacks.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz/CoreGraphics/_coregraphics.py to Quartz/CoreGraphics/_coregraphics.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz/CoreGraphics/_doubleindirect.py to Quartz/CoreGraphics/_doubleindirect.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz/CoreGraphics/_inlines.py to Quartz/CoreGraphics/_inlines.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz/CoreGraphics/_sortandmap.py to Quartz/CoreGraphics/_sortandmap.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/Quartz/CoreVideo/_CVPixelBuffer.py to Quartz/CoreVideo/_CVPixelBuffer.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/objc/_objc.py to objc/_objc.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/simplejson/_speedups.py to simplejson/_speedups.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/wx/_animate.py to wx/_animate.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/wx/_controls_.py to wx/_controls_.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/wx/_core_.py to wx/_core_.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/wx/_gdi_.py to wx/_gdi_.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/wx/_grid.py to wx/_grid.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/wx/_misc_.py to wx/_misc_.pyc
byte-compiling /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/temp/wx/_windows_.py to wx/_windows_.pyc
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/fetch_macholib -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/ctypes/macholib/fetch_macholib
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/fetch_macholib.bat -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/ctypes/macholib/fetch_macholib.bat
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/README.ctypes -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/ctypes/macholib/README.ctypes
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/README -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/distutils/README
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/ImageIO/PyObjCOverrides.bridgesupport -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/Quartz/ImageIO/PyObjCOverrides.bridgesupport
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets
copying file /Users/ted/git/plover/plover/assets/american_english_words.txt -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/american_english_words.txt
copying file /Users/ted/git/plover/plover/assets/commands.json -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/commands.json
copying file /Users/ted/git/plover/plover/assets/connected.png -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/connected.png
copying file /Users/ted/git/plover/plover/assets/disconnected.png -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/disconnected.png
copying file /Users/ted/git/plover/plover/assets/down.png -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/down.png
copying file /Users/ted/git/plover/plover/assets/main.json -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/main.json
copying file /Users/ted/git/plover/plover/assets/plover_off.png -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/plover_off.png
copying file /Users/ted/git/plover/plover/assets/plover_on.png -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/plover_on.png
copying file /Users/ted/git/plover/plover/assets/refresh.png -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/refresh.png
copying file /Users/ted/git/plover/plover/assets/remove.png -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/remove.png
copying file /Users/ted/git/plover/plover/assets/spinner.gif -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/spinner.gif
copying file /Users/ted/git/plover/plover/assets/up.png -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/plover/assets/up.png
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/af
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/af/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/af/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/af/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/an
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/an/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/an/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/an/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ar
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ar/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ar/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ar/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ca
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ca/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ca/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ca/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ca@valencia
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ca@valencia/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ca@valencia/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ca@valencia/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/cs
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/cs/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/cs/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/cs/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/da
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/da/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/da/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/da/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/de
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/de/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/de/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/de/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/el
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/el/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/el/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/el/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/es
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/es/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/es/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/es/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/eu
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/eu/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/eu/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/eu/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/fi
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/fi/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/fi/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/fi/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/fr
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/fr/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/fr/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/fr/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/gl_ES
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/gl_ES/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/gl_ES/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/gl_ES/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/hi
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/hi/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/hi/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/hi/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/hu
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/hu/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/hu/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/hu/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/id
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/id/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/id/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/id/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/it
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/it/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/it/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/it/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ja
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ja/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ja/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ja/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ko_KR
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ko_KR/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ko_KR/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ko_KR/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/lt
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/lt/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/lt/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/lt/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/lv
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/lv/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/lv/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/lv/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ms
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ms/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ms/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ms/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/nb
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/nb/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/nb/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/nb/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ne
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ne/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ne/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ne/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/nl
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/nl/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/nl/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/nl/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pl
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pl/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/pl/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pl/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pt
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pt/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/pt/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pt/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pt_BR
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pt_BR/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/pt_BR/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/pt_BR/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ro
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ro/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ro/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ro/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ru
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ru/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ru/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ru/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sk
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sk/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/sk/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sk/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sl
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sl/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/sl/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sl/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sq
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sq/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/sq/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sq/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sv
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sv/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/sv/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/sv/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ta
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ta/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/ta/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/ta/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/tr
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/tr/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/tr/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/tr/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/uk
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/uk/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/uk/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/uk/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/vi
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/vi/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/vi/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/vi/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/zh_CN
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/zh_CN/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/zh_CN/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/zh_CN/LC_MESSAGES/wxstd.mo
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/zh_TW
creating /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/zh_TW/LC_MESSAGES
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/locale/zh_TW/LC_MESSAGES/wxstd.mo -> /Users/ted/git/plover/osx/build/bdist.macosx-10.6-intel/python2.7-standalone/app/collect/wx/locale/zh_TW/LC_MESSAGES/wxstd.mo
*** creating application bundle: Plover ***
skipping byte-compilation of /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/site.py to site.pyc
copying ../launch.py -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/config
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/include
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/include/python2.7
copying /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyconfig.h -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/include/python2.7
copying build/bdist.macosx-10.6-intel/python2.7-standalone/app/site-packages.zip -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/MacOS.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/MacOS.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/Nav.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Nav.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_AE.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_AE.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Ctl.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_Ctl.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Dlg.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_Dlg.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Evt.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_Evt.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_File.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_File.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Menu.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_Menu.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qd.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_Qd.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Res.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_Res.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Win.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_Win.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_bisect.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_cn.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_codecs_cn.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_hk.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_codecs_hk.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_iso2022.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_codecs_iso2022.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_jp.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_codecs_jp.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_kr.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_codecs_kr.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_tw.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_codecs_tw.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_collections.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_ctypes.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_functools.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_hashlib.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_heapq.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_io.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_json.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_locale.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multibytecodec.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_multibytecodec.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_random.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_scproxy.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_ssl.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/_struct.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/array.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/binascii.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/bz2.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/bz2.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/cPickle.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/cStringIO.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/datetime.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/fcntl.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/gestalt.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/gestalt.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/grp.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/itertools.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/math.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/operator.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/parser.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/pyexpat.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/resource.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/resource.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/select.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/strop.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/termios.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/time.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/unicodedata.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/zlib.so
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/AppKit
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/AppKit/_AppKit.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/AppKit/_AppKit.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/AppKit/_inlines.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/AppKit/_inlines.so
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/CoreFoundation
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/CoreFoundation/_CoreFoundation.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/CoreFoundation/_CoreFoundation.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/CoreFoundation/_inlines.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/CoreFoundation/_inlines.so
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Foundation
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Foundation/_Foundation.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Foundation/_Foundation.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Foundation/_inlines.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Foundation/_inlines.so
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz/CoreGraphics
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreGraphics/_callbacks.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz/CoreGraphics/_callbacks.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreGraphics/_coregraphics.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz/CoreGraphics/_coregraphics.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreGraphics/_doubleindirect.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz/CoreGraphics/_doubleindirect.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreGraphics/_inlines.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz/CoreGraphics/_inlines.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreGraphics/_sortandmap.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz/CoreGraphics/_sortandmap.so
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz/CoreVideo
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Quartz/CoreVideo/_CVPixelBuffer.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/Quartz/CoreVideo/_CVPixelBuffer.so
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/hid.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/hid.so
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/objc
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/objc/_objc.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/objc/_objc.so
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/simplejson
copying file /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/simplejson/_speedups.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/simplejson/_speedups.so
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/wx
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_animate.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/wx/_animate.so
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_controls_.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/wx/_controls_.so
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core_.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/wx/_core_.so
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_gdi_.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/wx/_gdi_.so
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_grid.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/wx/_grid.so
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc_.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/wx/_misc_.so
copying file /usr/local/lib/wxPython-3.0.2.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_windows_.so -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/lib/python2.7/lib-dynload/wx/_windows_.so
copying file /Users/ted/git/plover/plover/assets/american_english_words.txt -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/american_english_words.txt
copying file /Users/ted/git/plover/plover/assets/commands.json -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/commands.json
copying file /Users/ted/git/plover/plover/assets/connected.png -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/connected.png
copying file /Users/ted/git/plover/plover/assets/disconnected.png -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/disconnected.png
copying file /Users/ted/git/plover/plover/assets/down.png -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/down.png
copying file /Users/ted/git/plover/plover/assets/main.json -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/main.json
copying file /Users/ted/git/plover/plover/assets/plover_off.png -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/plover_off.png
copying file /Users/ted/git/plover/plover/assets/plover_on.png -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/plover_on.png
copying file /Users/ted/git/plover/plover/assets/refresh.png -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/refresh.png
copying file /Users/ted/git/plover/plover/assets/remove.png -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/remove.png
copying file /Users/ted/git/plover/plover/assets/spinner.gif -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/spinner.gif
copying file /Users/ted/git/plover/plover/assets/up.png -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/up.png
copying file plover.icns -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/plover.icns
copying /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/MacOS/python
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7/Resources
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7/include
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7/lib
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7
creating /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config
copying /Library/Frameworks/Python.framework/Versions/2.7/Python -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7
copying /Library/Frameworks/Python.framework/Versions/2.7/Resources/Info.plist -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7/Resources
copying /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyconfig.h -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks/Python.framework/Versions/2.7/include/python2.7
copying /usr/local/lib/wxPython-3.0.2.0/lib/libwx_osx_cocoau-3.0.0.2.0.dylib -> /Users/ted/git/plover/osx/dist/Plover.app/Contents/Frameworks
stripping _controls_.so
stripping _AE.so
stripping Plover
stripping _locale.so
stripping _functools.so
stripping _windows_.so
stripping _Menu.so
stripping _codecs_hk.so
stripping libwx_osx_cocoau-3.0.0.2.0.dylib
stripping _Res.so
stripping _Ctl.so
stripping _speedups.so
stripping _File.so
stripping hid.so
stripping grp.so
stripping Nav.so
stripping Python
stripping _Dlg.so
stripping itertools.so
stripping select.so
stripping parser.so
stripping _objc.so
stripping _ssl.so
stripping _core_.so
stripping strop.so
stripping _callbacks.so
stripping _io.so
stripping _inlines.so
stripping _Evt.so
stripping _multibytecodec.so
stripping operator.so
stripping time.so
stripping _AppKit.so
stripping _codecs_iso2022.so
stripping unicodedata.so
stripping _codecs_tw.so
stripping _inlines.so
stripping array.so
stripping _sortandmap.so
stripping _Foundation.so
stripping cStringIO.so
stripping _collections.so
stripping _ctypes.so
stripping _random.so
stripping _Win.so
stripping _codecs_kr.so
stripping _gdi_.so
stripping _scproxy.so
stripping _codecs_jp.so
stripping datetime.so
stripping _hashlib.so
stripping _doubleindirect.so
stripping _struct.so
stripping _CVPixelBuffer.so
stripping _inlines.so
stripping _coregraphics.so
stripping binascii.so
stripping _Qd.so
stripping _grid.so
stripping math.so
stripping termios.so
stripping bz2.so
stripping _animate.so
stripping _bisect.so
stripping cPickle.so
stripping _json.so
stripping resource.so
stripping _codecs_cn.so
stripping _inlines.so
stripping MacOS.so
stripping zlib.so
stripping _CoreFoundation.so
stripping gestalt.so
stripping _misc_.so
stripping fcntl.so
stripping python
stripping pyexpat.so
stripping _socket.so
stripping _heapq.so
stripping saved 8171552 bytes (69914488 / 78086040)
Modules not found (unconditional imports):
* ElementC14N (xml.etree.ElementTree)
* System (serial.serialcli)
* System.IO.Ports (serial.serialcli)
* Xlib (plover.oslayer.xkeyboardcontrol)
* Xlib.X (Xlib.ext, Xlib.protocol)
* Xlib.XK (Xlib.ext, Xlib.protocol)
* Xlib.display (Xlib.ext, Xlib.protocol)
* Xlib.ext (plover.oslayer.xkeyboardcontrol)
* Xlib.protocol (plover.oslayer.xkeyboardcontrol)
* __builtin__.open (repr)
* __main__.__requires__ (pdb)
* _weakref.CallableProxyType (_weakrefset)
* _weakref.ProxyType (_weakrefset)
* _weakref.ReferenceType (_weakrefset)
* _weakref.getweakrefcount (_weakrefset)
* _weakref.getweakrefs (_weakrefset)
* _weakref.proxy (_weakrefset)
* clr (serial.serialcli)
* com (com.sun.jna)
* com.jna (com.sun)
* com.sun (com.sun.jna.platform)
* errno.EINVAL (os)
* errno.ENOENT (os)
* imp.reload (inspect)
* java.System (java.lang)
* nt._getfullpathname (os)
* nt._isdir (os)
* org (copy, org.python.core)
* org.PyStringMap (org.python)
* org.python (copy, pickle)
* org.python.core (pickle)
* org.python.core.PyStringMap (copy)
* packaging (pkg_resources)
* packaging.specifiers (pkg_resources)
* pwd.getpwnam (distutils.util)
* pyHook (plover.oslayer.winkeyboardcontrol)
* pywinauto (plover.oslayer.winkeyboardcontrol)
* sys.py3kwarning (os)
* sys.stderr (os)
* thread._local (collections)
* thread.allocate_lock (collections)
* thread.stack_size (collections)
* win32com (win32com)
* win32com.shell (win32com.shell)
* win32com.shellcon (win32com.shell)
Modules not found (conditional imports):
* FCNTL (serial.serialposix)
* TERMIOS (serial.serialposix)
* _md5 (hashlib)
* _sha (hashlib)
* _sha256 (hashlib)
* _sha512 (hashlib)
* builtins (objc._pycoder)
* com (appdirs)
* com.sun.jna (appdirs)
* com.sun.jna.platform (appdirs)
* copyreg (objc._pycoder)
* importlib._bootstrap (pkg_resources)
* java (platform)
* java.lang (platform)
* pywinusb (plover.machine.treal)
* riscospath (os)
* urllib.parse (pkg_resources)
* win32com (appdirs)
* win32com.shell (appdirs)
* winerror (plover.oslayer.processlock)
Done!
ditto --arch i386 dist/Plover.app dist/PloverStripped.app
rm -rf dist/Plover.app
mv dist/PloverStripped.app dist/Plover.app
Teds-MBP:osx ted$ git:(upstream ⚡ benoit-pierre-better-dev-env)
2015-11-07 12:16:45.861 PM Plover[14106]: Traceback (most recent call last):
2015-11-07 12:16:45.861 PM Plover[14106]: File "/Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/__boot__.py", line 351, in <module>
2015-11-07 12:16:45.861 PM Plover[14106]: _run()
2015-11-07 12:16:45.861 PM Plover[14106]: File "/Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/__boot__.py", line 336, in _run
2015-11-07 12:16:45.861 PM Plover[14106]: exec(compile(source, path, 'exec'), globals(), globals())
2015-11-07 12:16:45.862 PM Plover[14106]: File "/Users/ted/git/plover/osx/dist/Plover.app/Contents/Resources/launch.py", line 3, in <module>
2015-11-07 12:16:45.862 PM Plover[14106]: from plover.main import main
2015-11-07 12:16:45.862 PM Plover[14106]: File "plover/main.pyc", line 22, in <module>
2015-11-07 12:16:45.862 PM Plover[14106]: File "plover/gui/main.pyc", line 15, in <module>
2015-11-07 12:16:45.862 PM Plover[14106]: File "plover/app.pyc", line 20, in <module>
2015-11-07 12:16:45.862 PM Plover[14106]: File "plover/config.pyc", line 13, in <module>
2015-11-07 12:16:45.862 PM Plover[14106]: File "plover/oslayer/config.pyc", line 26, in <module>
2015-11-07 12:16:45.862 PM Plover[14106]: File "pkg_resources/__init__.pyc", line 1155, in resource_filename
2015-11-07 12:16:45.862 PM Plover[14106]: File "pkg_resources/__init__.pyc", line 1844, in get_resource_filename
2015-11-07 12:16:45.862 PM Plover[14106]: NotImplementedError: resource_filename() only supported for .egg, not .zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment