[Pythonmac-SIG] Error compiling with py2app

Dan Ross dan at rosspixelworks.com
Mon Nov 10 19:54:29 CET 2008



 Hi all-  

 I'm getting an error when py2app copies resources to the .app
director it's making.  

 I'm attaching the error.  

 If anyone can help, I would really appreciate it. I swear py2app was
working not too long ago. It was working with python 2.5 I'm sure. It
did not work with 2.5 this morning.  
 Thanks,  

 Dan  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20081110/adc33885/attachment-0001.htm>
-------------- next part --------------
Last login: Mon Nov 10 12:44:50 on ttys000
You have new mail.
daniel-rosss-mac-pro:~ danr$ cd /Users/danr/Desktop/pyTunesQT 
daniel-rosss-mac-pro:pyTunesQT danr$ py2applet --make-setup.py start.py
usage: py2applet [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: py2applet --help [cmd1 cmd2 ...]
   or: py2applet --help-commands
   or: py2applet cmd --help

error: option --make-setup.py not recognized
daniel-rosss-mac-pro:pyTunesQT danr$ py2applet --make-setup start.py
Wrote setup.py
daniel-rosss-mac-pro:pyTunesQT danr$ python setup.py py2app
running py2app
creating /Users/danr/Desktop/pyTunesQT/build
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp
creating /Users/danr/Desktop/pyTunesQT/dist
creating build/bdist.macosx-10.3-i386/python2.6-standalone/app/lib-dynload
creating build/bdist.macosx-10.3-i386/python2.6-standalone/app/Frameworks
*** filtering dependencies ***
359 total
33 filtered
5 orphaned
326 remaining
*** create binaries ***
creating python loader for extension 'MacOS'
creating python loader for extension 'Nav'
creating python loader for extension '_AE'
creating python loader for extension '_Ctl'
creating python loader for extension '_Dlg'
creating python loader for extension '_Evt'
creating python loader for extension '_File'
creating python loader for extension '_Menu'
creating python loader for extension '_Qd'
creating python loader for extension '_Res'
creating python loader for extension '_Win'
creating python loader for extension '_bisect'
creating python loader for extension '_codecs_cn'
creating python loader for extension '_codecs_hk'
creating python loader for extension '_codecs_iso2022'
creating python loader for extension '_codecs_jp'
creating python loader for extension '_codecs_kr'
creating python loader for extension '_codecs_tw'
creating python loader for extension '_collections'
creating python loader for extension '_ctypes'
creating python loader for extension '_functools'
creating python loader for extension '_heapq'
creating python loader for extension '_locale'
creating python loader for extension '_multibytecodec'
creating python loader for extension '_random'
creating python loader for extension '_socket'
creating python loader for extension '_ssl'
creating python loader for extension '_struct'
creating python loader for extension '_weakref'
creating python loader for extension 'array'
creating python loader for extension 'binascii'
creating python loader for extension 'bz2'
creating python loader for extension 'cPickle'
creating python loader for extension 'cStringIO'
creating python loader for extension 'datetime'
creating python loader for extension 'fcntl'
creating python loader for extension 'itertools'
creating python loader for extension 'math'
creating python loader for extension 'operator'
creating python loader for extension 'select'
creating python loader for extension 'strop'
creating python loader for extension 'termios'
creating python loader for extension 'time'
creating python loader for extension 'unicodedata'
creating python loader for extension 'zlib'
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/PyQt4
creating python loader for extension 'PyQt4.QtCore'
creating python loader for extension 'PyQt4.QtGui'
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/pysqlite2
creating python loader for extension 'pysqlite2._sqlite'
*** byte compile python files ***
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/StringIO.py to StringIO.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/UserDict.py to UserDict.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/__future__.py to __future__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/_abcoll.py to _abcoll.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/_strptime.py to _strptime.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/_threading_local.py to _threading_local.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/abc.py to abc.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/base64.py to base64.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/bdb.py to bdb.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/bisect.py to bisect.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/calendar.py to calendar.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/cmd.py to cmd.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.py to codecs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/collections.py to collections.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy.py to copy.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/copy_reg.py to copy_reg.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/__init__.py to ctypes/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/ctypes
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/_endian.py to ctypes/_endian.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/macholib/__init__.py to ctypes/macholib/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/ctypes/macholib
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/macholib/dyld.py to ctypes/macholib/dyld.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/macholib/dylib.py to ctypes/macholib/dylib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/macholib/framework.py to ctypes/macholib/framework.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ctypes/util.py to ctypes/util.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/difflib.py to difflib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/dis.py to dis.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/doctest.py to doctest.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/dummy_thread.py to dummy_thread.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/__init__.py to email/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/email
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/_parseaddr.py to email/_parseaddr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/base64mime.py to email/base64mime.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/charset.py to email/charset.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/encoders.py to email/encoders.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/errors.py to email/errors.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/feedparser.py to email/feedparser.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/message.py to email/message.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/mime/__init__.py to email/mime/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/email/mime
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/parser.py to email/parser.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/quoprimime.py to email/quoprimime.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/email/utils.py to email/utils.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/__init__.py to encodings/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/encodings
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/aliases.py to encodings/aliases.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/ascii.py to encodings/ascii.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/base64_codec.py to encodings/base64_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/big5.py to encodings/big5.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/big5hkscs.py to encodings/big5hkscs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/bz2_codec.py to encodings/bz2_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/charmap.py to encodings/charmap.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp037.py to encodings/cp037.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1006.py to encodings/cp1006.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1026.py to encodings/cp1026.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1140.py to encodings/cp1140.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1250.py to encodings/cp1250.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1251.py to encodings/cp1251.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1252.py to encodings/cp1252.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1253.py to encodings/cp1253.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1254.py to encodings/cp1254.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1255.py to encodings/cp1255.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1256.py to encodings/cp1256.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1257.py to encodings/cp1257.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp1258.py to encodings/cp1258.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp424.py to encodings/cp424.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp437.py to encodings/cp437.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp500.py to encodings/cp500.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp737.py to encodings/cp737.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp775.py to encodings/cp775.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp850.py to encodings/cp850.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp852.py to encodings/cp852.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp855.py to encodings/cp855.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp856.py to encodings/cp856.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp857.py to encodings/cp857.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp860.py to encodings/cp860.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp861.py to encodings/cp861.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp862.py to encodings/cp862.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp863.py to encodings/cp863.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp864.py to encodings/cp864.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp865.py to encodings/cp865.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp866.py to encodings/cp866.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp869.py to encodings/cp869.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp874.py to encodings/cp874.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp875.py to encodings/cp875.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp932.py to encodings/cp932.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp949.py to encodings/cp949.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/cp950.py to encodings/cp950.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/euc_jis_2004.py to encodings/euc_jis_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/euc_jisx0213.py to encodings/euc_jisx0213.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/euc_jp.py to encodings/euc_jp.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/euc_kr.py to encodings/euc_kr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/gb18030.py to encodings/gb18030.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/gb2312.py to encodings/gb2312.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/gbk.py to encodings/gbk.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/hex_codec.py to encodings/hex_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/hp_roman8.py to encodings/hp_roman8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/hz.py to encodings/hz.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/idna.py to encodings/idna.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso2022_jp.py to encodings/iso2022_jp.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso2022_jp_1.py to encodings/iso2022_jp_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso2022_jp_2.py to encodings/iso2022_jp_2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso2022_jp_2004.py to encodings/iso2022_jp_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso2022_jp_3.py to encodings/iso2022_jp_3.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso2022_jp_ext.py to encodings/iso2022_jp_ext.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso2022_kr.py to encodings/iso2022_kr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_1.py to encodings/iso8859_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_10.py to encodings/iso8859_10.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_11.py to encodings/iso8859_11.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_13.py to encodings/iso8859_13.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_14.py to encodings/iso8859_14.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_15.py to encodings/iso8859_15.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_16.py to encodings/iso8859_16.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_2.py to encodings/iso8859_2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_3.py to encodings/iso8859_3.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_4.py to encodings/iso8859_4.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_5.py to encodings/iso8859_5.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_6.py to encodings/iso8859_6.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_7.py to encodings/iso8859_7.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_8.py to encodings/iso8859_8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/iso8859_9.py to encodings/iso8859_9.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/johab.py to encodings/johab.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/koi8_r.py to encodings/koi8_r.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/koi8_u.py to encodings/koi8_u.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/latin_1.py to encodings/latin_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_arabic.py to encodings/mac_arabic.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_centeuro.py to encodings/mac_centeuro.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_croatian.py to encodings/mac_croatian.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_cyrillic.py to encodings/mac_cyrillic.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_farsi.py to encodings/mac_farsi.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_greek.py to encodings/mac_greek.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_iceland.py to encodings/mac_iceland.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_latin2.py to encodings/mac_latin2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_roman.py to encodings/mac_roman.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_romanian.py to encodings/mac_romanian.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mac_turkish.py to encodings/mac_turkish.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/mbcs.py to encodings/mbcs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/palmos.py to encodings/palmos.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/ptcp154.py to encodings/ptcp154.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/punycode.py to encodings/punycode.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/quopri_codec.py to encodings/quopri_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/raw_unicode_escape.py to encodings/raw_unicode_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/rot_13.py to encodings/rot_13.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/shift_jis.py to encodings/shift_jis.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/shift_jis_2004.py to encodings/shift_jis_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/shift_jisx0213.py to encodings/shift_jisx0213.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/string_escape.py to encodings/string_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/tis_620.py to encodings/tis_620.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/undefined.py to encodings/undefined.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/unicode_escape.py to encodings/unicode_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/unicode_internal.py to encodings/unicode_internal.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_16.py to encodings/utf_16.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_16_be.py to encodings/utf_16_be.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_16_le.py to encodings/utf_16_le.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_32.py to encodings/utf_32.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_32_be.py to encodings/utf_32_be.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_32_le.py to encodings/utf_32_le.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_7.py to encodings/utf_7.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_8.py to encodings/utf_8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/utf_8_sig.py to encodings/utf_8_sig.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/uu_codec.py to encodings/uu_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings/zlib_codec.py to encodings/zlib_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/fnmatch.py to fnmatch.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ftplib.py to ftplib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/functools.py to functools.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/genericpath.py to genericpath.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/getopt.py to getopt.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/getpass.py to getpass.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/gettext.py to gettext.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/heapq.py to heapq.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py to httplib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/inspect.py to inspect.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/keyword.py to keyword.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/linecache.py to linecache.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/locale.py to locale.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/macurl2path.py to macurl2path.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/mimetools.py to mimetools.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/mimetypes.py to mimetypes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/opcode.py to opcode.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/optparse.py to optparse.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py to os.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/pdb.py to pdb.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/pickle.py to pickle.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/AE.py to Carbon/AE.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/Carbon
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Appearance.py to Carbon/Appearance.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/AppleEvents.py to Carbon/AppleEvents.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/CarbonEvents.py to Carbon/CarbonEvents.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/ControlAccessor.py to Carbon/ControlAccessor.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Controls.py to Carbon/Controls.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Ctl.py to Carbon/Ctl.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Dialogs.py to Carbon/Dialogs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Dlg.py to Carbon/Dlg.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Dragconst.py to Carbon/Dragconst.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Events.py to Carbon/Events.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Evt.py to Carbon/Evt.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/File.py to Carbon/File.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Files.py to Carbon/Files.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Menu.py to Carbon/Menu.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Qd.py to Carbon/Qd.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/QuickDraw.py to Carbon/QuickDraw.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Res.py to Carbon/Res.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/TextEdit.py to Carbon/TextEdit.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Win.py to Carbon/Win.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/Windows.py to Carbon/Windows.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/Carbon/__init__.py to Carbon/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/EasyDialogs.py to EasyDialogs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/aepack.py to aepack.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/aetools.py to aetools.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/aetypes.py to aetypes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/applesingle.py to applesingle.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py to Finder/Containers_and_folders.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/Finder
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Enumerations.py to Finder/Enumerations.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Files.py to Finder/Files.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py to Finder/Finder_Basics.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Finder_items.py to Finder/Finder_items.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py to Finder/Legacy_suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py to Finder/Standard_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py to Finder/Type_Definitions.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/Window_classes.py to Finder/Window_classes.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/Finder/__init__.py to Finder/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py to StdSuites/AppleScript_Suite.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/StdSuites
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py to StdSuites/Macintosh_Connectivity_Clas.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py to StdSuites/QuickDraw_Graphics_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py to StdSuites/QuickDraw_Graphics_Suppleme.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py to StdSuites/Required_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py to StdSuites/Standard_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py to StdSuites/Table_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py to StdSuites/Text_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py to StdSuites/Type_Names_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/StdSuites/__init__.py to StdSuites/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py to _builtinSuites/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/_builtinSuites
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py to _builtinSuites/builtin_Suite.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/macostools.py to macostools.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/macresource.py to macresource.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/posixpath.py to posixpath.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/pprint.py to pprint.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/quopri.py to quopri.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/random.py to random.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/re.py to re.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/repr.py to repr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/rfc822.py to rfc822.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shlex.py to shlex.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py to shutil.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/PyQt4/__init__.py to PyQt4/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/PyQt4
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/eyeD3/__init__.py to eyeD3/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/eyeD3
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/eyeD3/binfuncs.py to eyeD3/binfuncs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/eyeD3/frames.py to eyeD3/frames.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/eyeD3/mp3.py to eyeD3/mp3.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/eyeD3/tag.py to eyeD3/tag.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/eyeD3/utils.py to eyeD3/utils.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/bootstrap/argv_emulation.py to argv_emulation.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/bootstrap/boot_app.py to boot_app.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/bootstrap/chdir_resource.py to chdir_resource.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/bootstrap/disable_linecache.py to disable_linecache.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pysqlite2/__init__.py to pysqlite2/__init__.pyc
creating /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/collect/pysqlite2
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pysqlite2/dbapi2.py to pysqlite2/dbapi2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.py to socket.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/sre.py to sre.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/sre_compile.py to sre_compile.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/sre_constants.py to sre_constants.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/sre_parse.py to sre_parse.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ssl.py to ssl.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/stat.py to stat.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/string.py to string.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/stringprep.py to stringprep.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/struct.py to struct.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py to subprocess.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/tempfile.py to tempfile.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/textwrap.py to textwrap.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py to threading.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/token.py to token.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/tokenize.py to tokenize.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/traceback.py to traceback.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/types.py to types.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/unittest.py to unittest.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib.py to urllib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urlparse.py to urlparse.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/uu.py to uu.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/warnings.py to warnings.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/weakref.py to weakref.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/editor.py to editor.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/songlister.py to songlister.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/start.py to start.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/MacOS.py to MacOS.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/Nav.py to Nav.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_AE.py to _AE.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_Ctl.py to _Ctl.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_Dlg.py to _Dlg.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_Evt.py to _Evt.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_File.py to _File.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_Menu.py to _Menu.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_Qd.py to _Qd.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_Res.py to _Res.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_Win.py to _Win.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_bisect.py to _bisect.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_codecs_cn.py to _codecs_cn.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_codecs_hk.py to _codecs_hk.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_codecs_iso2022.py to _codecs_iso2022.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_codecs_jp.py to _codecs_jp.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_codecs_kr.py to _codecs_kr.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_codecs_tw.py to _codecs_tw.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_collections.py to _collections.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_ctypes.py to _ctypes.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_functools.py to _functools.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_heapq.py to _heapq.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_locale.py to _locale.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_multibytecodec.py to _multibytecodec.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_random.py to _random.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_socket.py to _socket.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_ssl.py to _ssl.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_struct.py to _struct.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/_weakref.py to _weakref.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/array.py to array.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/binascii.py to binascii.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/bz2.py to bz2.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/cPickle.py to cPickle.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/cStringIO.py to cStringIO.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/datetime.py to datetime.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/fcntl.py to fcntl.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/itertools.py to itertools.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/math.py to math.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/operator.py to operator.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/select.py to select.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/strop.py to strop.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/termios.py to termios.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/time.py to time.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/unicodedata.py to unicodedata.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/zlib.py to zlib.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/PyQt4/QtCore.py to PyQt4/QtCore.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/PyQt4/QtGui.py to PyQt4/QtGui.pyc
byte-compiling /Users/danr/Desktop/pyTunesQT/build/bdist.macosx-10.3-i386/python2.6-standalone/app/temp/pysqlite2/_sqlite.py to pysqlite2/_sqlite.pyc
*** creating application bundle: start ***
copying /Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/Resources/PythonApplet.icns -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources
copying start.py -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/config
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/Makefile -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/config
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/Setup -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/config
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/Setup.local -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/config
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/Setup.config -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/config
copying build/bdist.macosx-10.3-i386/python2.6-standalone/app/site-packages.zip -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Frameworks
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/MacOS.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/Nav.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_AE.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Ctl.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Dlg.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Evt.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_File.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Menu.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Qd.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Res.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Win.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_bisect.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_codecs_cn.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_codecs_hk.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_codecs_iso2022.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_codecs_jp.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_codecs_kr.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_codecs_tw.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ctypes.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_heapq.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_locale.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_multibytecodec.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_random.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ssl.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_struct.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_weakref.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/array.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/binascii.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/bz2.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cPickle.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/datetime.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/fcntl.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/itertools.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/select.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/termios.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/unicodedata.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/zlib.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload/PyQt4
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/PyQt4/QtCore.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload/PyQt4
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/PyQt4/QtGui.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload/PyQt4
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload/pysqlite2
copying /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pysqlite2/_sqlite.so -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Resources/lib/python2.6/lib-dynload/pysqlite2
copying /Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/MacOS/python
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Frameworks/Python.framework
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Frameworks/Python.framework/Versions
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Frameworks/Python.framework/Versions/2.6
creating /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Frameworks/Python.framework/Versions/2.6/Resources
copying /Library/Frameworks/Python.framework/Versions/2.6/Python -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Frameworks/Python.framework/Versions/2.6
copying /Library/Frameworks/Python.framework/Versions/2.6/Resources/Info.plist -> /Users/danr/Desktop/pyTunesQT/dist/start.app/Contents/Frameworks/Python.framework/Versions/2.6/Resources
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/build_app.py", line 548, in _run
    self.run_normal()
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/build_app.py", line 619, in run_normal
    self.create_binaries(py_files, pkgdirs, extensions, loader_files)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/build_app.py", line 723, in create_binaries
    mm.mm.run_file(runtime)
  File "build/bdist.macosx-10.3-i386/egg/macholib/MachOGraph.py", line 62, in run_file
    m = self.findNode(pathname)
  File "build/bdist.macosx-10.3-i386/egg/macholib/MachOGraph.py", line 55, in findNode
    newname = self.locate(name)
  File "build/bdist.macosx-10.3-i386/egg/macholib/MachOStandalone.py", line 30, in locate
    return self.delegate.locate(newname)
  File "build/bdist.macosx-10.3-i386/egg/macholib/MachOStandalone.py", line 69, in locate
    res = self.copy_framework(info)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/build_app.py", line 56, in copy_framework
    destfn = self.appbuilder.copy_framework(info, self.dest)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/build_app.py", line 789, in copy_framework
    self.copy_python_framework(info, dst)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/py2app-0.3.6-py2.6.egg/py2app/build_app.py", line 817, in copy_python_framework
    os.path.join(outdir, fn))
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/cmd.py", line 376, in copy_file
    dry_run=self.dry_run)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/file_util.py", line 119, in copy_file
    "can't copy '%s': doesn't exist or not a regular file" % src
DistutilsFileError: can't copy '/Library/Frameworks/Python.framework/Versions/2.6/Resources/version.plist': doesn't exist or not a regular file
> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/distutils/file_util.py(119)copy_file()
-> "can't copy '%s': doesn't exist or not a regular file" % src
(Pdb) 


More information about the Pythonmac-SIG mailing list