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
November 2009
- 22 participants
- 27 discussions
Hi all,
Like many others before me, I'm banging my head against the wall trying to
get MySQLdb working on my new MacBook Pro with Snow Leopard.
I have MySql 5.1 x86_64 installed, configured and running. I'm building
MySQLdb 1.2.3c1 like this:
export ARCHFLAGS='-arch x86_64'
python setup.py build
python setup.py install
But it simply doesn't work....and apparently I'm not the only
one<http://bit.ly/3iQy2>
:
(eb)brianz@eb-brianz$ python -c "import MySQLdb"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "MySQLdb/__init__.py", line 19, in <module>
import _mysql
ImportError: dlopen(./_mysql.so, 2): no suitable image found. Did find:
./_mysql.so: mach-o, but wrong architecture
Everything *looks* ok:
(eb)brianz@eb-brianz$ file _mysql.so
_mysql.so: Mach-O 64-bit bundle x86_64
(eb)brianz@eb-brianz$ otool -L _mysql.so
_mysql.so:
/usr/local/mysql/lib/libmysqlclient_r.16.dylib (compatibility
version 17.0.0, current version 17.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.2.3)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 124.1.1)
(eb)brianz@eb-brianz$
(eb)brianz@eb-brianz$ file /usr/local/mysql/lib/libmysqlclient_r.16.dylib
/usr/local/mysql/lib/libmysqlclient_r.16.dylib: Mach-O 64-bit dynamically
linked shared library x86_64
Huh? Something is not right here. It sucks that the OS X builds are so
painful. I'm sort of at a loss at where to go next. Suggestions?
Any help greatly appreciated!
BZ
BTW...here are the relevant lines from the build:
creating build/temp.macosx-10.6-i386-2.5
gcc-4.2 -fno-strict-aliasing -mno-fused-madd -fno-common -dynamic -DNDEBUG
-g -fwrapv -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/include/ffi
-DENABLE_DTRACE -pipe -Dversion_info=(1,2,3,'gamma',1) -D__version__=1.2.3c1
-I/usr/local/mysql/include
-I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
-c _mysql.c -o build/temp.macosx-10.6-i386-2.5/_mysql.o -g -Os -arch x86_64
-fno-common -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE
-DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT
-DDONT_DECLARE_CXA_PURE_VIRTUAL
In file included from _mysql.c:36:
/usr/local/mysql/include/my_config.h:1049:1: warning: "HAVE_WCSCOLL"
redefined
In file included from
/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/Python.h:8,
from pymemcompat.h:10,
from _mysql.c:29:
/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pyconfig.h:725:1:
warning: this is the location of the previous definition
gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -arch x86_64
build/temp.macosx-10.6-i386-2.5/_mysql.o -L/usr/local/mysql/lib
-lmysqlclient_r -lz -lm -lmygcc -o build/lib.macosx-10.6-i386-2.5/_mysql.so
4
6
hi,
i have to work with mac OS 9.2 for legacy reasons...is there a
compiled version of python for this os ? i need to get input about
variable values from the user and then print out some text files that
make use of this input. a gui would be nice, but keyboard based input
would be ok too...
thanks much,
suresh
ps. if there isn't a version of python that will work, perhaps you
could suggest some other scripting language for 0S 9.2 ?
3
3

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

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

Re: [Pythonmac-SIG] py-appscript 0.20.3, 0.21.0 and impending 1.0.0 release
by hengist.podd e-mail Nov. 30, 2009
by hengist.podd e-mail Nov. 30, 2009
Nov. 30, 2009
Aahz wrote:
>> A couple of outstanding issues/omissions have been frustrating me
>> recently, namely the annoying bouncing Dock icon and the inability to
>> control multiple instances of the same app, so I've finally dealt with
>> those.
>
> Could you describe your experience with those two issues (or point at
> something you've posted elsewhere)?
1. Bouncing icon issue is covered in trunk/README in svn, and is
something various appscript users (including me) have groused about
over the years on this and other forums. Basically, if you run an
appscript-based Python script using the command-line python
interpreter, the python process is automatically upgraded to a full
GUI process by the OS. This results in a Python.app application
appearing in user's Dock. Mostly harmless, but very annoying. I've
modified 0.21.0 so that it doesn't use any 10.5+ OS calls known to
trigger GUI-fication, though GUI-fication will still happen if you use
a python.org framework distro as that is built against 10.4.
2. Ability to launch multiple instances of the same application is a
feature I've been wanting myself (makes it easier to parallelise
automation workflows), and was a cheap addition once I switched to
newer APIs in order to address #1. Main caveat is that OS X apps are
normally designed to run as a single instance; some will happily run
in parallel, others may not work correctly/at all. (The apps I'd like
to parallelise seem to fall into the former camp, which is good news
for me. YMMV.) I've updated the relevant API descriptions in the aem
and appscript manuals in svn, but haven't gone out of the way to show
it off (no new sample scripts). Unless you build heavy-duty automation
workflows, it's unlikely to be of any practical use to you.
HTH
has
1
0

py-appscript 0.20.3, 0.21.0 and impending 1.0.0 release (Re: py-appscript 0.20.3)
by hengist.podd e-mail Nov. 29, 2009
by hengist.podd e-mail Nov. 29, 2009
Nov. 29, 2009
Ned Deily wrote:
> With the updates to ae.c, 10.5 now seems to work just fine.
Great, thanks. I've tagged 0.20.3 in the repository, though haven't
done a file release just yet.
Does anyone have a 10.3.9 box they could use to confirm that 0.20.3
will work on that? I've been claiming 10.3.9 as baseline OS support
for a few years now, but to be honest I've not tested it on anything
below 10.4 for some time now.
(I'm semi-tempted just to ignore the 10.3.9 compatibility issue
until/unless an irate 10.3.9 brings it up, but it would be reassuring
to know that 0.20.3 does support it okay so I can close out the 0.20.x
series.)
...
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 and the inability to
control multiple instances of the same app, so I've finally dealt with
those. (Yay!) I've also fixed a couple of bugs I found after tagging
0.20.3 and removed some deprecated APIs in the run-up to 1.0.0.
I'm also hoping I've squashed all remaining bugs in 10.6 and 64-bit
support, plus any other code and documentation defects that have made
it this far, but chances are there are things I've missed. I'd like to
push out a release next week, so if folks could go beat on the trunk
over the weekend (both code and documentation) that may help to pick
up any remaining issues.
Once 0.21.0 is released, no new features will be added, so if there's
any geegaws I've previously promised and forgotten about then please
let me know in the next couple days. Assuming no bugs are reported for
0.21.0 then appscript will go 1.0.0 at the end of the year, so please
do what you can in the next month to save me the embarrassment of a
1.0.1 release in January. :)
Many thanks,
has
2
1
Hey,
Anyone tried building extensions for python.org's prebuilt Python 3.1.1 framework on 10.6.2? After remembering to install the 10.4u SDK for Xcode 3.2.1, I'm getting a bunch of 'missing header' errors, e.g.:
$ cd py-appscript
$ python3 setup.py install
...
building 'aem.ae' extension
gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -I/Library/Frameworks/Python.framework/Versions/3.1/include/python3.1 -c appscript_3x/ext/ae.c -o build/temp.macosx-10.3-fat-3.1/appscript_3x/ext/ae.o -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_4
In file included from /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/bytearrayobject.h:9,
from /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/Python.h:69,
from appscript_3x/ext/ae.c:14:
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
...
The header files in question do exist, e.g.:
$ ls -l /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h
-rw-r--r-- 1 root wheel 234 May 4 2007 /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h
Any relation to the 2.6.3 problems? Or something else?
Ta,
has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net
2
1
Hi folks,
For a while now, PIL has provided a proper package, so that you can do:
from PIL import Image
rather than relying on a pth file and:
import Image
I'm such a fanatic about "proper" use of packages and namespaces that I
removed the PIL.pth file from my system.
Then I tried to use py2app on a program that uses PIL. It turns out that
the PIL py2app recipe has a prescript.py file that gets put into the
bundle, and it uses the old "import Image" form.
I've hacked it to use:
try:
import Image
except ImportError:
from PIL import Image # note: the newer way to import PIL
import sys
instead, which works fine for me.
I'd really rather simple use the package form:
from PIL import Image # note: the newer way to import PIL
all by itself, but there is some chance that that would break older PIL
installations -- or is there? when was the PIL directory made a package?
Anyway, could someone with SVN access to py2app please make this small
patch. (I've enclosed the whole file, to make it easy).
It belongs in:
py2app/recipes/PIL/prescript.py
Thanks,
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker(a)noaa.gov
3
7
Hi all,
I'm hesitant to write this mail, but after a day of fruitless debugging, I need a reality check. OSX 10.6.2, stock Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51).
At the center is a python object intended to generate a bitmap image. It uses CGBitmapContextCreate to make a new context, does some drawing and returns the image. All drawing, rendering works, all tests pass when running the script as a one-off test.
But when I use the same object as part of a twisted.web internet.TCPServer, I get a hard crash when calling CGBitmapContextCreate, (report attached below). The twisted.web process itself runs well, I can access its pages and all (html) data is rendered properly. Only when I ask for the image the process pops the lid and is killed.
According to
http://developer.apple.com/mac/library/DOCUMENTATION/GraphicsImaging/Refereβ¦
CGBitmapContextCreate asks for a chunk of memory where it can draw. When testing offline, passing None works, numpy and array.arrays also work. But none of the options prevent crashing in the online version.
I can't see what goes on inside CGBitmapContextCreate and I don't have experience reading these crash reports. Looks like a memory thing no? Any pointers would be very welcome.
Many thanks, Erik
Process: Python [5617]
Path: /System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Date/Time: 2009-11-23 15:40:08.076 +0100
OS Version: Mac OS X 10.6.2 (10C540)
Report Version: 6
Interval Since Last Report: 242187 sec
Crashes Since Last Report: 35
Per-App Crashes Since Last Report: 33
Anonymous UUID: F9FC4B74-FACA-42B0-B2C6-ED4326DE8CEA
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000108
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
*** single-threaded process forked ***
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x00007fff8528fc10 _dispatch_wakeup + 78
1 libSystem.B.dylib 0x00007fff85290f2c _dispatch_source_create2 + 261
2 ...ple.CoreServices.CarbonCore 0x00007fff83e28625 _initSharedCache() + 90
3 libSystem.B.dylib 0x00007fff8528f32a pthread_once + 95
4 ...ple.CoreServices.CarbonCore 0x00007fff83e28578 getSystemSession() + 40
5 ...ple.CoreServices.CarbonCore 0x00007fff83e28525 scCreateSystemCacheable + 39
6 ...ple.CoreServices.CarbonCore 0x00007fff83e284f5 _CLV_GetCacheableOnce() + 21
7 libSystem.B.dylib 0x00007fff8528f32a pthread_once + 95
8 ...ple.CoreServices.CarbonCore 0x00007fff83e28350 _standalone_CopyCheckFixForBundleID + 68
9 ...ple.CoreServices.CarbonCore 0x00007fff83e281fd GetBugsForOurBundleIDFromCoreservicesd + 731
10 ...ple.CoreServices.CarbonCore 0x00007fff83e27ed7 _CSCheckFix + 19
11 com.apple.CoreGraphics 0x00007fff854361b7 _CGSDisplayInitialize + 201
12 com.apple.CoreGraphics 0x00007fff85435d4c cg_setup + 41
13 libSystem.B.dylib 0x00007fff8528f32a pthread_once + 95
14 com.apple.CoreGraphics 0x00007fff85436adb CGSServerPort + 512
15 com.apple.CoreGraphics 0x00007fff8543b50e CGSGetDisplayIsLCD + 14
16 com.apple.CoreGraphics 0x00007fff8543b0b8 get_font_rendering_defaults + 496
17 libSystem.B.dylib 0x00007fff8528f32a pthread_once + 95
18 com.apple.CoreGraphics 0x00007fff85454fcf CGFontDefaultAllowsFontSmoothing + 23
19 com.apple.CoreGraphics 0x00007fff85454fae CGRenderingStateReset + 127
20 com.apple.CoreGraphics 0x00007fff85454f25 CGRenderingStateCreate + 48
21 com.apple.CoreGraphics 0x00007fff85454e14 CGContextCreateWithDelegate + 139
22 com.apple.CoreGraphics 0x00007fff85471bac bitmap_context_create + 38
23 com.apple.CoreGraphics 0x00007fff854714ef CGBitmapContextCreateWithData + 231
24 com.apple.CoreGraphics 0x00007fff85471406 CGBitmapContextCreate + 37
25 _coregraphics.so 0x00000001036e2038 0x1036e1000 + 4152
26 org.python.python 0x00000001000891df PyEval_EvalFrameEx + 15001
27 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
28 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
29 org.python.python 0x000000010002ca2b PyClassMethod_New + 1666
30 org.python.python 0x000000010000b173 PyObject_Call + 112
31 org.python.python 0x000000010001ab5e PyClass_New + 1575
32 org.python.python 0x000000010000b173 PyObject_Call + 112
33 org.python.python 0x0000000100051d1c _PyType_Lookup + 5185
34 org.python.python 0x0000000100053d18 PyType_GenericAlloc + 3332
35 org.python.python 0x000000010000b173 PyObject_Call + 112
36 org.python.python 0x000000010008a524 PyEval_EvalFrameEx + 19934
37 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
38 org.python.python 0x00000001000893aa PyEval_EvalFrameEx + 15460
39 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
40 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
41 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
42 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
43 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
44 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
45 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
46 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
47 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
48 org.python.python 0x000000010002ca2b PyClassMethod_New + 1666
49 org.python.python 0x000000010000b173 PyObject_Call + 112
50 org.python.python 0x000000010008a555 PyEval_EvalFrameEx + 19983
51 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
52 org.python.python 0x000000010002ca2b PyClassMethod_New + 1666
53 org.python.python 0x000000010000b173 PyObject_Call + 112
54 org.python.python 0x000000010008a555 PyEval_EvalFrameEx + 19983
55 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
56 org.python.python 0x000000010002ca2b PyClassMethod_New + 1666
57 org.python.python 0x000000010000b173 PyObject_Call + 112
58 org.python.python 0x000000010008a555 PyEval_EvalFrameEx + 19983
59 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
60 org.python.python 0x000000010002ca2b PyClassMethod_New + 1666
61 org.python.python 0x000000010000b173 PyObject_Call + 112
62 org.python.python 0x000000010008a555 PyEval_EvalFrameEx + 19983
63 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
64 org.python.python 0x00000001000893aa PyEval_EvalFrameEx + 15460
65 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
66 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
67 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
68 org.python.python 0x00000001000893aa PyEval_EvalFrameEx + 15460
69 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
70 org.python.python 0x00000001000893aa PyEval_EvalFrameEx + 15460
71 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
72 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
73 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
74 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
75 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
76 org.python.python 0x0000000100089330 PyEval_EvalFrameEx + 15338
77 org.python.python 0x000000010008accf PyEval_EvalCodeEx + 1803
78 org.python.python 0x000000010008ad62 PyEval_EvalCode + 54
79 org.python.python 0x00000001000a265a Py_CompileString + 78
80 org.python.python 0x00000001000a2723 PyRun_FileExFlags + 150
81 org.python.python 0x00000001000a423d PyRun_SimpleFileExFlags + 704
82 org.python.python 0x00000001000b0286 Py_Main + 2718
83 org.python.python.app 0x0000000100000e6c start + 52
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000100 rbx: 0x0000000106bdc0a0 rcx: 0x0000000000000001 rdx: 0x0000000106bdc0b0
rdi: 0x0000000106bdc0a0 rsi: 0x0000000106bdc0b8 rbp: 0x00007fff5fbf9ed0 rsp: 0x00007fff5fbf9ec0
r8: 0x00000001066fc0a0 r9: 0x00000001066fc0a4 r10: 0x0000000000000017 r11: 0x00007fff85291776
r12: 0x00007fff70905820 r13: 0x0000000000000001 r14: 0x00007fff7076e6e0 r15: 0x00007fff852c817d
rip: 0x00007fff8528fc10 rfl: 0x0000000000010206 cr2: 0x0000000000000108
Binary Images:
0x100000000 - 0x100000ff7 org.python.python.app 2.6 (2.6) <BDEA119D-4E2F-D97F-07BA-713A6E5A39B6> /System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
0x100004000 - 0x100114ff7 org.python.python 2.6.1 (2.6.1) <01EBD0D4-F181-045F-C7A8-B7B3C5D4204F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
0x1001f0000 - 0x1001f3ff7 strop.so ??? (???) <E67EF470-D9DD-D2B9-8BEE-CBD7AF9A1D64> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
0x1001f8000 - 0x1001f9fff cStringIO.so ??? (???) <7600C3A8-3C81-2A81-0853-B09107768C8C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
0x1004f0000 - 0x1004f7fff _socket.so ??? (???) <481E55BC-74DA-B3CF-7A4F-5BC1B0E34462> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so
0x1004ff000 - 0x100502fff _ssl.so ??? (???) <CEB854C7-187E-1BED-8808-AE4B5BDF19AC> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ssl.so
0x100508000 - 0x10050cff7 _struct.so ??? (???) <33156F5C-52ED-7167-533F-15D6CF031150> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_struct.so
0x100512000 - 0x100515fff operator.so ??? (???) <68C1CC88-5F73-E029-5C19-685BBADACFA6> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
0x10055b000 - 0x100560fff itertools.so ??? (???) <06555874-952C-C770-64BF-6BC7A2455E10> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/itertools.so
0x100568000 - 0x100569fff termios.so ??? (???) <C22BC759-41EE-FBDF-2C9C-61B5CBD06883> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/termios.so
0x10056e000 - 0x10056fff7 time.so ??? (???) <5F01F2A9-8557-5DF1-F006-44E02E0469CE> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so
0x1005b5000 - 0x1005c0fe7 datetime.so ??? (???) <FCF28AB0-5BD0-49D2-CBA2-906082327128> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/datetime.so
0x1005c9000 - 0x1005caff7 _functools.so ??? (???) <1CE29F88-7B8C-77CC-5E87-555BA210EA8F> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so
0x1005ce000 - 0x1005d1fff _collections.so ??? (???) <1F62A5C3-6E6C-D0BC-7AA6-DA2820B5F157> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so
0x100617000 - 0x10061aff7 zlib.so ??? (???) <27736F56-BB5B-540E-5DF9-CCEA740E02FC> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/zlib.so
0x1010c0000 - 0x1010c0fff _weakref.so ??? (???) <89F1302D-1CFA-7B9B-4425-70DA55215DAE> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_weakref.so
0x1010c4000 - 0x1010c7ff7 +_zope_interface_coptimizations.so ??? (???) <97010732-2994-5DF8-70FA-77A117B27DDC> /Library/Python/2.6/site-packages/zope.interface-3.5.1-py2.6-macosx-10.6-universal.egg/zope/interface/_zope_interface_coptimizations.so
0x1010cd000 - 0x1010cdfff grp.so ??? (???) <851E24E3-3126-1F45-6BBB-2405E2012FCE> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/grp.so
0x1010d1000 - 0x1010d3fe7 binascii.so ??? (???) <5CFE3DC5-850B-B79D-8310-0BA97540841A> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/binascii.so
0x1010d7000 - 0x1010e3fff cPickle.so ??? (???) <98485D07-D504-74EB-B3A1-4EBB2474BFE6> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cPickle.so
0x1010e9000 - 0x1010eaff7 _hashlib.so ??? (???) <9ADE800C-6D7C-3FFB-982D-D360747CB395> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_hashlib.so
0x1010ee000 - 0x1010f0ff7 math.so ??? (???) <D9BC8402-A223-4D61-CF25-9431B73E7D7B> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so
0x1010f6000 - 0x1010f7fff _random.so ??? (???) <BF6E594E-BB99-8257-2220-A396195462EA> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_random.so
0x1010fb000 - 0x1010fbff7 syslog.so ??? (???) <1E011B9A-04A2-A7DE-5A53-2C1EB983962C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/syslog.so
0x1012c0000 - 0x1012d2ff7 _ctypes.so ??? (???) <5C24D549-D7B6-DFE6-7389-57C256347FDA> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ctypes.so
0x1012dd000 - 0x1012defff fcntl.so ??? (???) <6B2935D0-5AE2-2CD0-C5DD-1D2C0343BA45> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/fcntl.so
0x1012e2000 - 0x1012e3fff _locale.so ??? (???) <152E3EA6-5014-BDC7-FF41-DD1A38E87497> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_locale.so
0x1012e7000 - 0x1012e9ff7 select.so ??? (???) <0AC2DD81-0440-BEFB-DA63-7CE9E368D90F> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/select.so
0x1012ef000 - 0x1012effff rand.so ??? (???) <48CB802D-1ADB-2FFF-23A0-EA11DAFB7D96> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/OpenSSL/rand.so
0x1012f3000 - 0x1012f3fff _bisect.so ??? (???) <91972CE4-E317-3592-DCDF-36E25D6D1B1C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_bisect.so
0x1012f7000 - 0x1012f8ff7 _heapq.so ??? (???) <124C7119-C318-089D-EE7E-F748BB513A4C> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_heapq.so
0x1012fd000 - 0x1012fdff7 +_c_urlarg.so ??? (???) <D8F419A5-5CE7-9BA4-30A7-80600A947FE8> /Library/Python/2.6/site-packages/Twisted-8.2.0_r27544-py2.6-macosx-10.6-universal.egg/twisted/protocols/_c_urlarg.so
0x101400000 - 0x101406ff7 crypto.so ??? (???) <BA5333D8-AE68-77FC-710E-C324792A10C6> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/OpenSSL/crypto.so
0x101412000 - 0x101417ff7 SSL.so ??? (???) <10B0A81D-D6CC-F6E0-9A80-3E260ADA649E> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/OpenSSL/SSL.so
0x1014e1000 - 0x1014e7ff7 _elementtree.so ??? (???) <6E809A48-BD45-4353-6731-B7C31110637B> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_elementtree.so
0x1014ec000 - 0x1014f1ff7 array.so ??? (???) <02B6D8B0-2F8C-1063-6BA4-7E4A2713CB81> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/array.so
0x1014f7000 - 0x1014f8ff7 _inlines.so ??? (???) <776BEB9B-1908-61F4-9B42-041C5EA0551D> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_inlines.so
0x101740000 - 0x101789fff _objc.so ??? (???) <9A17996C-E294-ABBF-DA77-E9FC79C8E6F7> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/objc/_objc.so
0x101863000 - 0x101869fff pyexpat.so ??? (???) <8982D0E2-87E1-AA86-C5E5-BF40D7A411E4> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/pyexpat.so
0x1018ec000 - 0x1018ecff7 _CFBag.so ??? (???) <EC5097E7-96CB-794F-C192-424C6C2993D7> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFBag.so
0x1018f0000 - 0x1018f0ff7 _CFBinaryHeap.so ??? (???) <2423E224-EB89-0C0D-5BDE-C7343A68D369> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFBinaryHeap.so
0x1018f4000 - 0x1018f4fff _CFBitVector.so ??? (???) <54888FE5-4EE2-B893-882C-B390468C6462> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFBitVector.so
0x1018f8000 - 0x1018f9fff _CFCalendar.so ??? (???) <755D1FEA-8C2C-CE44-0C88-4755A1EED3B7> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFCalendar.so
0x101eb0000 - 0x101eb0ff7 _CFDictionary.so ??? (???) <4FBF6044-7891-F6DA-86B4-45EC0A101093> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFDictionary.so
0x101eb4000 - 0x101eb5fff _CFTree.so ??? (???) <58B32526-C319-BD46-4137-BF7760D96E6B> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFTree.so
0x101eb9000 - 0x101ebafff _CFFileDescriptor.so ??? (???) <0730007B-C35C-6595-4FFC-2C44EB122A82> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFFileDescriptor.so
0x101ebe000 - 0x101ebfff7 _CFMachPort.so ??? (???) <2CAFD0B2-41A8-4529-9B2A-DCC792AB13CC> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFMachPort.so
0x101ec3000 - 0x101ec4fff _CFMessagePort.so ??? (???) <578F74C7-08A8-5053-4990-EA960BCC60E2> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFMessagePort.so
0x101ec8000 - 0x101ec8ff7 _CFNumber.so ??? (???) <21984390-C8E3-E495-AEA9-0EDA7BC126CD> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFNumber.so
0x101ecc000 - 0x101eccff7 _CFReadStream.so ??? (???) <D3957F41-8777-D3B8-7B39-7221FDD83F0E> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFReadStream.so
0x101ed0000 - 0x101ed1fff _CFRunLoopObserver.so ??? (???) <697EBE1C-733E-8308-350B-A6C1E9398B13> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFRunLoopObserver.so
0x101ed5000 - 0x101ed6ff7 _CFRunLoopTimer.so ??? (???) <8C9B6D3E-F6E5-256E-FF77-B84950D4FD0C> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFRunLoopTimer.so
0x101eda000 - 0x101edaff7 _CFWriteStream.so ??? (???) <36BAFA32-B87D-B694-C08F-7F028A8A7243> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFWriteStream.so
0x101ede000 - 0x101edffff _CFRunLoopSource.so ??? (???) <55F06850-4FD3-7695-3046-DE008E8A2241> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFRunLoopSource.so
0x101ee3000 - 0x101ee3ff7 _CFSet.so ??? (???) <141D12F2-4ADF-CF11-BE1E-F2E343B14C89> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFSet.so
0x101ee7000 - 0x101ee8ff7 _CFSocket.so ??? (???) <13B15739-38DC-10D9-CCF9-84EB1B10B336> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/CoreFoundation/_CFSocket.so
0x101eec000 - 0x101eecff7 _inlines.so ??? (???) <5B345534-504D-CD90-7A90-836E5F9B2B1A> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Quartz/CoreGraphics/_inlines.so
0x101fef000 - 0x101ff4fff _callbacks.so ??? (???) <C394AF4F-3F6B-D556-088D-741D9C009718> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Quartz/CoreGraphics/_callbacks.so
0x101ff9000 - 0x101ff9ff7 _doubleindirect.so ??? (???) <7DD50400-6B99-6CDE-A68B-BC1E428067C8> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Quartz/CoreGraphics/_doubleindirect.so
0x1036dc000 - 0x1036ddff7 _sortandmap.so ??? (???) <D14B0276-0FAF-B94E-F150-985ACD00529E> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Quartz/CoreGraphics/_sortandmap.so
0x1036e1000 - 0x1036e2ff7 _coregraphics.so ??? (???) <C301FC91-0687-33BA-F7AB-630BB5C8EFDF> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Quartz/CoreGraphics/_coregraphics.so
0x103776000 - 0x103777ff7 _inlines.so ??? (???) <FE990923-1534-C7E6-3D80-D91B62335FBE> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_inlines.so
0x103b00000 - 0x103b03fff _NSDecimal.so ??? (???) <8EE8547B-FCA2-E679-FE7F-F380A1EAF5D6> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_NSDecimal.so
0x103b08000 - 0x103b09fff _nsinvocation.so ??? (???) <1B6C90C2-4521-A817-F650-7D3EE99B4754> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_nsinvocation.so
0x103b0d000 - 0x103b0eff7 _functioncallbacks.so ??? (???) <DFCFF205-8F07-5E1C-6983-BA85BD570A43> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_functioncallbacks.so
0x103b12000 - 0x103b12ff7 _typecode.so ??? (???) <2BA5A660-1633-B610-56A6-5C55FDE1088C> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_typecode.so
0x103b16000 - 0x103b19fff _nscoder.so ??? (???) <7A5F588C-F2A7-7337-681B-3C2F51557B81> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_nscoder.so
0x103b1e000 - 0x103b1ffff _data.so ??? (???) <7CCA6654-1BF9-908A-64D3-63D45079F245> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_data.so
0x103b23000 - 0x103b24ff7 _netservice.so ??? (???) <AD09BB22-77F8-BA91-61E4-BD077DDFE86D> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_netservice.so
0x103b28000 - 0x103b28ff7 _string.so ??? (???) <42980085-E26C-CCB3-3EB4-838BB2999987> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/Foundation/_string.so
0x103b5c000 - 0x103b5cff7 _inlines.so ??? (???) <4E6E1006-260F-B148-0781-F99A6869A144> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_inlines.so
0x103be0000 - 0x103be0ff7 _appmain.so ??? (???) <476624BE-8BD9-BF9B-6D49-8CC79357FF16> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_appmain.so
0x103be4000 - 0x103be5fff _nsbezierpath.so ??? (???) <8333D83E-2911-64A9-341A-BD86623AC8ED> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_nsbezierpath.so
0x103be9000 - 0x103be9ff7 _nsfont.so ??? (???) <FDF24B15-C3BC-EAE2-4B36-AE0018C6D2C1> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_nsfont.so
0x103bed000 - 0x103bedfff _nsquickdrawview.so ??? (???) <5C61D50E-50F4-6A7D-41EA-A2B36A9E4EC6> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_nsquickdrawview.so
0x103bf1000 - 0x103bf1ff7 _nsview.so ??? (???) <E45DA497-77E7-5AE3-367F-B52C4CE431BC> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_nsview.so
0x103bf5000 - 0x103bf6fff _nsbitmap.so ??? (???) <4AAB8C77-D170-15DF-5055-48E72064EB06> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_nsbitmap.so
0x103bfa000 - 0x103bfbff7 _nswindow.so ??? (???) <179F4ABC-C368-25C4-D0AF-58D61D5F738E> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC/AppKit/_nswindow.so
0x1042f0000 - 0x1042f3fff _dotblas.so ??? (???) <39931752-7C85-A5E9-EDA3-AFA5B7FFBE20> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/core/_dotblas.so
0x1042f7000 - 0x1042f9ff7 _compiled_base.so ??? (???) <344F38EB-4989-11A0-AC80-D995A0FFCB77> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/lib/_compiled_base.so
0x1049d5000 - 0x1049e2fff _sort.so ??? (???) <1783A711-ADDE-9FDA-8C6A-67CCAF4D6AD6> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/core/_sort.so
0x1049e6000 - 0x1049e9fff lapack_lite.so ??? (???) <C1FBACAC-BAF2-2C7B-A961-16787AB50CDA> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/linalg/lapack_lite.so
0x1049ed000 - 0x1049f4fff fftpack_lite.so ??? (???) <8BDDDA1E-9454-ABB1-128D-E990F10D2224> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/fft/fftpack_lite.so
0x104e40000 - 0x104e9bfff multiarray.so ??? (???) <6FDC6BEF-C887-D34D-90D4-A1911AB1F804> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/core/multiarray.so
0x104eae000 - 0x104eddfff umath.so ??? (???) <EC7B0927-F725-3BAE-1B56-6AA9460B8D96> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/core/umath.so
0x104f28000 - 0x104f43fff scalarmath.so ??? (???) <61947E3E-DD75-848C-CEB1-D3265E05FE1F> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/core/scalarmath.so
0x106240000 - 0x10626afff mtrand.so ??? (???) <C0912EB4-A385-04CE-8936-65977ABFAC32> /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/numpy/random/mtrand.so
0x106480000 - 0x1064fdfef unicodedata.so ??? (???) <AA514F5D-5AAC-7D50-D2C4-A72F9342F80A> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/unicodedata.so
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
0x7fff80038000 - 0x7fff80039ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <AE4C41BE-6CF3-CC3B-EBA7-A8E9D6A6047F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8003a000 - 0x7fff8003aff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff800b9000 - 0x7fff800f4fe7 com.apple.CoreMedia 0.420.18 (420.18) <30166EED-C905-A818-9C3C-32E4EEA20995> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff80214000 - 0x7fff80217ff7 libCoreVMClient.dylib ??? (???) <1C6D04BA-5F78-CC4D-26CB-7904919042B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff80218000 - 0x7fff80a22fe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff80a23000 - 0x7fff80a6aff7 com.apple.coreui 2 (113) <60D2FE5C-8470-A0F4-379B-1E90FBD4FE7D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff80a6b000 - 0x7fff80a7dfe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
0x7fff80a7e000 - 0x7fff80aadff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff80aee000 - 0x7fff80b19ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
0x7fff80b1a000 - 0x7fff80b3aff7 com.apple.DirectoryService.Framework 3.6 (621.1) <FC0C2E15-84E2-B4A8-18EE-3AE620111627> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff80b3b000 - 0x7fff8152ffff com.apple.AppKit 6.6.3 (1038.25) <2F7A5AC8-29E7-9B5F-D3F1-4C7F5821BB80> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff81549000 - 0x7fff815c6fef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
0x7fff81633000 - 0x7fff8167dff7 com.apple.Metadata 10.6.2 (507.4) <A28A5E0C-DCDC-A5CE-4EB7-39752E63956A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff81694000 - 0x7fff81700ff7 com.apple.CorePDF 1.1 (1.1) <3D51A551-50C5-DDD5-9A79-9679DA2806B0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff81701000 - 0x7fff81727fe7 libJPEG.dylib ??? (???) <89DFAA03-2801-BB31-1F4D-1AE0804E08BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff81728000 - 0x7fff817ddfe7 com.apple.ink.framework 1.3.1 (105) <5AA00FE5-B251-44AF-5108-44AA927C053C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff817e3000 - 0x7fff8181aff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
0x7fff8183d000 - 0x7fff81921fff com.apple.DesktopServices 1.5.3 (1.5.3) <F443ED58-3761-116F-A8B2-C6DC29B7D119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff81922000 - 0x7fff81957ff7 libcups.2.dylib ??? (???) <0D020D80-F9D5-55DE-9CCE-9B80CDF08FC4> /usr/lib/libcups.2.dylib
0x7fff81958000 - 0x7fff8195ffff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff81960000 - 0x7fff819dffff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <2633DFAC-F6A6-489D-8DF0-F12639CCD8C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff819e0000 - 0x7fff819e0ff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff81aad000 - 0x7fff81b02fef com.apple.framework.familycontrols 2.0 (2.0) <8DD78DC7-4C73-EDE6-86A4-BC35B335ED5F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff81b31000 - 0x7fff81baefe7 com.apple.CoreText 3.1.0 (???) <B4BFF82D-CA77-9A8E-2C7E-66367E807C7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff81baf000 - 0x7fff81c65fff libobjc.A.dylib ??? (???) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
0x7fff81c66000 - 0x7fff81c84fff libPng.dylib ??? (???) <7635B74B-5415-9767-A881-E0B017F62376> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff81de5000 - 0x7fff81ea1ff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff81ea2000 - 0x7fff82015ff7 com.apple.CoreFoundation 6.6.1 (550.13) <1E952BD9-37C6-16BE-B2F0-CD92A6283D37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8208b000 - 0x7fff82157fff com.apple.CFNetwork 454.5 (454.5) <319C7138-2839-DA5E-413A-618248BD4A32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff82158000 - 0x7fff82193ff7 com.apple.CoreMediaIOServices 124.0 (850) <B71C361C-105E-EDD2-5AEE-10E640445561> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x7fff8219b000 - 0x7fff8219dfff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff821d9000 - 0x7fff82212ff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x7fff82360000 - 0x7fff82400fff com.apple.LaunchServices 362 (362) <CCBFC037-7162-E392-B11F-90098891AE20> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff82494000 - 0x7fff824a1fe7 libCSync.A.dylib ??? (???) <F4066C8C-2A3E-4F2F-9F4D-03DB56F7C5CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff824a2000 - 0x7fff824a2ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff824a3000 - 0x7fff8265dfef com.apple.ImageIO.framework 3.0.1 (3.0.1) <10202E28-34DD-71CA-BE5D-1BE5C8DE2198> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8265e000 - 0x7fff8265ffff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x7fff82660000 - 0x7fff8295efe7 com.apple.HIToolbox 1.6.2 (???) <D463A388-244E-047A-E49A-4DA6C15BD1BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff82a25000 - 0x7fff82be3fff libicucore.A.dylib ??? (???) <5BD16988-545F-6A8C-9A6F-FB18ACDCAEC2> /usr/lib/libicucore.A.dylib
0x7fff82be4000 - 0x7fff82be7ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff82be8000 - 0x7fff82c2efe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff82c82000 - 0x7fff82d1cfff com.apple.ApplicationServices.ATS 4.1 (???) <E2A107C5-0230-265A-E40D-CFE0219C99E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff82d1d000 - 0x7fff82d23ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff82d24000 - 0x7fff830bcfff com.apple.QuartzCore 1.6.1 (227.8) <E296B174-F7CB-F021-D103-091CCB33BBEB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff830bd000 - 0x7fff83176fff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
0x7fff831b8000 - 0x7fff831b9fff libffi.dylib ??? (???) <B683A5FD-A83D-7989-A91F-BAED12E37054> /usr/lib/libffi.dylib
0x7fff831f5000 - 0x7fff83209ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8320a000 - 0x7fff8322cff7 com.apple.opencl 12 (12) <533D6753-D6E4-EC34-E93B-8F6498B50FBA> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff83564000 - 0x7fff835ccff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x7fff835cd000 - 0x7fff836f1fe7 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <F2AFF250-5F39-C3AD-0238-B10AF8A1ECFE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff836f5000 - 0x7fff836f6ff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff836f7000 - 0x7fff83754fef com.apple.framework.IOKit 2.0 (???) <EBBEED67-D5BE-5F7F-96F4-9023BBA1B913> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff83755000 - 0x7fff8377dfff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8377e000 - 0x7fff837bffef com.apple.QD 3.33 (???) <3F528878-21F5-B2B5-8A9B-DF067BF91922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff837c0000 - 0x7fff837c0ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff837cd000 - 0x7fff83c10fef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff83c11000 - 0x7fff83d7dff7 com.apple.QTKit 7.6.3 (1591.3) <2AD2AC43-F6A8-F2CE-CCFE-9E8E38E47BB0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff83d7e000 - 0x7fff83d8dfff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff83df6000 - 0x7fff83e04ff7 libkxld.dylib ??? (???) <568C35E7-B101-3F1E-0361-3E1E9F15C90B> /usr/lib/system/libkxld.dylib
0x7fff83e05000 - 0x7fff83e26fff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
0x7fff83e27000 - 0x7fff84159fef com.apple.CoreServices.CarbonCore 861.2 (861.2) <39F3B259-AC2A-792B-ECFE-4F3E72F2D1A5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff84176000 - 0x7fff8427ffff com.apple.MediaToolbox 0.420.18 (420.18) <0A2444E8-DA72-7DC8-084F-D78D28E5C74F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff84280000 - 0x7fff842cfff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x7fff842d0000 - 0x7fff84337fef com.apple.AppleVAFramework 4.7.5 (4.7.5) <68D4E82B-7D55-A963-FF0B-80F276C1F2DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff84338000 - 0x7fff843e7fff edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8454e000 - 0x7fff8454eff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8454f000 - 0x7fff84551fff libRadiance.dylib ??? (???) <376EAE92-8F25-9202-CC35-8EED5BD471FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff84552000 - 0x7fff84661ff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
0x7fff84692000 - 0x7fff84b8aff7 com.apple.VideoToolbox 0.420.18 (420.18) <428CE263-C02B-421D-7772-FC73EFF180A3> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff84b8b000 - 0x7fff84c90fe7 libGLProgrammability.dylib ??? (???) <50498DA4-A2D6-260E-5C6E-994AF9BBDB98> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff84c91000 - 0x7fff84f16ff7 com.apple.security 6.0 (36910) <67DF686D-B991-D0D6-20B6-9EA668018466> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff84f57000 - 0x7fff84f66fef com.apple.opengl 1.6.5 (1.6.5) <30D6B03B-4B4C-1F78-1FDB-0403E7FE8707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff84fb0000 - 0x7fff850eefff com.apple.CoreData 102.1 (250) <8DDA49A1-F78C-DE30-8B58-EBC49E4E7ABF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff850ef000 - 0x7fff850efff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff850f0000 - 0x7fff85131ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <FFCA91A7-ADDB-E3D0-234A-47609BC37556> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff85132000 - 0x7fff85156ff7 com.apple.CoreVideo 1.6.0 (43.1) <FF310442-03F4-648D-4CD2-D7AC459901D5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff85157000 - 0x7fff8519efef com.apple.QuickLookFramework 2.1 (327.3) <6B3D79C5-E19B-97E1-673F-74731A0B188B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff851cf000 - 0x7fff85239fe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8523a000 - 0x7fff85275ff7 com.apple.AE 496.1 (496.1) <27D2D2E9-B309-7E65-8C3F-7FF01148F0DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff85276000 - 0x7fff85434ff7 libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
0x7fff85435000 - 0x7fff85b29537 com.apple.CoreGraphics 1.536.12 (???) <0DCA088B-0C6B-146F-0341-9E0212B5CA50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff85b2a000 - 0x7fff85b79fef libTIFF.dylib ??? (???) <796A1E6E-09B0-64F4-35F7-2ACEE9C2B429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff85c2f000 - 0x7fff85cb3fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <33C0EADA-243E-1897-335D-17C5DC6A14A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff85cb4000 - 0x7fff85d44fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff85d5f000 - 0x7fff85d67fff com.apple.DisplayServicesFW 2.2 (2.2) <2C497E53-F471-5930-D15D-C033C438F39C> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff85d68000 - 0x7fff85d7bfff libGL.dylib ??? (???) <5F9DAF5F-C25C-B6C2-C9BC-3D91D723FD85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff85d7c000 - 0x7fff85db1fff libGLImage.dylib ??? (???) <8AB3A26A-4CC4-4E6D-95CC-530FD7204599> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff85db2000 - 0x7fff85e14fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff85e89000 - 0x7fff85e8cfff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff85e8d000 - 0x7fff85f0ffe7 com.apple.QuickLookUIFramework 2.1 (327.3) <A35335F3-BC7B-1341-D934-45ACC19FFEC3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff85f10000 - 0x7fff86095fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <FB6CF9E3-A3B1-8C45-1D91-756679DE36FB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff860d6000 - 0x7fff860dcff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff86312000 - 0x7fff8632bfff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8633a000 - 0x7fff863eeff7 com.apple.ColorSync 4.6.2 (4.6.2) <78A86D96-7758-6BFE-7231-A0C70F185FDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff863ef000 - 0x7fff863f3ff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
0x7fff8660a000 - 0x7fff8661bfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x7fff866a3000 - 0x7fff866b9fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff866ba000 - 0x7fff866baff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff866eb000 - 0x7fff866f0ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff86a4c000 - 0x7fff86ad8fef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff86ad9000 - 0x7fff86b68fff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff86ba7000 - 0x7fff86c63ff7 libFontParser.dylib ??? (???) <99DEA723-9D02-2361-E3C7-034E25C5B829> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff86c64000 - 0x7fff86ca8fef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff86ca9000 - 0x7fff86ee3ff7 com.apple.imageKit 2.0.1 (1.0) <5E32976B-5CEB-6316-2B5C-2ABFEF588E4F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff86ee4000 - 0x7fff86efaff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <2BBD800A-0456-D90D-3205-8CE61F3A8F05> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff86efb000 - 0x7fff86f4cfe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff87026000 - 0x7fff8728ffff com.apple.QuartzComposer 4.1 (156.10) <F5569DC9-15E9-0815-3032-7E1257F36A3E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff87290000 - 0x7fff8739aff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x7fff8739b000 - 0x7fff873b6ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8769c000 - 0x7fff876b2fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
0x7fff876b3000 - 0x7fff876beff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff876bf000 - 0x7fff876d0fef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
0x7fff876d1000 - 0x7fff876f3ff7 libexpat.1.dylib ??? (???) <8EC31253-B585-D05E-F35D-AE3292FB790B> /usr/lib/libexpat.1.dylib
0x7fff876f4000 - 0x7fff876f9fff libGFXShared.dylib ??? (???) <05345B3E-5705-3C2A-464E-052B1DDA45B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8773e000 - 0x7fff879bffe7 com.apple.Foundation 6.6.1 (751.14) <767349DB-C486-70E8-7970-F13DB4CDAF37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff879c0000 - 0x7fff87a9aff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff87aa3000 - 0x7fff87ab8ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff885bc000 - 0x7fff88618fff libGLU.dylib ??? (???) <6A6612BC-1AF9-08EC-80B2-B697238EED47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff88619000 - 0x7fff88730fef libxml2.2.dylib ??? (???) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
0x7fff88990000 - 0x7fff889dcfff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
0x7fff889dd000 - 0x7fff889defff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
0x7fff88b91000 - 0x7fff88b96fff libGIF.dylib ??? (???) <9DB87A71-27B7-A909-461B-F886DB2BD622> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
3
3
Ned Deily wrote:
>> If any appscript users
>> here are willing to give it a workout (Python 2.3-3.1.1, 10.4-10.6, 32-bit
>> PPC/i386, x86-64) and let me know if everything's okay or if any issues are
>> still outstanding, I'd really appreciate it.
>
> I just had time to run a few quick install and trivial functional test
> (with iTunes and Safari).
> The "outliers" seemed to work OK:
> [...]
> However, attempts on a 10.5.8 PPC (G4) failed with
> [...]
> aem.ae.MacOSError: -1700
OK, 10.5 seems to pack return IDs as typeSInt32 rather than
typeSInt16. Shouldn't matter, except that there isn't a
SInt32-to-SInt16 coercion handler installed so AEGetAttributePtr fails
when I try to extract the newly created AppleEvent's return ID. I've
tweaked it (rev 693) to retrieve the return ID as SInt32, which seems
to work on both 10.6 and 10.5; could you please retest on all
platforms and let me know if that does the trick. (Also, if you see
any system flipper warnings, let me know; I've been trying to squash
those as well.)
Once I'm reasonably sure nothing's broken, I'll push it onto PyPI and
cross fingers I can call it 1.0.0 by Christmas unless anyone can see
anything else that needs done.
Many thanks,
has
2
1