Pythonmac-SIG
Threads by month
- ----- 2025 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1999 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1998 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1997 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 1996 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
December 2009
- 30 participants
- 35 discussions
Hi List,
I'm trying to install Python on OSX10.3.9 , downloaded python-2.6.4_macosx10.3.dmg, but unfortunately the install process ends with 'There have been errors in the install process. Please try again.'
Console.log entry is not much more informative:
"2009-12-03 20:11:22 +0000
Not a JPEG file: starts with 0x89 0x50
2009-12-03 20:14:11.844 Installer[387] Exception raised during posting of notification. Ignored. exception: Some files for PythonFramework-2.6 may not have been written correctly. (code 1)"
Any ideas on where to look for better diagnostics?
Thanks,
GD
PS I's also like to install the IPy module, but I can't compile from source - impossible?
_________________________________________________________________
Windows 7: Unclutter your desktop. Learn more.
http://www.microsoft.com/windows/windows-7/videos-tours.aspx?h=7sec&slideidâĻ
3
7

Dec. 4, 2009
I am using py2app to bundle a standalone application (containing its own
python) that used to use tkSnack to play sound cues. I recently switched
to pygame because the sound cues were no longer paying reliably with
tkSnack.
Before switching to pygame the Mac applications I produced seemed to run
for all my users. Now they run for some users but fail to start with
others. I have appended a crash dump from one user.
I cannot see the problem on my own pair of Macs -- each binary runs on
either, even if I temporarily move /Library/Frameworks/Python... and
Tcl... and Tk...
I have tried building on Leopard and on Snow Leopard and it makes no
obvious difference (though i have not compared crash logs in detail).
Some possibly relevant details:
- It seems to be something with fonts.
- At least one user who complains uses MacPorts (but tried disabling it
and it ran).
- Sometimes the application will run once or twice, then not again.
- Once I dragged a new version of my binary over an old one (to replace
it) and MacOS X told me I could not do that because a font was in use.
One binary is available here (built on Leopard with py2pp 0.4.3)
<http://www.astro.washington.edu/users/rowen/python/STUI_0.4a5_newpy2app_
Mac.dmg>
Any idea what I can do to fix this? The only relevant hit I found in a
google search was from somebody complaining about a similar problem that
struck between pygame 1.8.0 and 1.8.1. Barring any better solutions I
will try reverting to from 1.9.1 to 1.8.0.
-- Russell
Configuration of my build machines (one Leopard, one Snow Leopard):
MacOS X 10.5.8 and 10.6.1
Python 2.5.2 from python.org
py2app 0.4.3 (also seen with an older version)
pygame 1.9.1
Twisted 8.2.0
matplotlib 0.99.0 (the official binary)
Tcl/Tk 8.4.19 (ActiveState)
numpy 1.3.0 (the official binary)
PIL 1.1.6 (the official binary)
pyfits 2.2
Crash Dump:
Process: STUI [96116]
Path: /Applications/STUI.app/Contents/MacOS/STUI
Identifier: org.pythonmac.unspecified.STUI
Version: 0.4a5 (0.0.0)
Code Type: X86 (Native)
Parent Process: launchd [134]
Date/Time: 2009-11-09 16:55:49.296 -0500
OS Version: Mac OS X 10.6.1 (10B504)
Report Version: 6
Interval Since Last Report: 29185 sec
Crashes Since Last Report: 2
Per-App Interval Since Last Report: 10 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: 2DCF782A-69D9-49A5-AA1D-4A3DC530E92F
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
abort() called
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x945ee912 __kill + 10
1 libSystem.B.dylib 0x945ee904 kill$UNIX2003 + 32
2 libSystem.B.dylib 0x94681b99 raise + 26
3 libSystem.B.dylib 0x94697c50 abort + 93
4 org.python.python 0x006b83b1 Py_AtExit + 0
5 libSystem.B.dylib 0x945f3b9b _sigtramp + 43
6 ??? 0xffffffff 0 + 4294967295
7 libSystem.B.dylib 0x945fcaa8
_Unwind_GetLanguageSpecificData + 24
8 libstdc++.6.dylib 0x92bb9d86 __gxx_personality_v0 + 120
9 libgcc_s.1.dylib 0x02599476 _Unwind_Backtrace + 278
10 libgcc_s.1.dylib 0x02599890 _Unwind_Resume + 112
11 ft2font.so 0x02a48213
FT2Font::FT2Font(std::string) + 3737
12 ft2font.so 0x02a48341
ft2font_module::new_ft2font(Py::Tuple const&) + 291
13 ft2font.so 0x02a5594b
Py::ExtensionModule<ft2font_module>::invoke_method_varargs(std::string
const&, Py::Tuple const&) + 261
14 ft2font.so 0x02a5c897
method_varargs_call_handler + 301
15 org.python.python 0x00695593 PyEval_EvalFrameEx + 24587
16 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
17 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
18 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
19 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
20 org.python.python 0x00609b00 PyObject_Call + 45
21 org.python.python 0x006117ae PyMethod_New + 2432
22 org.python.python 0x00609b00 PyObject_Call + 45
23 org.python.python 0x0068e6fe
PyEval_CallObjectWithKeywords + 112
24 org.python.python 0x00613ce9 PyInstance_New + 114
25 org.python.python 0x00609b00 PyObject_Call + 45
26 org.python.python 0x00690d2f PyEval_EvalFrameEx + 6055
27 org.python.python 0x006949ce PyEval_EvalFrameEx + 21574
28 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
29 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
30 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
31 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
32 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
33 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
34 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
35 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
36 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
37 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
38 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
39 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
40 org.python.python 0x00609b00 PyObject_Call + 45
41 org.python.python 0x00692b67 PyEval_EvalFrameEx + 13791
42 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
43 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
44 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
45 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
46 org.python.python 0x00609b00 PyObject_Call + 45
47 org.python.python 0x00692b67 PyEval_EvalFrameEx + 13791
48 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
49 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
50 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
51 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
52 org.python.python 0x00609b00 PyObject_Call + 45
53 org.python.python 0x00692b67 PyEval_EvalFrameEx + 13791
54 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
55 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
56 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
57 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
58 org.python.python 0x00609b00 PyObject_Call + 45
59 org.python.python 0x00692b67 PyEval_EvalFrameEx + 13791
60 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
61 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
62 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
63 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
64 org.python.python 0x00609b00 PyObject_Call + 45
65 org.python.python 0x006117ae PyMethod_New + 2432
66 org.python.python 0x00609b00 PyObject_Call + 45
67 org.python.python 0x00690d2f PyEval_EvalFrameEx + 6055
68 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
69 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
70 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
71 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
72 org.python.python 0x00609b00 PyObject_Call + 45
73 org.python.python 0x00692b67 PyEval_EvalFrameEx + 13791
74 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
75 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
76 org.python.python 0x00609b00 PyObject_Call + 45
77 org.python.python 0x006117ae PyMethod_New + 2432
78 org.python.python 0x00609b00 PyObject_Call + 45
79 org.python.python 0x0068e6fe
PyEval_CallObjectWithKeywords + 112
80 _tkinter.so 0x01964e57 var_perform + 8794
81 com.tcltk.tcllibrary 0x0a00ceaa TclInvokeStringCommand +
121
82 com.tcltk.tcllibrary 0x0a00f913 TclEvalObjvInternal + 784
83 com.tcltk.tcllibrary 0x0a034c57 TclExprFloatError + 6576
84 com.tcltk.tcllibrary 0x0a03a280 Tcl_ExprObj + 1019
85 com.tcltk.tcllibrary 0x0a00dc9c Tcl_ExprBooleanObj + 39
86 com.tcltk.tcllibrary 0x0a016ac7 Tcl_IfObjCmd + 99
87 com.tcltk.tcllibrary 0x0a00f913 TclEvalObjvInternal + 784
88 com.tcltk.tcllibrary 0x0a00fe11 TclEvalObjvInternal + 2062
89 com.tcltk.tklibrary 0x0b00569e Tk_BindEvent + 4393
90 com.tcltk.tklibrary 0x0b00a2f8 TkBindEventProc + 329
91 com.tcltk.tklibrary 0x0b011a9c Tk_HandleEvent + 1398
92 com.tcltk.tklibrary 0x0b02a3fd TkDoConfigureNotify + 115
93 com.tcltk.tklibrary 0x0b02a564 Tk_MakeWindowExist + 357
94 com.tcltk.tklibrary 0x0b02a58d Tk_MapWindow + 35
95 com.tcltk.tklibrary 0x0b01ace7 TkPointerEvent + 6207
96 com.tcltk.tcllibrary 0x0a068613 TclServiceIdle + 65
97 com.tcltk.tcllibrary 0x0a057a00 Tcl_DoOneEvent + 380
98 com.tcltk.tklibrary 0x0b00ad94 Tk_UpdateObjCmd + 44
99 com.tcltk.tcllibrary 0x0a00f913 TclEvalObjvInternal + 784
100 com.tcltk.tcllibrary 0x0a010854 Tcl_EvalObjv + 232
101 _tkinter.so 0x01966867 init_tkinter + 6043
102 org.python.python 0x00695593 PyEval_EvalFrameEx + 24587
103 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
104 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
105 org.python.python 0x00609b00 PyObject_Call + 45
106 org.python.python 0x00692b67 PyEval_EvalFrameEx + 13791
107 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
108 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
109 org.python.python 0x00609b00 PyObject_Call + 45
110 org.python.python 0x00692b67 PyEval_EvalFrameEx + 13791
111 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
112 org.python.python 0x0062ae6b PyFunction_SetClosure +
2019
113 org.python.python 0x00609b00 PyObject_Call + 45
114 org.python.python 0x006117ae PyMethod_New + 2432
115 org.python.python 0x00609b00 PyObject_Call + 45
116 org.python.python 0x00657795 _PyType_Lookup + 10440
117 org.python.python 0x00609b00 PyObject_Call + 45
118 org.python.python 0x00692b67 PyEval_EvalFrameEx + 13791
119 org.python.python 0x006949ce PyEval_EvalFrameEx + 21574
120 org.python.python 0x006949ce PyEval_EvalFrameEx + 21574
121 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
122 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
123 org.python.python 0x006949ce PyEval_EvalFrameEx + 21574
124 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
125 org.python.python 0x00695fc2 PyEval_EvalCode + 87
126 org.python.python 0x006b936d PyRun_FileExFlags + 260
127 org.python.python 0x0068a5e7 PyAST_FromNode + 7521
128 org.python.python 0x00695593 PyEval_EvalFrameEx + 24587
129 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
130 org.python.python 0x00693618 PyEval_EvalFrameEx + 16528
131 org.python.python 0x00695e0e PyEval_EvalCodeEx + 1819
132 org.python.python 0x00695fc2 PyEval_EvalCode + 87
133 org.python.python 0x006b936d PyRun_FileExFlags + 260
134 org.python.python 0x006b9707 PyRun_SimpleFileExFlags +
640
135 org.python.python 0x006b98aa PyRun_SimpleFile + 40
136 org.pythonmac.unspecified.STUI 0x00007b9f start + 23863
137 org.pythonmac.unspecified.STUI 0x00008091 main + 297
138 org.pythonmac.unspecified.STUI 0x00001f63 start + 251
139 org.pythonmac.unspecified.STUI 0x00001e91 start + 41
Thread 1:
0 libSystem.B.dylib 0x945b3092 __workq_kernreturn + 10
1 libSystem.B.dylib 0x945b3628 _pthread_wqthread + 941
2 libSystem.B.dylib 0x945b3246 start_wqthread + 30
Thread 2: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x945b403a kevent + 10
1 libSystem.B.dylib 0x945b4768 _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x945b3bf9 _dispatch_queue_invoke +
183
3 libSystem.B.dylib 0x945b398a _dispatch_worker_thread2
+ 234
4 libSystem.B.dylib 0x945b3401 _pthread_wqthread + 390
5 libSystem.B.dylib 0x945b3246 start_wqthread + 30
Thread 3:
0 libSystem.B.dylib 0x945c9232
select$DARWIN_EXTSN$NOCANCEL + 10
1 libSystem.B.dylib 0x94662327 select + 92
2 com.tcltk.tcllibrary 0x0a07b0eb Tcl_WaitForEvent + 1627
3 libSystem.B.dylib 0x945baf39 _pthread_start + 345
4 libSystem.B.dylib 0x945badbe thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x94697bff ecx: 0xbfff5efc edx: 0x945ee912
edi: 0xbfff64f4 esi: 0xbfff627c ebp: 0xbfff5f18 esp: 0xbfff5efc
ss: 0x0000001f efl: 0x00000286 eip: 0x945ee912 cs: 0x00000007
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x700cb000
Binary Images:
0x1000 - 0x8ffd +org.pythonmac.unspecified.STUI 0.4a5 (0.0.0)
<145CD1A7-E1D4-2ADD-8434-3ECFA3C34F3F>
/Applications/STUI.app/Contents/MacOS/STUI
0xc8000 - 0xd9ffd +zlib.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/zlib.
so
0xdd000 - 0xe1083 +array.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/array
.so
0xe6000 - 0xe9fff +strop.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/strop
.so
0xee000 - 0xf0fff +operator.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/opera
tor.so
0xf5000 - 0xf6ff3 +time.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/time.
so
0xfb000 - 0xfcffb +math.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/math.
so
0x600000 - 0x6f5fe3 +org.python.python 2.5 (2.5)
/Applications/STUI.app/Contents/Frameworks/Python.framework/Versions/2.5/
Python
0x77d000 - 0x7c0ffb +_imaging.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_imag
ing.so
0x7d6000 - 0x7d7fff +_Folder.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_Fold
er.so
0x7db000 - 0x7dcffd +MacOS.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/MacOS
.so
0x7ed000 - 0x7f3fff +_File.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_File
.so
0x7f8000 - 0x7f9ffb +select.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/selec
t.so
0x1961000 - 0x1967fff +_tkinter.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_tkin
ter.so
0x196c000 - 0x196dfff +fcntl.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/fcntl
.so
0x1971000 - 0x1974ffb +_struct.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_stru
ct.so
0x1978000 - 0x197afff +binascii.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/binas
cii.so
0x197f000 - 0x1980fff +cStringIO.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/cStri
ngIO.so
0x1984000 - 0x1985ff3 +_random.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_rand
om.so
0x19c9000 - 0x19d9fef +_tkagg.so ??? (???)
<D1C0D02F-E925-727C-814E-3330AD78BE80>
/Applications/STUI.app/Contents/Resources/lib/python2.5/matplotlib/backen
ds/_tkagg.so
0x19e9000 - 0x19ebfff +_csv.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_csv.
so
0x19f1000 - 0x19f1fff +_weakref.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_weak
ref.so
0x1a35000 - 0x1a3bffb +_socket.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_sock
et.so
0x1a42000 - 0x1a43ffb +_ssl.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_ssl.
so
0x1a47000 - 0x1a6dfff libssl.0.9.7.dylib ??? (???)
<8BF98B2F-0F55-40CA-C082-43C76707BD24> /usr/lib/libssl.0.9.7.dylib
0x1a7c000 - 0x1b31fe7 libcrypto.0.9.7.dylib ??? (???)
<4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
0x1bb7000 - 0x1c27fe7 +multiarray.so ??? (???)
<27633F89-3FFE-ED57-8EBD-3697823052D3>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/core/multia
rray.so
0x1c35000 - 0x1c6efff +umath.so ??? (???)
<AB3E6B94-B83C-7F7B-AA8D-90242DC92E11>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/core/umath.
so
0x1c77000 - 0x1c8cffa +_sort.so ??? (???)
<EF1D1EBE-3C69-438B-1D34-4542C0D61263>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/core/_sort.
so
0x1c90000 - 0x1c94ff7 +_dotblas.so ??? (???)
<628052BB-35E7-D50B-2C35-B6A23E910DAF>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/core/_dotbl
as.so
0x1cd8000 - 0x1ce5fff +cPickle.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/cPick
le.so
0x1cea000 - 0x1d08fff +scalarmath.so ??? (???)
<FD264EDD-4C4B-558B-37D1-A5AEE1EB9C98>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/core/scalar
math.so
0x1d4c000 - 0x1d4efff +_compiled_base.so ??? (???)
<8E0DF339-D82F-9FF0-71A1-924CCC45DC61>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/lib/_compil
ed_base.so
0x1d52000 - 0x1d57ff1 +lapack_lite.so ??? (???)
<00FF3416-E1B5-6AE1-059F-225ECD96091E>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/linalg/lapa
ck_lite.so
0x1d5b000 - 0x1d5efff +itertools.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/itert
ools.so
0x1d63000 - 0x1d6bfff +fftpack_lite.so ??? (???)
<52231849-B8B2-A35D-AE4E-DC2354CF1730>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/fft/fftpack
_lite.so
0x1d6f000 - 0x1d9dfff +mtrand.so ??? (???)
<E8FD85FA-C2D1-A91A-4D3B-F13192925D61>
/Applications/STUI.app/Contents/Resources/lib/python2.5/numpy/random/mtra
nd.so
0x1df3000 - 0x1e02ff3 +_ctypes.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_ctyp
es.so
0x1e09000 - 0x1e09ffd +gestalt.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/gesta
lt.so
0x1e7a000 - 0x1e7bfff +_locale.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_loca
le.so
0x1ebf000 - 0x1ec1fff +collections.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/colle
ctions.so
0x1ec5000 - 0x1ed0fff +datetime.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/datet
ime.so
0x1f57000 - 0x1f5affb +_zope_interface_coptimizations.so ??? (???)
<4EA5B389-179D-CBD8-6762-951F0BDCEA90>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/zope/
interface/_zope_interface_coptimizations.so
0x1f5e000 - 0x1f5efff +grp.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/grp.s
o
0x1fa2000 - 0x1fa2ffc +_bisect.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_bise
ct.so
0x1fa6000 - 0x1fa7ffd +_heapq.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_heap
q.so
0x1fec000 - 0x1fedfff +_hashlib.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_hash
lib.so
0x1ff1000 - 0x1ff4ffd +_sha256.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_sha2
56.so
0x1ff8000 - 0x1ff9073 +icglue.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/icglu
e.so
0x2100000 - 0x210dffd +_sha512.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_sha5
12.so
0x2151000 - 0x2154fff +_Res.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/_Res.
so
0x21d9000 - 0x21daffb +base.so ??? (???)
<0D8254F8-8415-31DD-97F0-2BEF9E2D4ACA>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/base.so
0x21de000 - 0x2244fc3 +SDL 1.2.13 (1.2.13)
<7D73799E-7426-D43C-89D3-EBCBF65520DE>
/Applications/STUI.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
0x2256000 - 0x2258ff7 +constants.so ??? (???)
<23EBF22E-6E36-3C58-21BF-FB9AC592E781>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/constants.so
0x225c000 - 0x2260ff9 +rect.so ??? (???)
<17AEFE92-1878-4886-B60E-E4A71B8F64FA>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/rect.so
0x2264000 - 0x2265ffa +rwobject.so ??? (???)
<FCC037A2-97D2-5C46-D8CC-AE457FD32C57>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/rwobject.so
0x2269000 - 0x2269ffa +surflock.so ??? (???)
<029D11E2-67C3-E1DC-3443-3D7EA9270129>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/surflock.so
0x226d000 - 0x2271fff +color.so ??? (???)
<149AD1B2-3882-D208-3DF2-0F69B9E4B245>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/color.so
0x2275000 - 0x2277ff7 +cdrom.so ??? (???)
<85DBAF46-722A-E050-1981-0E3EF9A35BE4>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/cdrom.so
0x227b000 - 0x227efff +display.so ??? (???)
<473BF199-28F4-6407-DD27-FE4622CD072A>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/display.so
0x2282000 - 0x22c6ffb +surface.so ??? (???)
<06704A7C-0254-FDE4-CC6F-FE46ADA74ED8>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/surface.so
0x22ca000 - 0x22caffa +bufferproxy.so ??? (???)
<818FDE91-0BDC-E1FF-4916-715DBC15471F>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/bufferproxy.so
0x22ce000 - 0x22d6fff +draw.so ??? (???)
<206B2B4D-1386-06A9-B1C7-ECD305DC23CA>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/draw.so
0x22da000 - 0x22ddff7 +event.so ??? (???)
<472FF7C9-8005-CF0D-C438-85B8B274B52C>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/event.so
0x22e1000 - 0x22e5ff9 +image.so ??? (???)
<108E8E59-FB9E-DCA8-E3C6-EB3138AE1184>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/image.so
0x22e9000 - 0x2303fef +imageext.so ??? (???)
<74FEAE9E-3B68-9828-79A8-513676E82A82>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/imageext.so
0x2309000 - 0x230afff +joystick.so ??? (???)
<C4ADCBA5-1C59-D92A-E98A-DB65384F50C5>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/joystick.so
0x230e000 - 0x230effb +key.so ??? (???)
<75912041-8C45-23EA-1F19-23BAE2759F03>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/key.so
0x2312000 - 0x2313ff6 +mouse.so ??? (???)
<0E00497B-2AB5-A220-9D7D-4AF9E0F1A56C>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/mouse.so
0x2317000 - 0x2318ffb +time.so ??? (???)
<ED51CC60-5F13-9BCF-A0ED-B26916288E2E>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/time.so
0x231c000 - 0x2322fff +mask.so ??? (???)
<B0AE715D-CBE9-69E6-84DD-DE0D440954F7>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/mask.so
0x2326000 - 0x232dfff +pixelarray.so ??? (???)
<E59FFADA-88EE-DB0C-2EA4-9DD60E24812A>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/pixelarray.so
0x2331000 - 0x2331ffd +overlay.so ??? (???)
<66BC4D2C-7219-A27B-4E6F-C607CBD44950>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/overlay.so
0x2335000 - 0x233efff +transform.so ??? (???)
<478A38BE-7921-C95A-BEA3-955157A40FFB>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/transform.so
0x2342000 - 0x2344fff +font.so ??? (???)
<ECF891B3-94CE-0A88-8FFA-337D972C7889>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/font.so
0x2388000 - 0x2389ffb +mixer_music.so ??? (???)
<11034CA0-B8E4-537B-8565-2E4FE4190F63>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/mixer_music.so
0x238d000 - 0x2390ff7 +mixer.so ??? (???)
<6632CF1A-CBB9-A8A4-1A54-0D7480430D7B>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/mixer.so
0x2394000 - 0x2395fff +movie.so ??? (???)
<8B5B8A29-2211-A037-7BB9-57261BF6A88F>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/movie.so
0x2399000 - 0x23d0fe6 com.apple.carbonframeworktemplate 1.0 (1.0)
/Applications/STUI.app/Contents/Frameworks/smpeg.framework/Versions/A/smp
eg
0x23f9000 - 0x23fdff7 +_numericsurfarray.so ??? (???)
<E474FBBF-DE6E-3171-BBC1-4A50C0D7DC6C>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/_numericsurfarray.so
0x2401000 - 0x2402ff9 +_arraysurfarray.so ??? (???)
<4ABE89BA-E140-B617-B5EA-F4F075CB17C1>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/_arraysurfarray.so
0x2406000 - 0x2406ff6 +_numericsndarray.so ??? (???)
<62E3E953-70C8-5336-32FF-A6D7D0929239>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/_numericsndarray.so
0x240a000 - 0x240aff3 +fastevent.so ??? (???)
<855A71B9-B68E-5B3B-2321-BF907BC1BFDE>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pygam
e/fastevent.so
0x244e000 - 0x244ffff +termios.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/termi
os.so
0x2594000 - 0x259bfed +libgcc_s.1.dylib ??? (???)
/Applications/STUI.app/Contents/Frameworks/libgcc_s.1.dylib
0x25df000 - 0x25dfffe +nxutils.so ??? (???)
<F9853798-9369-4B51-BD38-2BC7B62FB731>
/Applications/STUI.app/Contents/Resources/lib/python2.5/matplotlib/nxutil
s.so
0x25e3000 - 0x25e5fff +_cntr.so ??? (???)
<5CCCF5BB-3D07-99AE-420E-84D81AFBEF7A>
/Applications/STUI.app/Contents/Resources/lib/python2.5/matplotlib/_cntr.
so
0x2700000 - 0x2728fff +pyfitsComp.so ??? (???)
<3416CC06-2418-FE5C-1907-95072C629FBB>
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/pyfit
s/pyfitsComp.so
0x28fd000 - 0x2924ff0 +_path.so ??? (???)
<78A8DCCD-93B8-D912-0A71-241229CA981F>
/Applications/STUI.app/Contents/Resources/lib/python2.5/matplotlib/_path.
so
0x2a3f000 - 0x2adeff3 +ft2font.so ??? (???)
<9EC1F624-E068-CC25-101E-00EFC439C75E>
/Applications/STUI.app/Contents/Resources/lib/python2.5/matplotlib/ft2fon
t.so
0x2d80000 - 0x2da9ffb +_image.so ??? (???)
<DF315826-A6A5-1367-9D49-9695681A2DC4>
/Applications/STUI.app/Contents/Resources/lib/python2.5/matplotlib/_image
.so
0x2dc7000 - 0x2dfffef +_png.so ??? (???)
<6664412A-6B3C-6408-64E6-4650D4606F90>
/Applications/STUI.app/Contents/Resources/lib/python2.5/matplotlib/_png.s
o
0x2e95000 - 0x2e98fef +unicodedata.so ??? (???)
/Applications/STUI.app/Contents/Resources/lib/python2.5/lib-dynload/unico
dedata.so
0x2f0a000 - 0x2f54fff +_backend_agg.so ??? (???)
<ED27D19A-0A35-8930-6254-32808840C876>
/Applications/STUI.app/Contents/Resources/lib/python2.5/matplotlib/backen
ds/_backend_agg.so
0x67f3000 - 0x67f7ff3 com.apple.audio.AudioIPCPlugIn 1.1.0 (1.1.0)
<39CD9296-183C-5603-94A4-0A0EC327BA69>
/System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIP
CPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x7948000 - 0x794dff7 libFontStreams.A.dylib ??? (???)
<F2D58D7F-A93F-9878-F908-6844545CED58>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
0x7bf2000 - 0x7bf7ffb com.apple.audio.AppleHDAHALPlugIn 1.7.4
(1.7.4a1) <B4217DD8-4BDE-CC1C-70FF-06EA901F376D>
/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlug
In.bundle/Contents/MacOS/AppleHDAHALPlugIn
0xa000000 - 0xa086abf +com.tcltk.tcllibrary 8.4.19 (8.4.19)
/Applications/STUI.app/Contents/Frameworks/Tcl.framework/Versions/8.4/Tcl
0xb000000 - 0xb0c2f2f +com.tcltk.tklibrary 8.4.19 (8.4.19)
/Applications/STUI.app/Contents/Frameworks/Tk.framework/Versions/8.4/Tk
0x31000000 - 0x3103efeb +SDL_image 1.2.3 (1.2.3)
/Applications/STUI.app/Contents/Frameworks/SDL_image.framework/Versions/A
/SDL_image
0x32000000 - 0x32083fef +SDL_mixer 1.2.5 (1.2.5)
/Applications/STUI.app/Contents/Frameworks/SDL_mixer.framework/Versions/A
/SDL_mixer
0x34000000 - 0x3405cfcf +SDL_ttf 2.0.6 (2.0.6)
/Applications/STUI.app/Contents/Frameworks/SDL_ttf.framework/Versions/A/S
DL_ttf
0x70000000 - 0x700cbfe7 com.apple.audio.units.Components 1.6 (1.6)
<A568FC6D-1D2D-A04B-FD1A-AFF6E326E020>
/System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x8fe00000 - 0x8fe4162b dyld 132.1 (???)
<211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
0x9002d000 - 0x9007dfe7 libGLU.dylib ??? (???)
<55A69DCE-1237-341E-F239-CDFE1F5B19BB>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.d
ylib
0x9007e000 - 0x90088ff7 libGL.dylib ??? (???)
<B375A3B6-2983-A4E4-50FB-9087FD606FD6>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dy
lib
0x90089000 - 0x900cdff3 com.apple.coreui 0.2 (112)
<A810DFFD-6314-5E2B-93A4-D5626634B1EE>
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x900ce000 - 0x900eefe7 libresolv.9.dylib ??? (???)
<A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
0x900ef000 - 0x9010bfe3 com.apple.openscripting 1.3 (???)
<D2FF4419-FD71-5D4A-F397-B03E82085232>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScr
ipting.framework/Versions/A/OpenScripting
0x9010c000 - 0x90159feb
com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0)
<BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775>
/System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/Pas
swordServer
0x9015a000 - 0x90213fe7 libsqlite3.dylib ??? (???)
<16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x90214000 - 0x90245ff7 libGLImage.dylib ??? (???)
<0FB347C7-A579-4E51-4733-39AB28064554>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLIma
ge.dylib
0x902b2000 - 0x9032bff3 com.apple.audio.CoreAudio 3.2.0 (3.2)
<91AE891E-6015-AABE-3512-2D5EBCA0937B>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90407000 - 0x9042dfff com.apple.DictionaryServices 1.1 (1.1)
<07694B30-56A9-5C98-B8BC-DA0628715FA8>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/D
ictionaryServices.framework/Versions/A/DictionaryServices
0x9042e000 - 0x9042eff7 com.apple.Carbon 150 (152)
<608A04AB-F35D-D2EB-6629-16B88FB32074>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x907dd000 - 0x9087aff3 com.apple.LaunchServices 360.3 (360.3)
<C8590D53-E46A-F58A-7CF2-03A8159D8569>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/L
aunchServices.framework/Versions/A/LaunchServices
0x908af000 - 0x90ac1fff com.apple.RawCamera.bundle 2.2.1 (477)
<10937A0D-0856-1B69-AE27-43BC15B7DD21>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x90ac2000 - 0x90ae1fe7 com.apple.opencl 11 (11)
<372A42E7-FB10-B74D-E1A0-980E94D07021>
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x90ae2000 - 0x90b42fe7 com.apple.CoreText 3.0.0 (???)
<8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/CoreText.framework/Versions/A/CoreText
0x90b43000 - 0x90b46fe7 libmathCommon.A.dylib ??? (???)
<1622A54F-1A98-2CBE-B6A4-2122981A500E>
/usr/lib/system/libmathCommon.A.dylib
0x90b60000 - 0x90ec4ff7 com.apple.QuartzCore 1.6.0 (226.0)
<7E29DD09-BE04-AA06-5C81-5C093F16901B>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x90ec5000 - 0x90ed7ff7 com.apple.MultitouchSupport.framework 200.20
(200.20) <1D7EE15B-ADDD-1F57-F1FB-FB5252910D5A>
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/
MultitouchSupport
0x90ed8000 - 0x90efcff7 libJPEG.dylib ??? (???)
<265DBF67-994E-E320-4CB1-9C3DE792C3B2>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x90efd000 - 0x90f8efe3 com.apple.print.framework.PrintCore 6.0 (312)
<C588530A-0F2C-DD72-E308-3B8735125189>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/PrintCore.framework/Versions/A/PrintCore
0x90f8f000 - 0x90fb7ff7 libxslt.1.dylib ??? (???)
<769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x910ad000 - 0x91224fef com.apple.CoreFoundation 6.6 (550)
<193E33D6-2E92-3452-773B-60A1A9CCC573>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFounda
tion
0x9139e000 - 0x91450ffb libFontParser.dylib ??? (???)
<EB089832-660F-0B34-3AC8-CCDA937987D9>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x91451000 - 0x91d2eff7 com.apple.AppKit 6.6.1 (1038.2)
<27C304F6-0045-160B-7591-E57ECF19BDDB>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x91ecf000 - 0x91f7eff3 com.apple.ink.framework 1.3 (104)
<8526D880-D367-3EF9-DBFD-9A6AB240F57A>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fra
mework/Versions/A/Ink
0x91f7f000 - 0x92278fef com.apple.QuickTime 7.6.3 (1584)
<687233E1-F428-5224-08D5-5874BEA2300D>
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x922a0000 - 0x922a4ff7 libGFXShared.dylib ??? (???)
<ED62E870-E219-C873-88AA-9CE08108F811>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXSh
ared.dylib
0x922a5000 - 0x922bafff com.apple.ImageCapture 6.0 (6.0)
<3F31833A-38A9-444E-02B7-17619CA6F2A0>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCa
pture.framework/Versions/A/ImageCapture
0x922bb000 - 0x922beff7 libCoreVMClient.dylib ??? (???)
<16BB2178-B32D-E57E-F1E4-D177F7754232>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreV
MClient.dylib
0x923d6000 - 0x923d7ff7 com.apple.TrustEvaluationAgent 1.0 (1)
<71E2DA16-83EC-6056-FFEE-862A04B5599F>
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions
/A/TrustEvaluationAgent
0x923d8000 - 0x924b5ff7 com.apple.vImage 4.0 (4.0)
<64597E4B-F144-DBB3-F428-0EC3D9A1219E>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIm
age.framework/Versions/A/vImage
0x926c7000 - 0x926d4ff7 com.apple.opengl 1.6.3 (1.6.3)
<59D86286-B46F-B0E4-68F8-E5CDCADE393E>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x926d5000 - 0x92716ff7 libRIP.A.dylib ??? (???)
<6DB158C6-A84D-98C9-1D48-868A3DB17D09>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9278c000 - 0x92828fe7 com.apple.ApplicationServices.ATS 4.0 (???)
<81700C90-2614-F7E2-CC6A-B01C24A2BD75>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ATS.framework/Versions/A/ATS
0x92829000 - 0x928a9feb com.apple.SearchKit 1.3.0 (1.3.0)
<9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/S
earchKit.framework/Versions/A/SearchKit
0x928db000 - 0x929dcfe7 libxml2.2.dylib ??? (???)
<C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
0x929dd000 - 0x929fbff7 com.apple.CoreVideo 1.6.0 (43.0)
<3A853574-DD9E-08D8-FD2C-6221B55C3E08>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x929fc000 - 0x929ffff7 libCGXType.A.dylib ??? (???)
<3FB5E457-EABF-B33E-E01B-C695FB2D72EE>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x92a1e000 - 0x92a6fff7 com.apple.HIServices 1.8.0 (???)
<B8EC13DB-A81A-91BF-8C82-66E840C64C91>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/HIServices.framework/Versions/A/HIServices
0x92a70000 - 0x92acaff7 com.apple.framework.IOKit 2.0 (???)
<7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x92b70000 - 0x92bdafe7 libstdc++.6.dylib ??? (???)
<411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x92bdb000 - 0x92bf3ff7 com.apple.CFOpenDirectory 10.6 (10.6)
<1537FB4F-C112-5D12-1E5D-3B1002A4038F>
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/
CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x92bf4000 - 0x92d1cfe7 com.apple.CoreData 102 (246)
<E7E6CE39-9B51-13C8-FE31-8FE57CF7BDE1>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x92d1d000 - 0x92d38ff7 libPng.dylib ??? (???)
<38DD4AA1-0643-85A0-F2F5-EE9269729975>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9356d000 - 0x9356dff7 com.apple.CoreServices 44 (44)
<AC35D112-5FB9-9C8C-6189-5F5945072375>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9356e000 - 0x9357aff7 libkxld.dylib ??? (???)
<152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
0x9357b000 - 0x936a4fe7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6)
<62BEEBE6-68FC-4A48-91CF-39DA2BD793F1>
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x936a5000 - 0x936b3fe7 libz.1.dylib ??? (???)
<7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
0x93764000 - 0x93797ff7 com.apple.AE 496 (496)
<B638FDD4-7322-F0E4-ACEB-777D8A1399E1>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/A
E.framework/Versions/A/AE
0x93798000 - 0x93954fef com.apple.ImageIO.framework 3.0.0 (3.0.0)
<A37E541F-3D6A-2BE9-AB32-F60CCDE13608>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ImageIO.framework/Versions/A/ImageIO
0x93a99000 - 0x93eceff7 libLAPACK.dylib ??? (???)
<5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vec
Lib.framework/Versions/A/libLAPACK.dylib
0x93f17000 - 0x93f1cff7 com.apple.OpenDirectory 10.6 (10.6)
<92582807-E8F3-3DD9-EB42-4195CFB754A1>
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirecto
ry
0x93f76000 - 0x93ff8ffb SecurityFoundation ??? (???)
<29C27E0E-B2B3-BF6B-B1F8-5783B8B01535>
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securi
tyFoundation
0x94238000 - 0x94272fe7 libFontRegistry.dylib ??? (???)
<EE633CF6-8827-EF05-10A4-5F2937120227>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x94273000 - 0x944e3ffb com.apple.Foundation 6.6 (751)
<A61B645E-1A15-5BCA-3043-C8AB85C6AD30>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x944e4000 - 0x9458cff7 com.apple.QD 3.31 (???)
<40FCAC85-4E4F-2290-90D4-F66D550ADFDC>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/QD.framework/Versions/A/QD
0x9458d000 - 0x94731feb libSystem.B.dylib ??? (???)
<E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
0x94732000 - 0x9490dff3 libType1Scaler.dylib ??? (???)
<BD3674DE-EAD9-C57A-0072-3C18970DCC1C>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x9498a000 - 0x94993ff7 com.apple.DiskArbitration 2.3 (2.3)
<E9C40767-DA6A-6CCB-8B00-2D5706753000>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbit
ration
0x94bcf000 - 0x94cc5ff7 libGLProgrammability.dylib ??? (???)
<B8E40851-3A01-7D01-2F96-537BF7FA63B5>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLPro
grammability.dylib
0x94cce000 - 0x94cceff7 com.apple.Accelerate 1.5 (Accelerate 1.5)
<F642E7A0-3720-FA19-0190-E6DBD9EF2D9B>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x94def000 - 0x94e53ffb com.apple.htmlrendering 72 (1.1.4)
<4D451A35-FAB6-1288-71F6-F24A4B6E2371>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRen
dering.framework/Versions/A/HTMLRendering
0x95039000 - 0x95049ff7 libsasl2.2.dylib ??? (???)
<C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
0x9504a000 - 0x9507eff7 libcups.2.dylib ??? (???)
<9078BA07-DEE1-6597-D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
0x9507f000 - 0x95126fe7 com.apple.CFNetwork 454.4 (454.4)
<7C563385-9893-3B48-8607-5BC81DA2C4CF>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/C
FNetwork.framework/Versions/A/CFNetwork
0x9515a000 - 0x95479fe7 com.apple.CoreServices.CarbonCore 859.1 (859.1)
<2E72AF56-4BE6-294A-7372-19C360688B8B>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/C
arbonCore.framework/Versions/A/CarbonCore
0x95575000 - 0x95597ff3 com.apple.DirectoryService.Framework 3.6 (621)
<61569C79-6567-BE8F-4F76-BAC04E5FBF79>
/System/Library/Frameworks/DirectoryService.framework/Versions/A/Director
yService
0x955d7000 - 0x955d7ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5)
<3E039E14-2A15-56CC-0074-EE59F9FBB913>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vec
Lib.framework/Versions/A/vecLib
0x955d8000 - 0x9561afe7 libvDSP.dylib ??? (???)
<8F8FFFB3-81E3-2969-5688-D5B0979182E6>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vec
Lib.framework/Versions/A/libvDSP.dylib
0x95646000 - 0x958a8ff3 com.apple.security 6.0 (36910)
<F045B57C-054F-F06F-EF7E-EABEC2700274>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x958a9000 - 0x95958fef com.apple.ColorSync 4.6.0 (4.6.0)
<66ABAE86-B0EC-D641-913D-08ACA965F9FA>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ColorSync.framework/Versions/A/ColorSync
0x95959000 - 0x9595aff7 com.apple.audio.units.AudioUnit 1.6 (1.6)
<68180B96-381C-A09D-5576-606A134FD953>
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9595b000 - 0x9595dff7 com.apple.securityhi 4.0 (36638)
<962C66FB-5BE9-634E-0810-036CB340C059>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Securit
yHI.framework/Versions/A/SecurityHI
0x95e4e000 - 0x95e91ff7 com.apple.NavigationServices 3.5.3 (181)
<28CDD978-030E-7D4A-5334-874A8EBE6C29>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigat
ionServices.framework/Versions/A/NavigationServices
0x96e60000 - 0x96f3afff com.apple.DesktopServices 1.5.1 (1.5.1)
<D9C18268-699B-A996-1035-4EA3695F4074>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/
A/DesktopServicesPriv
0x96f3b000 - 0x96fd3fe7 edu.mit.Kerberos 6.5.8 (6.5.8)
<BA9BD282-FF56-3BFD-E78C-7DBE73B48480>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x970cd000 - 0x973f0fef com.apple.HIToolbox 1.6.0 (???)
<6F95AF67-678A-D8BC-FFC2-029C9AA2F44A>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolb
ox.framework/Versions/A/HIToolbox
0x9743a000 - 0x97480ff7 libauto.dylib ??? (???)
<FAB17F30-A28B-E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
0x97641000 - 0x97641ff7 liblangid.dylib ??? (???)
<B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x97642000 - 0x9764fff7 com.apple.NetFS 3.2 (3.2)
<E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3>
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x97650000 - 0x97681ff3 libTrueTypeScaler.dylib ??? (???)
<F326E053-7425-2F10-F883-CBD56A1E1B72>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x97682000 - 0x97686ff7 libGIF.dylib ??? (???)
<51848EBF-27D4-0F85-C22A-D1AE10D328F3>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x97687000 - 0x976f6ff7 libvMisc.dylib ??? (???)
<59243A8C-2B98-3E71-8032-884D4853E79F>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vec
Lib.framework/Versions/A/libvMisc.dylib
0x976f7000 - 0x977a4fe7 libobjc.A.dylib ??? (???)
<410DD065-A18F-F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
0x977de000 - 0x977e8ff7 libCSync.A.dylib ??? (???)
<A05BB12D-CD51-DE43-323B-3A3E99A3EED5>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x977e9000 - 0x97fca497 com.apple.CoreGraphics 1.535.5 (???)
<0B93D29C-D957-AD00-10F3-94112D75D6D9>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/CoreGraphics.framework/Versions/A/CoreGraphics
0x97fcb000 - 0x97fceffb com.apple.help 1.3.1 (41)
<67F1F424-3983-7A2A-EC21-867BE838E90B>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.fr
amework/Versions/A/Help
0x97fdd000 - 0x97fddff7 com.apple.Cocoa 6.6 (???)
<EA27B428-5904-B00B-397A-185588698BCC>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x980b2000 - 0x984c8ff7 libBLAS.dylib ??? (???)
<C4FB303A-DB4D-F9E8-181C-129585E59603>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vec
Lib.framework/Versions/A/libBLAS.dylib
0x984c9000 - 0x984c9ff7 com.apple.vecLib 3.5 (vecLib 3.5)
<17BEEF92-DF30-CD52-FD65-0B7B43B93617>
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x984ca000 - 0x984d0fff com.apple.CommonPanels 1.2.4 (91)
<2438AF5D-067B-B9FD-1248-2C9987F360BA>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonP
anels.framework/Versions/A/CommonPanels
0x98579000 - 0x985b6ff7 com.apple.SystemConfiguration 1.10 (1.10)
<897AEEAF-CF5D-2843-C33B-31A0A7C98A6A>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/Syste
mConfiguration
0x985b7000 - 0x985b9ff7 libRadiance.dylib ??? (???)
<0E03CF64-0931-7B9A-F617-4387B809D6D8>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x985ba000 - 0x985cefe7 libbsm.0.dylib ??? (???)
<14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x9860c000 - 0x986feff7 libcrypto.0.9.8.dylib ??? (???)
<792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
0x986ff000 - 0x98713ffb com.apple.speech.synthesis.framework 3.10.35
(3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x98719000 - 0x9871dff7 IOSurface ??? (???)
<C11D3FF3-EB51-A07D-EF24-9C2004115724>
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x98796000 - 0x9879dfff com.apple.print.framework.Print 6.0 (237)
<7A06B15C-B835-096E-7D96-C2FE8F0D21E1>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.f
ramework/Versions/A/Print
0x987a6000 - 0x987b7ff7 com.apple.LangAnalysis 1.6.5 (1.6.5)
<E77440D0-76EE-EB4C-3D00-9EDE417F13CF>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/LangAnalysis.framework/Versions/A/LangAnalysis
0x98836000 - 0x9887afe7 com.apple.Metadata 10.6.0 (507.1)
<CBD1B22B-5F10-C784-03A2-35106B97DF3F>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/M
etadata.framework/Versions/A/Metadata
0x98a39000 - 0x98a43fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3)
<5F494955-7290-2D91-DA94-44B590191771>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonS
ound.framework/Versions/A/CarbonSound
0x98a65000 - 0x98aaefe7 libTIFF.dylib ??? (???)
<6EF87001-6FB4-1405-C588-F6D8042D3534>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x98edb000 - 0x98ee5ffb com.apple.speech.recognition.framework 3.10.10
(3.10.10) <E106CC3A-7633-5587-0B29-64E19FCBC613>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechR
ecognition.framework/Versions/A/SpeechRecognition
0x98ee6000 - 0x98ee6ff7 com.apple.ApplicationServices 38 (38)
<8012B504-3D83-BFBB-DA65-065E061CFE03>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Appli
cationServices
0x98f00000 - 0x99082fe7 libicucore.A.dylib ??? (???)
<FBB66376-CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
0x99083000 - 0x9914dfef com.apple.CoreServices.OSServices 352 (352)
<D9F21CA4-EED0-705F-8F3C-F1322D114B52>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/O
SServices.framework/Versions/A/OSServices
0x99329000 - 0x99379ff7 com.apple.framework.familycontrols 2.0 (2.0)
<50617342-E578-4C1C-938A-19A37ECA91CA>
/System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/Fam
ilyControls
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???)
<E58B649F-FFDC-AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
Model: MacBookPro5,1, BootROM MBP51.0074.B01, 2 processors, Intel Core 2
Duo, 2.53 GHz, 4 GB, SMC 1.33f8
Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D),
Broadcom BCM43xx 1.0 (5.10.91.19)
Bluetooth: Version 2.2.1f7, 2 service, 0 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HTS543232L9SA02, 298.09 GB
Serial ATA Device: MATSHITADVD-R UJ-868
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.),
0x0236, 0x04600000
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213,
0x06110000
2
3
Hi,
I apologize for not having caught onto the nuance of differences between the Apple system Python, python.org's Python and MacPort's Python yet.
I have installed python.org's Python 2.6.4. I however have trouble building PIL on it.
lipo: can't open input file: /var/tmp//ccmUAK0V.out (No such file or directory)
error: Setup script exited with error: command 'gcc-4.0' failed with exit status 1
I am being told by the folks at comp.lang.python that the problem is because of missing libraries. Could someone please instruct me how to proceed? I couldn't google the proper procedures. My ultimate goal is to get my PyQt-PIL application working again.
Regards,
Xiao
3
3
Hi all,
Announcing a new release of Python appscript, an easy-to-use Apple event bridge for the popular Python scripting language.
http://appscript.sourceforge.net/py-appscript.html
What's new in py-appscript 0.21.0:
- A built-in workaround for Mac OS X 10.6's return ID bug prevents occasional unexpected timeout errors (this won't prevent the OS from periodically dropping other processes' Apple events on the floor, but appscript-based scripts should now be immune)
- You can now launch and manipulate multiple instances of an application side-by-side
- Python.app icons no longer appear in the Dock when using appscript on Python frameworks built for 10.5+
- Several bug fixes in 64-bit and Python 3.0 support.
A new version of the ASDictionary documentation tool has also been released. ASDictionary 0.12.0 addresses occasional launch problems, and is a recommended update.
Except for any bug-fix updates that might be required, this will be the final release of py-appscript before it hits the big one-zero, so please give it a thorough workout and report any issues as soon as possible. If no further problems are found, appscript 1.0.0 will be released in the next month or so.
Enjoy!
has
p.s. Ruby and ObjC users can also check out the latest rb-appscript and objc-appscript trunks in appscript's Subversion repository for return ID workarounds and other improvements.
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net
1
0

Re: [Pythonmac-SIG] py-appscript 0.20.3, 0.21.0 and impending 1.0.0 release (addendum)
by has Dec. 1, 2009
by has Dec. 1, 2009
Dec. 1, 2009
All,
> One more thing: I've chucked a preliminary 0.21.0 into the svn trunk.
>
> A couple of outstanding issues/omissions have been frustrating me
> recently, namely the annoying bouncing Dock icon
I've noticed a caveat:
The bouncing Dock icon is gone when using appscript 0.21.0 on a version of Python that was built against 10.5 or 10.6 SDKs. (Yay!)
However, the wretched thing still appears when using a Python installation built against a 10.4 SDK - i.e. anything running on Tiger; the python.org framework distros. (Boo!)
I suspect the 10.4 Process Manager APIs are more aggressive in escalating non-GUI processes to GUI status when called. As I am running out of system APIs for identifying running processes and the application bundles that launched them, this is probably something I can't/will not address as it would likely involve making ugly, fragile kludges in the appscript code.
Bouncing icons in 10.4 I don't much care about as most folks are on newer OSes by now. Bouncing icons in 10.5 and 10.6 are definitely undesirable, but they're a consequence of the design of the Python framework and the design of certain OS X APIs. Appscript is a victim of circumstance here: I need to use those APIs, and I'm not willing to make my code fragile and failure-prone just to avoid irritating but technically harmless behaviours coming from some Python distributions and OS X.
I am curious though (and this is probably a question for Ronald): how does PyObjC 2.x fare on python.org frameworks? If the framework is built against the 10.4 SDK, then presumably Cocoa APIs introduced in 10.5+ won't be available to PyObjC there? Am I correct? If so, what's the recommended solution for 10.5/10.6 users who wish to use a non-Apple Python installation and be able to access 10.5/10.6-only APIs (e.g. build your own Python framework?)?
Perhaps it's time python.org started distributing framework builds for 10.5 and later?
Any thoughts, advice, etc?
Thanks,
has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net
3
2