[PyQt] Snow Leopard
Michael Held
michael.held at bc.biol.ethz.ch
Mon Sep 28 16:59:28 BST 2009
hey william,
thanks for your hints, you are right:
/usr/bin/python responds to VERSIONER_PYTHON_PREFER_32_BIT and
VERSIONER_PYTHON_VERSION, but NOT to 'arch -i386'
/usr/bin/python2.6 OR /System/Library/Frameworks/Python.framework/
Versions/2.6/bin/python responds to 'arch -i386' but NOT to
VERSIONER_PYTHON_PREFER_32_BIT
I "convinced" PyDev to use Apples Python in 32bit (by adding /usr/bin/
python as interpreter) and forced PyQt4 to the PYTHONPATH of my
Eclipse project.
and again - CRASH.
I add the somewhat meaningless Apple traceback here. maybe it's
helpful for the core PyQt guys.
thanks a lot!
michael
PyDev1.5 crash from Eclipse3.5 on Snow Leopard with PyQt4.6 and Apple
Python 32bit:
Process: Python [8479]
Path: /System/Library/Frameworks/Python.framework/Versions/
2.6/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: eclipse [8448]
PlugIn Path: /Library/Python/2.6/site-packages/PyQt4/Qt.so
PlugIn Identifier: Qt.so
PlugIn Version: ??? (???)
Date/Time: 2009-09-28 17:53:09.089 +0200
OS Version: Mac OS X 10.6.1 (10B504)
Report Version: 6
Interval Since Last Report: 771 sec
Crashes Since Last Report: 3
Per-App Crashes Since Last Report: 3
Anonymous UUID: FCE00F17-C4E6-4A27-
A7FD-280EAB755AAA
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 1
Thread 0: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x97305782 __semwait_signal + 10
1 libSystem.B.dylib 0x9730543e _pthread_cond_wait + 1191
2 libSystem.B.dylib 0x973070d8 pthread_cond_wait
$UNIX2003 + 73
3 org.python.python 0x000b08d4 PyThread_acquire_lock + 98
4 org.python.python 0x000b4932 initthread + 644
5 org.python.python 0x0008b372 PyEval_EvalFrameEx + 16375
6 org.python.python 0x0008cf64 PyEval_EvalCodeEx + 1720
7 org.python.python 0x0008b591 PyEval_EvalFrameEx + 16918
8 org.python.python 0x0008cf64 PyEval_EvalCodeEx + 1720
9 org.python.python 0x0008b591 PyEval_EvalFrameEx + 16918
10 org.python.python 0x0008cf64 PyEval_EvalCodeEx + 1720
11 org.python.python 0x0008d009 PyEval_EvalCode + 87
12 org.python.python 0x000a40bb Py_CompileString + 111
13 org.python.python 0x000a4167 PyRun_FileExFlags + 139
14 org.python.python 0x000a5e8a PyRun_SimpleFileExFlags
+ 814
15 org.python.python 0x000b3168 Py_Main + 3074
16 org.python.python.app 0x00001eb5 start + 53
Thread 1 Crashed:
0 com.apple.CoreFoundation 0x919f3219 __CFInitialize + 2121
1 dyld 0x8fe0ee40
ImageLoaderMachO::doImageInit(ImageLoader::LinkContext const&) + 154
2 dyld 0x8fe0ee74
ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 30
3 dyld 0x8fe0d31e
ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&,
unsigned int) + 246
4 dyld 0x8fe0d2c2
ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&,
unsigned int) + 154
5 dyld 0x8fe0d2c2
ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&,
unsigned int) + 154
6 dyld 0x8fe0d2c2
ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&,
unsigned int) + 154
7 dyld 0x8fe0d2c2
ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&,
unsigned int) + 154
8 dyld 0x8fe0d2c2
ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&,
unsigned int) + 154
9 dyld 0x8fe0d3d1
ImageLoader::runInitializers(ImageLoader::LinkContext const&) + 61
10 dyld 0x8fe0200b dyld::runInitializers
(ImageLoader*) + 34
11 dyld 0x8fe0b299 dlopen + 558
12 libSystem.B.dylib 0x972ddf48 dlopen + 66
13 org.python.python 0x000adca8 _PyImport_GetDynLoadFunc
+ 462
14 org.python.python 0x0009d9d3
_PyImport_LoadDynamicModule + 118
15 org.python.python 0x0009c08f _PyImport_FindModule + 823
16 org.python.python 0x0009c87f PyImport_ReloadModule +
1392
17 org.python.python 0x0009ccd7 PyImport_ReloadModule +
2504
18 org.python.python 0x0009d2bb
PyImport_ImportModuleLevel + 1221
19 org.python.python 0x0008577f _PyBuiltin_Init + 14665
20 org.python.python 0x0000c700 PyObject_Call + 101
21 org.python.python 0x0000cc8f
PyObject_CallMethodObjArgs + 257
22 org.python.python 0x0000cd4a PyObject_CallFunction + 74
23 org.python.python 0x0009d61e PyImport_Import + 451
24 org.python.python 0x0009d6a4 PyImport_ImportModule + 39
25 Qt.so 0x00618cf4
sip_import_component_module + 22
26 Qt.so 0x00618d89 initQt + 89
27 org.python.python 0x0009da29
_PyImport_LoadDynamicModule + 204
28 org.python.python 0x0009c08f _PyImport_FindModule + 823
29 org.python.python 0x0009c87f PyImport_ReloadModule +
1392
30 org.python.python 0x0009ccd7 PyImport_ReloadModule +
2504
31 org.python.python 0x0009d2bb
PyImport_ImportModuleLevel + 1221
32 org.python.python 0x0008577f _PyBuiltin_Init + 14665
33 org.python.python 0x0008b372 PyEval_EvalFrameEx + 16375
34 org.python.python 0x0008b4d5 PyEval_EvalFrameEx + 16730
35 org.python.python 0x0008b4d5 PyEval_EvalFrameEx + 16730
36 org.python.python 0x0008b4d5 PyEval_EvalFrameEx + 16730
37 org.python.python 0x0008b4d5 PyEval_EvalFrameEx + 16730
38 org.python.python 0x0008b4d5 PyEval_EvalFrameEx + 16730
39 org.python.python 0x0008cf64 PyEval_EvalCodeEx + 1720
40 org.python.python 0x0002ee2c PyClassMethod_New + 1823
41 org.python.python 0x0000c700 PyObject_Call + 101
42 org.python.python 0x0001c12e PyClass_New + 1603
43 org.python.python 0x0000c700 PyObject_Call + 101
44 org.python.python 0x0008677a
PyEval_CallObjectWithKeywords + 171
45 org.python.python 0x000b4d1f initthread + 1649
46 libSystem.B.dylib 0x97304f39 _pthread_start + 345
47 libSystem.B.dylib 0x97304dbe thread_start + 34
Thread 2:
0 libSystem.B.dylib 0x972f6756 select$DARWIN_EXTSN + 10
1 time.so 0x001e4346 _PyTime_DoubleToTimet +
1704
2 org.python.python 0x0008b372 PyEval_EvalFrameEx + 16375
3 org.python.python 0x0008b4d5 PyEval_EvalFrameEx + 16730
4 org.python.python 0x0008b4d5 PyEval_EvalFrameEx + 16730
5 org.python.python 0x0008cf64 PyEval_EvalCodeEx + 1720
6 org.python.python 0x0002ee2c PyClassMethod_New + 1823
7 org.python.python 0x0000c700 PyObject_Call + 101
8 org.python.python 0x0001c12e PyClass_New + 1603
9 org.python.python 0x0000c700 PyObject_Call + 101
10 org.python.python 0x0008677a
PyEval_CallObjectWithKeywords + 171
11 org.python.python 0x000b4d1f initthread + 1649
12 libSystem.B.dylib 0x97304f39 _pthread_start + 345
13 libSystem.B.dylib 0x97304dbe thread_start + 34
Thread 1 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x919f29e1 ecx: 0x00000000 edx: 0x8fe44840
edi: 0x919f29d0 esi: 0x919f1b2c ebp: 0xb007dd98 esp: 0xb007d900
ss: 0x0000001f efl: 0x00000246 eip: 0x919f3219 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
cr2: 0x01003000
Binary Images:
0x1000 - 0x1ff7 org.python.python.app 2.6 (2.6)
<4D01A378-6EE4-7558-6564-0BC51C06A652> /System/Library/Frameworks/
Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
0x5000 - 0xecfef org.python.python 2.6.1 (2.6.1)
<99F1F7BA-7AFA-6069-4E43-11F97B892F65> /System/Library/Frameworks/
Python.framework/Versions/2.6/Python
0x1df000 - 0x1dfff7 _functools.so ??? (???) <7B02FDA4-18D1-C12C-
C9B1-14EB28D9509A> /System/Library/Frameworks/Python.framework/
Versions/2.6/lib/python2.6/lib-dynload/_functools.so
0x1e3000 - 0x1e4ff7 time.so ??? (???) <3CEBCEB7-7331-0BDE-ED3F-
AA41C079FF8A> /System/Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/lib-dynload/time.so
0x1eb000 - 0x1edff7 _collections.so ??? (???) <124972B9-
EC3E-0532-2924-781E4E759F39> /System/Library/Frameworks/
Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so
0x1f2000 - 0x1f5ff7 operator.so ??? (???)
<3E1C892E-3C76-02BB-2A44-081AA5DE164D> /System/Library/Frameworks/
Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
0x1fa000 - 0x1fbff7 cStringIO.so ??? (???)
<7FA5644E-4FA1-60EF-8322-5A15EAC0BED3> /System/Library/Frameworks/
Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
0x480000 - 0x482ff7 strop.so ??? (???) <54CB8A3D-
D17F-39A3-7809-990CFDB75945> /System/Library/Frameworks/
Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
0x487000 - 0x48dff7 _socket.so ??? (???)
<87D8E6E2-44E4-4828-5EF8-B3A4D5DBCAAC> /System/Library/Frameworks/
Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so
0x494000 - 0x497ff7 _ssl.so ??? (???) <5D5B97F7-50BD-5D30-1820-
B1BCAB35381A> /System/Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/lib-dynload/_ssl.so
0x4dd000 - 0x4e0ff7 _struct.so ??? (???) <1B840F13-9D5A-
F97A-544A-88704BE77B7E> /System/Library/Frameworks/Python.framework/
Versions/2.6/lib/python2.6/lib-dynload/_struct.so
0x4e6000 - 0x4e8fe7 binascii.so ??? (???) <0E5DD6E7-614C-27F6-
B1B8-1A2D88D75D97> /System/Library/Frameworks/Python.framework/
Versions/2.6/lib/python2.6/lib-dynload/binascii.so
0x52c000 - 0x533ff7 parser.so ??? (???) <B23F0568-6FB1-
CCE9-6A3A-6ADEFB57E880> /System/Library/Frameworks/Python.framework/
Versions/2.6/lib/python2.6/lib-dynload/parser.so
0x618000 - 0x618ff7 +Qt.so ??? (???) <712FE50E-2361-5BEB-
E8A0-3CBF12CC94E5> /Library/Python/2.6/site-packages/PyQt4/Qt.so
0x1100000 - 0x124dfe7 +QtCore.so ??? (???) <CD9B7CE1-E399-5135-6E9B-
EF4E9603B3DF> /Library/Python/2.6/site-packages/PyQt4/QtCore.so
0x12ef000 - 0x14c4ff3 +QtCore ??? (???) <E87AA65D-1702-9AEA-8A01-
D49841CE4646> /Library/Frameworks/QtCore.framework/Versions/4/QtCore
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-
BB6A-1F4BEEF4B4AB> /usr/lib/dyld
0x90011000 - 0x90446ff7 libLAPACK.dylib ??? (???)
<5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libLAPACK.dylib
0x9094b000 - 0x90954ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-
DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/
DiskArbitration.framework/Versions/A/DiskArbitration
0x90a58000 - 0x90e6eff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-
F9E8-181C-129585E59603> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libBLAS.dylib
0x911d0000 - 0x91214fe7 com.apple.Metadata 10.6.0 (507.1)
<CBD1B22B-5F10-C784-03A2-35106B97DF3F> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/Metadata.framework/
Versions/A/Metadata
0x91220000 - 0x91253ff7 com.apple.AE 496 (496) <B638FDD4-7322-F0E4-
ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/
Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91630000 - 0x916ddfe7 libobjc.A.dylib ??? (???) <410DD065-A18F-
F054-0457-65525F4D1039> /usr/lib/libobjc.A.dylib
0x91709000 - 0x9171dffb com.apple.speech.synthesis.framework 3.10.35
(3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9171e000 - 0x918dafef com.apple.ImageIO.framework 3.0.0 (3.0.0)
<A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/ImageIO
0x919f1000 - 0x91b68fef com.apple.CoreFoundation 6.6 (550)
<193E33D6-2E92-3452-773B-60A1A9CCC573> /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation
0x91b91000 - 0x91bebff7 com.apple.framework.IOKit 2.0 (???)
<7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/
IOKit.framework/Versions/A/IOKit
0x91db5000 - 0x91de9ff7 libssl.0.9.8.dylib ??? (???) <F3402001-
EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
0x91dea000 - 0x91eebfe7 libxml2.2.dylib ??? (???)
<C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
0x91eec000 - 0x91fc9ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-
DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/
vImage
0x91fca000 - 0x92072ff7 com.apple.QD 3.31 (???)
<40FCAC85-4E4F-2290-90D4-F66D550ADFDC> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
Versions/A/QD
0x92073000 - 0x92074ff7 com.apple.TrustEvaluationAgent 1.0 (1)
<71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/
PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/
TrustEvaluationAgent
0x920f7000 - 0x92140fe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-
C588-F6D8042D3534> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libTIFF.dylib
0x922f4000 - 0x922f4ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5)
<3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
vecLib
0x9243e000 - 0x9244cfe7 libz.1.dylib ??? (???) <7B7A02AB-
DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
0x9248d000 - 0x92c6e497 com.apple.CoreGraphics 1.535.5 (???)
<0B93D29C-D957-AD00-10F3-94112D75D6D9> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/CoreGraphics
0x92dc9000 - 0x92e65fe7 com.apple.ApplicationServices.ATS 4.0 (???)
<81700C90-2614-F7E2-CC6A-B01C24A2BD75> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/ATS
0x92ed7000 - 0x92edbff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-
C22A-D1AE10D328F3> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libGIF.dylib
0x92edc000 - 0x92f79ff3 com.apple.LaunchServices 360.3 (360.3)
<C8590D53-E46A-F58A-7CF2-03A8159D8569> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/
Versions/A/LaunchServices
0x92f7a000 - 0x92fe9ff7 libvMisc.dylib ??? (???)
<59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvMisc.dylib
0x9329f000 - 0x93421fe7 libicucore.A.dylib ??? (???) <FBB66376-
CBA9-8149-A1AA-10AB8578C3B3> /usr/lib/libicucore.A.dylib
0x93461000 - 0x934f9fe7 edu.mit.Kerberos 6.5.8 (6.5.8) <BA9BD282-
FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/
Kerberos.framework/Versions/A/Kerberos
0x934fa000 - 0x9351afe7 libresolv.9.dylib ??? (???)
<A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
0x93554000 - 0x93603fef com.apple.ColorSync 4.6.0 (4.6.0) <66ABAE86-
B0EC-D641-913D-08ACA965F9FA> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x9392c000 - 0x93952fff com.apple.DictionaryServices 1.1 (1.1)
<07694B30-56A9-5C98-B8BC-DA0628715FA8> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/
DictionaryServices.framework/Versions/A/DictionaryServices
0x93974000 - 0x939f4feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-
F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/
Versions/A/SearchKit
0x93a7a000 - 0x93a7aff7 com.apple.ApplicationServices 38 (38)
<8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/ApplicationServices
0x93af5000 - 0x93b09fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-
E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x93b0a000 - 0x93d6cff3 com.apple.security 6.0 (36910) <F045B57C-054F-
F06F-EF7E-EABEC2700274> /System/Library/Frameworks/Security.framework/
Versions/A/Security
0x93d6d000 - 0x93d6dff7 com.apple.CoreServices 44 (44)
<AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/
CoreServices.framework/Versions/A/CoreServices
0x93da1000 - 0x93dbcff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-
F2F5-EE9269729975> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libPng.dylib
0x93f91000 - 0x9404afe7 libsqlite3.dylib ??? (???)
<16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
0x9404b000 - 0x9404bff7 com.apple.Accelerate 1.5 (Accelerate 1.5)
<F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Accelerate
0x94061000 - 0x9406dff7 libkxld.dylib ??? (???)
<152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
0x94175000 - 0x94177ff7 libRadiance.dylib ??? (???)
<0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libRadiance.dylib
0x94abd000 - 0x94b1dfe7 com.apple.CoreText 3.0.0 (???) <8F4FCAE2-8E6F-
F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/
Versions/A/CoreText
0x94bc7000 - 0x94c04ff7 com.apple.SystemConfiguration 1.10 (1.10)
<897AEEAF-CF5D-2843-C33B-31A0A7C98A6A> /System/Library/Frameworks/
SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94c05000 - 0x94c2dff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-
AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x957a8000 - 0x957dcff7 libcups.2.dylib ??? (???) <9078BA07-DEE1-6597-
D15D-7BE3A20CB5A0> /usr/lib/libcups.2.dylib
0x9582a000 - 0x958d1fe7 com.apple.CFNetwork 454.4 (454.4)
<7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/
Versions/A/CFNetwork
0x958d2000 - 0x9593cfe7 libstdc++.6.dylib ??? (???) <411D87F4-
B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x95eaf000 - 0x95fa1ff7 libcrypto.0.9.8.dylib ??? (???)
<792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
0x95fbc000 - 0x96086fef com.apple.CoreServices.OSServices 352 (352)
<D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/OSServices.framework/
Versions/A/OSServices
0x964bd000 - 0x9654efe3 com.apple.print.framework.PrintCore 6.0 (312)
<C588530A-0F2C-DD72-E308-3B8735125189> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
PrintCore.framework/Versions/A/PrintCore
0x9654f000 - 0x96601ffb libFontParser.dylib ??? (???)
<EB089832-660F-0B34-3AC8-CCDA937987D9> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/Resources/libFontParser.dylib
0x9708b000 - 0x970d1ff7 libauto.dylib ??? (???) <FAB17F30-A28B-
E33D-6E21-C7119C9C83ED> /usr/lib/libauto.dylib
0x97286000 - 0x97293ff7 com.apple.NetFS 3.2 (3.2) <E6FD80B0-0238-0C42-
A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/
A/NetFS
0x97294000 - 0x972d6fe7 libvDSP.dylib ??? (???)
<8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvDSP.dylib
0x972d7000 - 0x9747bfeb libSystem.B.dylib ??? (???) <E58B649F-FFDC-
AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
0x9747c000 - 0x976ecffb com.apple.Foundation 6.6 (751)
<A61B645E-1A15-5BCA-3043-C8AB85C6AD30> /System/Library/Frameworks/
Foundation.framework/Versions/C/Foundation
0x98b71000 - 0x98bc2ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-
A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
HIServices.framework/Versions/A/HIServices
0x98bce000 - 0x98bdfff7 com.apple.LangAnalysis 1.6.5 (1.6.5)
<E77440D0-76EE-EB4C-3D00-9EDE417F13CF> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/LangAnalysis
0x98c0b000 - 0x98f2afe7 com.apple.CoreServices.CarbonCore 859.1
(859.1) <2E72AF56-4BE6-294A-7372-19C360688B8B> /System/Library/
Frameworks/CoreServices.framework/Versions/A/Frameworks/
CarbonCore.framework/Versions/A/CarbonCore
0x98f5e000 - 0x98f61fe7 libmathCommon.A.dylib ??? (???)
<1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/
libmathCommon.A.dylib
0x98f8d000 - 0x98fb1ff7 libJPEG.dylib ??? (???) <265DBF67-994E-
E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
Versions/A/Resources/libJPEG.dylib
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <E58B649F-FFDC-
AB09-2028-8B706BEF7C0F> /usr/lib/libSystem.B.dylib
Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core
2 Duo, 2.8 GHz, 4 GB, SMC 1.48f2
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: AirPort, AirPort, en1
Network Service: Parallels Shared Networking Adapter, Ethernet, en4
Network Service: Parallels Host-Only Networking Adapter, Ethernet, en5
Serial ATA Device: ST9500420ASG, 465.76 GB
Serial ATA Device: MATSHITADVD-R UJ-868
USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0x24100000
USB Device: USB Receiver, 0x046d (Logitech Inc.), 0xc521, 0x24130000
USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0x24120000
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
USB Device: iPod, 0x05ac (Apple Inc.), 0x1293, 0x26200000
USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403,
0x26500000
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.),
0x8217, 0x06110000
FireWire Device: My Book, WD, Up to 800 Mb/sec
On Sep 28, 2009, at 4:14 PM, William Kyngesburye wrote:
> On Sep 28, 2009, at 4:01 AM, Michael Held wrote:
>
>> hi pyqt,
>>
>> I had some problems forcing Apples Python to 32 bit. neither
>> export VERSIONER_PYTHON_PREFER_32_BIT=yes
>> nor
>> defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
>> was working.
>>
> I've had similar problems running 32bit python. I didn't know about
> those prefer-32-bit options, and was using arch -i386 python. I
> tracked it down to the executables: for some reason the python
> executable in /usr/bin is different than the one in the Python
> framework. The one in /usr/bin is the one that gets executed by
> default, but the one in the framework *does* respond to arch -i386,
> and may respond to those prefer- options. Since the versioned
> executables in /usr/bin are symlinks to the framework executables,
> try running 'python2.6'.
>
>
> -----
> William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
> http://www.kyngchaos.com/
>
> "I ache, therefore I am. Or in my case - I am, therefore I ache."
>
> - Marvin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090928/78345d25/attachment-0001.html
More information about the PyQt
mailing list