File: err

package info (click to toggle)
p9m4 0.5.dfsg-2.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 652 kB
  • ctags: 296
  • sloc: python: 2,909; makefile: 22; csh: 7
file content (460 lines) | stat: -rw-r--r-- 49,294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
running py2app
creating /Users/mccune/gui/v4/build
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/collect
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp
creating /Users/mccune/gui/v4/dist
creating build/bdist.macosx-10.3-fat/python2.5-standalone/app/lib-dynload
creating build/bdist.macosx-10.3-fat/python2.5-standalone/app/Frameworks
*** filtering dependencies ***
265 total
29 filtered
4 orphaned
236 remaining
*** create binaries ***
creating python loader for extension '_AE'
creating python loader for extension '_Evt'
creating python loader for extension '_File'
creating python loader for extension '_Folder'
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 '_heapq'
creating python loader for extension '_locale'
creating python loader for extension '_multibytecodec'
creating python loader for extension '_random'
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 'cStringIO'
creating python loader for extension 'collections'
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 'time'
creating python loader for extension 'unicodedata'
creating python loader for extension 'zlib'
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/wx
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._misc_'
creating python loader for extension 'wx._windows_'
*** byte compile python files ***
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/StringIO.py to StringIO.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/UserDict.py to UserDict.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/__future__.py to __future__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_strptime.py to _strptime.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_threading_local.py to _threading_local.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/base64.py to base64.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/bdb.py to bdb.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/bisect.py to bisect.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/calendar.py to calendar.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/cmd.py to cmd.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/codecs.py to codecs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/copy.py to copy.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/copy_reg.py to copy_reg.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/difflib.py to difflib.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/dis.py to dis.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/doctest.py to doctest.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/dummy_thread.py to dummy_thread.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/__init__.py to encodings/__init__.pyc
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/collect/encodings
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/aliases.py to encodings/aliases.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/ascii.py to encodings/ascii.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/base64_codec.py to encodings/base64_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/big5.py to encodings/big5.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/big5hkscs.py to encodings/big5hkscs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/bz2_codec.py to encodings/bz2_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/charmap.py to encodings/charmap.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp037.py to encodings/cp037.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1006.py to encodings/cp1006.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1026.py to encodings/cp1026.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1140.py to encodings/cp1140.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1250.py to encodings/cp1250.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1251.py to encodings/cp1251.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1252.py to encodings/cp1252.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1253.py to encodings/cp1253.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1254.py to encodings/cp1254.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1255.py to encodings/cp1255.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1256.py to encodings/cp1256.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1257.py to encodings/cp1257.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp1258.py to encodings/cp1258.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp424.py to encodings/cp424.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp437.py to encodings/cp437.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp500.py to encodings/cp500.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp737.py to encodings/cp737.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp775.py to encodings/cp775.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp850.py to encodings/cp850.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp852.py to encodings/cp852.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp855.py to encodings/cp855.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp856.py to encodings/cp856.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp857.py to encodings/cp857.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp860.py to encodings/cp860.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp861.py to encodings/cp861.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp862.py to encodings/cp862.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp863.py to encodings/cp863.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp864.py to encodings/cp864.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp865.py to encodings/cp865.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp866.py to encodings/cp866.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp869.py to encodings/cp869.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp874.py to encodings/cp874.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp875.py to encodings/cp875.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp932.py to encodings/cp932.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp949.py to encodings/cp949.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/cp950.py to encodings/cp950.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/euc_jis_2004.py to encodings/euc_jis_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/euc_jisx0213.py to encodings/euc_jisx0213.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/euc_jp.py to encodings/euc_jp.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/euc_kr.py to encodings/euc_kr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/gb18030.py to encodings/gb18030.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/gb2312.py to encodings/gb2312.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/gbk.py to encodings/gbk.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/hex_codec.py to encodings/hex_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/hp_roman8.py to encodings/hp_roman8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/hz.py to encodings/hz.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/idna.py to encodings/idna.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso2022_jp.py to encodings/iso2022_jp.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso2022_jp_1.py to encodings/iso2022_jp_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso2022_jp_2.py to encodings/iso2022_jp_2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso2022_jp_2004.py to encodings/iso2022_jp_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso2022_jp_3.py to encodings/iso2022_jp_3.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso2022_jp_ext.py to encodings/iso2022_jp_ext.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso2022_kr.py to encodings/iso2022_kr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_1.py to encodings/iso8859_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_10.py to encodings/iso8859_10.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_11.py to encodings/iso8859_11.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_13.py to encodings/iso8859_13.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_14.py to encodings/iso8859_14.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_15.py to encodings/iso8859_15.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_16.py to encodings/iso8859_16.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_2.py to encodings/iso8859_2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_3.py to encodings/iso8859_3.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_4.py to encodings/iso8859_4.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_5.py to encodings/iso8859_5.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_6.py to encodings/iso8859_6.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_7.py to encodings/iso8859_7.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_8.py to encodings/iso8859_8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/iso8859_9.py to encodings/iso8859_9.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/johab.py to encodings/johab.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/koi8_r.py to encodings/koi8_r.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/koi8_u.py to encodings/koi8_u.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/latin_1.py to encodings/latin_1.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_arabic.py to encodings/mac_arabic.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_centeuro.py to encodings/mac_centeuro.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_croatian.py to encodings/mac_croatian.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_cyrillic.py to encodings/mac_cyrillic.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_farsi.py to encodings/mac_farsi.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_greek.py to encodings/mac_greek.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_iceland.py to encodings/mac_iceland.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_latin2.py to encodings/mac_latin2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_roman.py to encodings/mac_roman.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_romanian.py to encodings/mac_romanian.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mac_turkish.py to encodings/mac_turkish.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/mbcs.py to encodings/mbcs.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/palmos.py to encodings/palmos.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/ptcp154.py to encodings/ptcp154.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/punycode.py to encodings/punycode.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/quopri_codec.py to encodings/quopri_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/raw_unicode_escape.py to encodings/raw_unicode_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/rot_13.py to encodings/rot_13.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/shift_jis.py to encodings/shift_jis.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/shift_jis_2004.py to encodings/shift_jis_2004.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/shift_jisx0213.py to encodings/shift_jisx0213.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/string_escape.py to encodings/string_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/tis_620.py to encodings/tis_620.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/undefined.py to encodings/undefined.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/unicode_escape.py to encodings/unicode_escape.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/unicode_internal.py to encodings/unicode_internal.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/utf_16.py to encodings/utf_16.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/utf_16_be.py to encodings/utf_16_be.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/utf_16_le.py to encodings/utf_16_le.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/utf_7.py to encodings/utf_7.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/utf_8.py to encodings/utf_8.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/utf_8_sig.py to encodings/utf_8_sig.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/uu_codec.py to encodings/uu_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/zlib_codec.py to encodings/zlib_codec.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/getopt.py to getopt.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/gettext.py to gettext.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/heapq.py to heapq.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/inspect.py to inspect.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/linecache.py to linecache.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/locale.py to locale.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/macpath.py to macpath.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/new.py to new.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/opcode.py to opcode.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/optparse.py to optparse.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/os.py to os.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pdb.py to pdb.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pickle.py to pickle.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/Carbon/AE.py to Carbon/AE.pyc
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/collect/Carbon
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/Carbon/AppleEvents.py to Carbon/AppleEvents.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/Carbon/Events.py to Carbon/Events.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/Carbon/Evt.py to Carbon/Evt.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/Carbon/File.py to Carbon/File.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/Carbon/Folder.py to Carbon/Folder.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/Carbon/Folders.py to Carbon/Folders.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/Carbon/__init__.py to Carbon/__init__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/popen2.py to popen2.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/posixpath.py to posixpath.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/pprint.py to pprint.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/quopri.py to quopri.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/random.py to random.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/re.py to re.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/repr.py to repr.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/py2app-0.3.6-py2.5.egg/py2app/bootstrap/argv_emulation.py to argv_emulation.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/py2app-0.3.6-py2.5.egg/py2app/bootstrap/boot_app.py to boot_app.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/py2app-0.3.6-py2.5.egg/py2app/bootstrap/chdir_resource.py to chdir_resource.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/py2app-0.3.6-py2.5.egg/py2app/bootstrap/disable_linecache.py to disable_linecache.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/__init__.py to wx/__init__.pyc
creating /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/collect/wx
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/__version__.py to wx/__version__.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_controls.py to wx/_controls.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_core.py to wx/_core.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_gdi.py to wx/_gdi.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_misc.py to wx/_misc.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_windows.py to wx/_windows.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sre.py to sre.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sre_compile.py to sre_compile.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sre_constants.py to sre_constants.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sre_parse.py to sre_parse.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/stat.py to stat.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/string.py to string.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/stringprep.py to stringprep.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/struct.py to struct.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/subprocess.py to subprocess.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/tempfile.py to tempfile.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/textwrap.py to textwrap.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py to threading.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/token.py to token.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/tokenize.py to tokenize.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/traceback.py to traceback.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/types.py to types.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/unittest.py to unittest.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/warnings.py to warnings.pyc
byte-compiling /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/weakref.py to weakref.pyc
byte-compiling /Users/mccune/gui/v4/control.py to control.pyc
byte-compiling /Users/mccune/gui/v4/files.py to files.pyc
byte-compiling /Users/mccune/gui/v4/my_setup.py to my_setup.pyc
byte-compiling /Users/mccune/gui/v4/options.py to options.pyc
byte-compiling /Users/mccune/gui/v4/partition_input.py to partition_input.pyc
byte-compiling /Users/mccune/gui/v4/platforms.py to platforms.pyc
byte-compiling /Users/mccune/gui/v4/prover9-mace4.py to prover9-mace4.pyc
byte-compiling /Users/mccune/gui/v4/utilities.py to utilities.pyc
byte-compiling /Users/mccune/gui/v4/wx_utilities.py to wx_utilities.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_AE.py to _AE.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_Evt.py to _Evt.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_File.py to _File.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_Folder.py to _Folder.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_bisect.py to _bisect.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_codecs_cn.py to _codecs_cn.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_codecs_hk.py to _codecs_hk.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_codecs_iso2022.py to _codecs_iso2022.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_codecs_jp.py to _codecs_jp.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_codecs_kr.py to _codecs_kr.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_codecs_tw.py to _codecs_tw.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_heapq.py to _heapq.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_locale.py to _locale.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_multibytecodec.py to _multibytecodec.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_random.py to _random.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_struct.py to _struct.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/_weakref.py to _weakref.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/array.py to array.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/binascii.py to binascii.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/bz2.py to bz2.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/cStringIO.py to cStringIO.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/collections.py to collections.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/datetime.py to datetime.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/fcntl.py to fcntl.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/itertools.py to itertools.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/math.py to math.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/operator.py to operator.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/select.py to select.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/strop.py to strop.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/time.py to time.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/unicodedata.py to unicodedata.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/zlib.py to zlib.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/wx/_controls_.py to wx/_controls_.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/wx/_core_.py to wx/_core_.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/wx/_gdi_.py to wx/_gdi_.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/wx/_misc_.py to wx/_misc_.pyc
byte-compiling /Users/mccune/gui/v4/build/bdist.macosx-10.3-fat/python2.5-standalone/app/temp/wx/_windows_.py to wx/_windows_.pyc
*** creating application bundle: prover9-mace4 ***
copying platforms.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
copying utilities.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
copying wx_utilities.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
copying files.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
copying options.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
copying partition_input.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
copying my_setup.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
copying control.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Images
copying Images/mace4-90t.gif -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Images
copying Images/p9.ico -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Images
copying Images/prover9-5a-128t.gif -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Images
copying Images/prover9-splash.gif -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Images
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/BA-Sheffer-counterexample.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/CL-QL.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/Megill-68.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/Noncommutative-group-48.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/Noncommutative-group.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/Noncommutative-ring-unit.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/Nonmodular-OML.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/QG-5.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/Ring-19.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/Ring-19.in~ -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
copying Samples/Equality/Mace4/TBA-independence-2.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Mace4
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Prover9
copying Samples/Equality/Prover9/BA-distributivity.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Prover9
copying Samples/Equality/Prover9/Cancellative-semigroup-EA.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Prover9
copying Samples/Equality/Prover9/CL-BW.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Prover9
copying Samples/Equality/Prover9/CL-SK-W.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Prover9
copying Samples/Equality/Prover9/LT-McKenzie-4basis.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Prover9
copying Samples/Equality/Prover9/OML-sax.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Prover9
copying Samples/Equality/Prover9/RBA-2.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Equality/Prover9
copying Samples/GT_Sax.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples
copying Samples/GT_Sax.in~ -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples
copying Samples/LT-McKenzie-4basis.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Mace4
copying Samples/Non-Equality/Mace4/EC-counterexample.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Mace4
copying Samples/Non-Equality/Mace4/Kauer.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Mace4
copying Samples/Non-Equality/Mace4/Steam-bug.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Mace4
copying Samples/Non-Equality/Mace4/Toughnut.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Mace4
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Non-Equality/Prover9/EC-XCB-reflexivity.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Non-Equality/Prover9/HWV006-1.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Non-Equality/Prover9/Lifschitz.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Non-Equality/Prover9/Steam.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Non-Equality/Prover9/Subset_transitive.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Non-Equality/Prover9/temp -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Non-Equality/Prover9/temp0 -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Non-Equality/Prover9/temp1 -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples/Non-Equality/Prover9
copying Samples/Steam.in -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/Samples
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/bin-mac
copying bin-mac/interpformat -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/bin-mac
copying bin-mac/mace4 -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/bin-mac
copying bin-mac/prooftrans -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/bin-mac
copying bin-mac/prover9 -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/bin-mac
copying /Users/mccune/gui/v4/p9.icns -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
copying prover9-mace4.py -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/config
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config/Makefile -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/config
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config/Setup -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/config
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config/Setup.local -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/config
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config/Setup.config -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/config
copying build/bdist.macosx-10.3-fat/python2.5-standalone/app/site-packages.zip -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_AE.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_Evt.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_File.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_Folder.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_bisect.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_codecs_cn.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_codecs_hk.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_codecs_iso2022.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_codecs_jp.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_codecs_kr.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_codecs_tw.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_heapq.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_locale.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_multibytecodec.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_random.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_struct.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_weakref.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/array.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/binascii.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/bz2.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/cStringIO.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/collections.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/datetime.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/fcntl.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/itertools.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/math.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/operator.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/select.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/strop.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/time.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/unicodedata.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/zlib.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload/wx
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_controls_.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload/wx
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_core_.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload/wx
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_gdi_.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload/wx
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_misc_.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload/wx
copying /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx-2.8-mac-ansi/wx/_windows_.so -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Resources/lib/python2.5/lib-dynload/wx
copying /Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/MacOS/python
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks/Python.framework
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks/Python.framework/Versions
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks/Python.framework/Versions/2.5
creating /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks/Python.framework/Versions/2.5/Resources
copying /Library/Frameworks/Python.framework/Versions/2.5/Python -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks/Python.framework/Versions/2.5
copying /Library/Frameworks/Python.framework/Versions/2.5/Resources/Info.plist -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks/Python.framework/Versions/2.5/Resources
copying /Library/Frameworks/Python.framework/Versions/2.5/Resources/version.plist -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks/Python.framework/Versions/2.5/Resources
copying /usr/local/lib/wxPython-ansi-2.8.4.2/lib/libwx_macd-2.8.0.dylib -> /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/Frameworks
stripping time.so
stripping unicodedata.so
stripping itertools.so
stripping _misc_.so
stripping _codecs_cn.so
stripping _multibytecodec.so
stripping operator.so
stripping prooftrans
stripping _codecs_iso2022.so
stripping interpformat
stripping python
stripping prover9-mace4
stripping _codecs_kr.so
stripping libwx_macd-2.8.0.dylib
stripping math.so
stripping prover9
stripping _AE.so
stripping _Folder.so
stripping mace4
stripping _struct.so
stripping _codecs_hk.so
stripping _codecs_jp.so
stripping _weakref.so
stripping _heapq.so
stripping cStringIO.so
stripping _core_.so
stripping collections.so
stripping _random.so
stripping select.so
stripping _locale.so
stripping zlib.so
stripping _bisect.so
stripping Python
stripping _windows_.so
stripping _File.so
stripping _controls_.so
stripping datetime.so
stripping _Evt.so
stripping fcntl.so
stripping strop.so
stripping _codecs_tw.so
stripping bz2.so
stripping array.so
stripping binascii.so
stripping _gdi_.so
/usr/bin/strip: for architecture i386 object: /Users/mccune/gui/v4/dist/prover9-mace4.app/Contents/MacOS/python malformed object (unknown flavor for flavor number 0 in LC_UNIXTHREAD command 11 can't byte swap it)
stripping saved 29603072 bytes (23284700 / 52887772)