From ronaldoussoren at mac.com Thu Dec 8 16:09:58 2011 From: ronaldoussoren at mac.com (Ronald Oussoren) Date: Thu, 08 Dec 2011 16:09:58 +0100 Subject: [Pythonmac-SIG] MacOS Lion 10.7.2 In-Reply-To: <1322046869.10070.YahooMailNeo@web110608.mail.gq1.yahoo.com> References: <1322046869.10070.YahooMailNeo@web110608.mail.gq1.yahoo.com> Message-ID: <29F418EF-FCD0-423F-BF26-52ECBC29E4BB@mac.com> On 23 Nov, 2011, at 12:14, Neacsa Bogdan Valentin wrote: > Hello, > > I have a problem/question about building apps on the MacOS 10.7.2 version. Ok so I have succesfully bundled my application on 10.5.8 but now we need a 64-bit distribution too so we are trying to build it on 10.7.2 . This comes from what I see with a default 64-bit python 2.7.1 and a py2app 0.5.3 as default. > > Ok so first thing I tried to run the same script, an error occured related to modulegraph: > > File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/modulegraph/modulegraph.py", line 352, in calc_setuptools_nspackages > for fn in os.listdir(entry): > OSError: [Errno 2] No such file or directory: '/WORK/TVB/tvb/build/bdist.macosx-10.7-intel/lib.macosx-10.7-intel-2.7' > > /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/modulegraph/modulegraph.py(352)calc_setuptools_nspackages() > -> for fn in os.listdir(entry): > > Ok so next thing I try an addition check in that line of module graph to see if entry actually exists, that seems to fix the error and generate a package. Now the problem is we need to use the 'python' generated in /Contents/MacOS/python to spawn additional processes(again this seems to work in 10.5.8 generated packages), but now I get: > > sudo ./tvb start web backend > Starting to modify pythonpath > done > python: posix_spawn: /WORK/TVB/tvb/TVB_MacOS_dist/TVB_distribution/tvb.app/Contents/MacOS/python2.7: No such file or directory > > Now the prints that worked let me see that a app was actually generated but the spawn new process failed, so I reverted all my changes and tried on a simple 'hello.py' on both 10.7.2 and 10.5.8. > The bundled application works on both, however the generated python doesn't: > > So on 10.5.8: > ./dist/hello.app/Contents/MacOS/hello > <_Funct pt ...> > Hello > > ./dist/hello.app.Contents/MacOS/python > --starts a python 2.7.1 interpreter--- > > But on 10.7.2: > ./dist/hello.app/Contents/MacOS/hello > Hello > > ./dist/hello.app/Contents/MacOS/python > python: posix_spawn: /WORK/TVB/TESt/dist/hello.app/Contents/MacOS/python2.7: No such file or directory > > Any leads why this might be happening/ way to fix it? Could you create a small example project that demonstrates the problem and either mail it to me or file a bug at ? Ronald > > Best regards, > Bogdan > > > > > > > > > > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG at python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig > unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4788 bytes Desc: not available URL: From letterror at gmail.com Thu Dec 8 14:13:01 2011 From: letterror at gmail.com (Erik van Blokland) Date: Thu, 8 Dec 2011 14:13:01 +0100 Subject: [Pythonmac-SIG] Which version of python on OSX Lion 10.7.2 Message-ID: <025D9D55-E4BD-4602-AE93-D42081F22960@gmail.com> Hi all, I'm writing some code intended to help installing some python modules on OSX. There are some complications outside my control (that I hope I won't have to go into) that make it a bit of a puzzle. The installer is targeted at Python 2.7.1 on OSX Lion 10.7.2, and this has an accessible site-packages folder at /Library/Python/2.7/site-packages While trying my installer on different machines (MacBook, MacBook Pro, iMac) running Lion (OSX 10.7.2, build 11C74), most of the python versions I see are: > Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) > [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin I came across a new MacBook Pro, OSX 10.7.2, also build 11C74. This one had another one: > Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 14:13:39) > [GCC 4.0.1 (Apple Inc. build 5493)] on darwin This machine is brand new and hasn't had any post-unpacking installations. This 2.7.2 also looks at /Library/Python/2.7/site-packages ..which is helpful, but this version doesn't have any of the OSX modules, no objc or AppKit. Any other users with a similar experience? Is the 2.7.2 somehow a freak version, or are there really multiple versions floating around? Thanks! Erik van Blokland From nad at acm.org Sun Dec 11 22:18:32 2011 From: nad at acm.org (Ned Deily) Date: Sun, 11 Dec 2011 13:18:32 -0800 Subject: [Pythonmac-SIG] Which version of python on OSX Lion 10.7.2 References: <025D9D55-E4BD-4602-AE93-D42081F22960@gmail.com> Message-ID: In article <025D9D55-E4BD-4602-AE93-D42081F22960 at gmail.com>, Erik van Blokland wrote: > Hi all, > > I'm writing some code intended to help installing some python modules on OSX. > There are some complications outside my control (that I hope I won't have to > go into) that make it a bit of a puzzle. > > The installer is targeted at Python 2.7.1 on OSX Lion 10.7.2, and this has an > accessible site-packages folder at > /Library/Python/2.7/site-packages > > While trying my installer on different machines (MacBook, MacBook Pro, iMac) > running Lion (OSX 10.7.2, build 11C74), most of the python versions I see > are: > > Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) > > [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on > > darwin > > I came across a new MacBook Pro, OSX 10.7.2, also build 11C74. This one had > another one: > > Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 14:13:39) > > [GCC 4.0.1 (Apple Inc. build 5493)] on darwin > > This machine is brand new and hasn't had any post-unpacking installations. > This 2.7.2 also looks at > /Library/Python/2.7/site-packages > ..which is helpful, but this version doesn't have any of the OSX modules, no > objc or AppKit. > > Any other users with a similar experience? Is the 2.7.2 somehow a freak > version, or are there really multiple versions floating around? The objc and AppKit modules are provided by Apple and so are only available in the system Pythons. They should always be available regardless of whether a user installs other Pythons, which they often do since Apple never updates system Pythons (other than the occasional security fix). If you are installing something that depends on the system Python, you should explicitly invoke Python via /usr/bin/python2.7 and, if you need to use easy_install, /usr/bin/easy_install-2.7 -- Ned Deily, nad at acm.org From Gil at GilDawson.com Sat Dec 17 22:01:20 2011 From: Gil at GilDawson.com (Gil Dawson) Date: Sat, 17 Dec 2011 13:01:20 -0800 Subject: [Pythonmac-SIG] New subscriber Message-ID: I'm new here. Could you please tell me which list I should use to ask a dumb question about Python for the Mac? I was hoping to search the archives for my question, but I haven't figured out how to do that from the page at http://mail.python.org/pipermail/pythonmac-sig/ so, if this is the right list, I'd appreciate a pointer on how to search the archives. My dumb question is: What should I do next to use Python 3.2.2? I downloaded and installed Python 3.2, Quit Terminal, launched "/Applications/Python3.2/Update Shell Profile.command", Quit Terminal again, relaunched Terminal, and typed "python". It responded... Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> I was expecting 3.2.2 instead of 2.6.1. I'd appreciate suggestions. --Gil -------------- next part -------------- An HTML attachment was scrubbed... URL: From dan at rosspixelworks.com Sun Dec 18 23:39:22 2011 From: dan at rosspixelworks.com (Dan Ross) Date: Sun, 18 Dec 2011 16:39:22 -0600 Subject: [Pythonmac-SIG] New subscriber In-Reply-To: References: Message-ID: Hey Gil- Try typing "python3" instead of just "python". Dan On Dec 17, 2011, at 3:01 PM, Gil Dawson wrote: > I'm new here. > > Could you please tell me which list I should use to ask a dumb question about Python for the Mac? > > I was hoping to search the archives for my question, but I haven't figured out how to do that from the page at > > http://mail.python.org/pipermail/pythonmac-sig/ > > so, if this is the right list, I'd appreciate a pointer on how to search the archives. > > > My dumb question is: What should I do next to use Python 3.2.2? > > I downloaded and installed Python 3.2, Quit Terminal, launched "/Applications/Python3.2/Update Shell Profile.command", Quit Terminal again, relaunched Terminal, and typed "python". It responded... > > Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) > [GCC 4.2.1 (Apple Inc. build 5646)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> > > I was expecting 3.2.2 instead of 2.6.1. > > I'd appreciate suggestions. > > --Gil > > > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG at python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig > unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG -------------- next part -------------- An HTML attachment was scrubbed... URL: From carlos.grohmann at gmail.com Mon Dec 19 15:47:01 2011 From: carlos.grohmann at gmail.com (Carlos Grohmann) Date: Mon, 19 Dec 2011 12:47:01 -0200 Subject: [Pythonmac-SIG] wxpython+matplotlib+numpy = huge app bundle? Message-ID: Hello all, I'm working on a app for Structural Geology called OpenStereo (http://www.igc.usp.br/index.php?id=openstereo). It uses wxpython, matplotlib and numpy. I used py2exe to create a windows binary of about 15 Mb. Using py2app, the resulting .app is over 200 Mb!! It seems to me that the issue here is that py2app bundles wx, matplotlib and scipy entirely. In my py2exe setup.py script I have this: includes = ['wx', 'os', 'sys', 'csv', 're', 'floatspin', 'scrolledpanel', 'customtreectrl', 'wx.lib.expando', 'wx.lib.pubsub', 'wx.lib.embeddedimage', 'wx.lib.wordwrap', 'types', 'matplotlib', 'matplotlib.pyplot', 'matplotlib.axes', 'matplotlib.figure', 'matplotlib.backends.backend_wxagg', 'mpl_toolkits.axes_grid.axislines', 'mpl_toolkits.axes_grid', 'matplotlib.patches', 'matplotlib.lines', 'matplotlib.text', 'matplotlib.mlab', 'matplotlib.nxutils', 'matplotlib.collections', 'matplotlib.font_manager', 'numpy', 'numpy.ma', 'numpy.linalg', 'math' ] #, 'scipy.interpolate' excludes = ['_gtkagg', '_tkagg', 'bsddb', 'curses', 'pywin.debugger', 'pywin.debugger.dbgcon', 'pywin.dialogs', 'tcl', 'Tkconstants', 'Tkinter', 'pydoc', 'doctest', 'test', 'sqlite3', 'bsddb', 'curses', 'email','_fltkagg', '_gtk', '_gtkcairo', '_agg2', '_cairo', '_cocoaagg', 'matplotlib.backends.backend_qt4agg','matplotlib.backends.backend_qt4', 'PyQt4', 'PyQt4.QtGui', 'PyQt4.QtCore' ] packages = ['encodings','pytz']#,'scipy'] dll_excludes = ['libgdk-win32-2.0-0.dll', 'libgobject-2.0-0.dll', 'tcl84.dll', 'tk84.dll', 'libgdk_pixbuf-2.0-0.dll', 'libgtk-win32-2.0-0.dll', 'libglib-2.0-0.dll', 'libcairo-2.dll', 'libpango-1.0-0.dll', 'libpangowin32-1.0-0.dll', 'libpangocairo-1.0-0.dll', 'libglade-2.0-0.dll', 'libgmodule-2.0-0.dll', 'libgthread-2.0-0.dll', 'QtGui4.dll', 'QtCore.dll', 'QtCore4.dll' ] but using similar constructions in py2app doesn't seem to have any effect: OPTIONS = {'argv_emulation': True, 'packages': ['encodings','pytz', 'wx'], 'includes': ['os', 'sys', 'csv', 're', 'floatspin', 'scrolledpanel', 'customtreectrl','wx.lib.expando', 'wx.lib.pubsub', 'wx.lib.embeddedimage', 'wx.lib.wordwrap', 'types','matplotlib', 'matplotlib.pyplot', 'matplotlib.axes', 'matplotlib.figure','matplotlib.backends.backend_wxagg', 'mpl_toolkits.axes_grid.axislines', 'mpl_toolkits.axes_grid', 'matplotlib.patches', 'matplotlib.lines', 'matplotlib.text', 'matplotlib.mlab', 'matplotlib.nxutils','matplotlib.collections', 'matplotlib.font_manager', 'numpy', 'numpy.ma', 'numpy.linalg', 'math'], 'excludes': ['_gtkagg', '_tkagg', 'bsddb', 'curses', 'pywin.debugger','pywin.debugger.dbgcon', 'pywin.dialogs', 'tcl','Tkconstants', 'Tkinter', 'pydoc', 'doctest', 'test', 'sqlite3','bsddb', 'curses', 'email','_fltkagg', '_gtk', '_gtkcairo','_agg2', '_cairo', '_cocoaagg', 'matplotlib.backends.backend_qt4agg','matplotlib.backends.backend_qt4','PyQt4', 'PyQt4.QtGui', 'PyQt4.QtCore'], 'resources': ['icons/openstereo_icon_noname_256x256x32.png'], 'iconfile' : 'icons/openstereo_icon_noname.icns', } Any thought on this are very appreciated. best Carlos -- Prof. Carlos Henrique Grohmann - Geologist D.Sc. Institute of Geosciences - Univ. of S?o Paulo, Brazil --- http://www.igc.usp.br/pessoais/guano http://digitalelevation.wordpress.com/ http://lattes.cnpq.br/5846052449613692 (CV) --- Twitter: @CarlosGrohmann http://carlosgrohmann.tumblr.com/ Linux User #89721 ________________ Can?t stop the signal. From davecortesi at gmail.com Mon Dec 19 17:31:05 2011 From: davecortesi at gmail.com (David Cortesi) Date: Mon, 19 Dec 2011 08:31:05 -0800 Subject: [Pythonmac-SIG] new subscriber Message-ID: But just take pains to be clear & include sample code to illustrate your question and somebody will usually answer. (Also, stackoverflow.com is a good place to look for answers.) Re the mac, none of the non-Apple python installs (i.e. from ActiveState or python.org) will deliberately override the 2.x version distributed by Apple. So you end up with two pythons. The Apple one lives in /System/Frameworks, and /usr/bin/python or /usr/bin/idle invokes it. And whatever other one you install will be in /Library/Frameworks, and will have some name like python3 or idle3 and be in /usr/local/bin/ (which would need to be in your PATH). It's complicated but it allows two independent pythons to coexist. Downloaded extension modules usually go to the site-packages folder for that python, with a path like /System/Library/Frameworks/Python.framework/Versions/Current/Extras/lib/python2.6/site-packages -------------- next part -------------- An HTML attachment was scrubbed... URL: From dkamp at roontoon.com Thu Dec 22 15:45:52 2011 From: dkamp at roontoon.com (Daniel Rahenkamp) Date: Thu, 22 Dec 2011 09:45:52 -0500 Subject: [Pythonmac-SIG] =?windows-1252?q?New_to_list_with_issues=85=2E?= Message-ID: <18296397-A273-4538-A9C0-DB43D3D4BDA5@roontoon.com> Hi, I am new to the list and of course I have issues... I have run into a problem of which I find that I am a bit out of my depth in solving. I have upgraded to lion and python 2.7.2 and I have several scripts that I have been running for over a year as dameons are now crashing with errors that I cannot interpret. Any help will be GREATLY appreciated as I am dead in the water in terms of using Python. Below is the error and full problem report. Thanks so much. d Me transmitte sursum, Caledoni! Process: Python [282] Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: ??? (???) Code Type: X86-64 (Native) Parent Process: Python [242] Date/Time: 2011-12-22 09:33:46.551 -0500 OS Version: Mac OS X 10.7.2 (11C74) Report Version: 9 Interval Since Last Report: 371206 sec Crashes Since Last Report: 17 Per-App Crashes Since Last Report: 799 Anonymous UUID: 3C387DB7-0AA3-4F34-A100-31D1736D2668 Crashed Thread: 0 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000108 VM Regions Near 0x108: --> __TEXT 0000000100285000-0000000100286000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Application Specific Information: objc[221]: garbage collection is OFF Thread 0 Crashed: 0 libdispatch.dylib 0x00007fff8b14ace9 _dispatch_wakeup + 108 1 libdispatch.dylib 0x00007fff8b14d876 _dispatch_resume_slow + 20 2 com.apple.CoreFoundation 0x00007fff8af8262c -[NSXPCConnection start] + 92 3 com.apple.CoreFoundation 0x00007fff8af84ca3 __CFXNotificationCenterSetupConnection + 387 4 com.apple.CoreFoundation 0x00007fff8af84b11 __CFXNotificationCenterCreate + 273 5 com.apple.CoreFoundation 0x00007fff8af849ea __CFNotificationCenterGetDistributedCenter_block_invoke_1 + 26 6 libdispatch.dylib 0x00007fff8b14d224 dispatch_once_f + 53 7 com.apple.CoreFoundation 0x00007fff8af73e0a CFNotificationCenterGetDistributedCenter + 74 8 com.apple.CoreFoundation 0x00007fff8afb2eb8 ____CFXPreferencesGetSourceForTriplet_block_invoke_1 + 40 9 libdispatch.dylib 0x00007fff8b14d224 dispatch_once_f + 53 10 com.apple.CoreFoundation 0x00007fff8af7fa4a __CFXPreferencesGetSourceForTriplet + 58 11 com.apple.CoreFoundation 0x00007fff8af8be67 __CFXPreferencesGetSearchListForBundleID + 215 12 com.apple.CoreFoundation 0x00007fff8af8bd48 ___CFXPreferencesCopyAppValue_block_invoke_1 + 24 13 com.apple.CoreFoundation 0x00007fff8af8bcea CFPreferencesCopyAppValue + 218 14 com.apple.SystemConfiguration 0x00007fff928f388c SCDynamicStoreCopyProxies + 43 15 _scproxy.so 0x0000000100a6e9ba 0x100a6e000 + 2490 16 org.python.python 0x0000000100317b58 PyEval_EvalFrameEx + 13318 17 org.python.python 0x000000010031adf7 0x100290000 + 568823 18 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 19 org.python.python 0x000000010031adf7 0x100290000 + 568823 20 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 21 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 22 org.python.python 0x00000001002b8abf 0x100290000 + 166591 23 org.python.python 0x0000000100297d32 PyObject_Call + 97 24 org.python.python 0x00000001002a66e9 0x100290000 + 91881 25 org.python.python 0x0000000100297d32 PyObject_Call + 97 26 org.python.python 0x0000000100313c40 PyEval_CallObjectWithKeywords + 180 27 org.python.python 0x00000001002a3489 PyInstance_New + 273 28 org.python.python 0x0000000100297d32 PyObject_Call + 97 29 org.python.python 0x0000000100317f63 PyEval_EvalFrameEx + 14353 30 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 31 org.python.python 0x000000010031ae6c 0x100290000 + 568940 32 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 33 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 34 org.python.python 0x000000010031ae6c 0x100290000 + 568940 35 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 36 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 37 org.python.python 0x00000001002b8abf 0x100290000 + 166591 38 org.python.python 0x0000000100297d32 PyObject_Call + 97 39 org.python.python 0x00000001003185ec PyEval_EvalFrameEx + 16026 40 org.python.python 0x000000010031adf7 0x100290000 + 568823 41 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 42 org.python.python 0x000000010031adf7 0x100290000 + 568823 43 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 44 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 45 org.python.python 0x00000001002b8abf 0x100290000 + 166591 46 org.python.python 0x0000000100297d32 PyObject_Call + 97 47 org.python.python 0x00000001002a66e9 0x100290000 + 91881 48 org.python.python 0x0000000100297d32 PyObject_Call + 97 49 org.python.python 0x00000001002e2484 0x100290000 + 337028 50 org.python.python 0x00000001002dcb7a 0x100290000 + 314234 51 org.python.python 0x0000000100297d32 PyObject_Call + 97 52 org.python.python 0x0000000100317f63 PyEval_EvalFrameEx + 14353 53 org.python.python 0x000000010031adf7 0x100290000 + 568823 54 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 55 org.python.python 0x000000010031adf7 0x100290000 + 568823 56 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 57 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 58 org.python.python 0x00000001002b8abf 0x100290000 + 166591 59 org.python.python 0x0000000100297d32 PyObject_Call + 97 60 org.python.python 0x00000001003185ec PyEval_EvalFrameEx + 16026 61 org.python.python 0x000000010031adf7 0x100290000 + 568823 62 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 63 org.python.python 0x000000010031adf7 0x100290000 + 568823 64 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 65 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 66 org.python.python 0x00000001002b8abf 0x100290000 + 166591 67 org.python.python 0x0000000100297d32 PyObject_Call + 97 68 org.python.python 0x00000001002a66e9 0x100290000 + 91881 69 org.python.python 0x0000000100297d32 PyObject_Call + 97 70 org.python.python 0x0000000100313c40 PyEval_CallObjectWithKeywords + 180 71 org.python.python 0x000000010034540d 0x100290000 + 742413 72 libsystem_c.dylib 0x00007fff978098bf _pthread_start + 335 73 libsystem_c.dylib 0x00007fff9780cb75 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000100 rbx: 0x00007f810a124e50 rcx: 0x00007f810a124e68 rdx: 0x0000000000000001 rdi: 0x00007f810a124e60 rsi: 0x00007fff8c3d6c40 rbp: 0x0000000101039080 rsp: 0x0000000101039070 r8: 0x00007f810a083878 r9: 0x0000000000000852 r10: 0x0000000000000081 r11: 0x00007fff8af825d0 r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00007fff7ad93180 r15: 0x00007f81096fa408 rip: 0x00007fff8b14ace9 rfl: 0x0000000000010206 cr2: 0x0000000000000108 Logical CPU: 1 Binary Images: 0x100285000 - 0x100285fff org.python.python (2.7.1 - 2.7.1) /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python 0x100290000 - 0x1003abff7 org.python.python (2.7.1 - 2.7.1) /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x1004ec000 - 0x1004edfff _locale.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so 0x1004f1000 - 0x1004fdfff cPickle.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so 0x100503000 - 0x100503fff grp.so (??? - ???) <563EC9A6-F38F-3518-9BBB-912E9F01FDA1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so 0x100507000 - 0x10050afff _multiprocessing.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multiprocessing.so 0x10050f000 - 0x100511fff select.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so 0x1009dc000 - 0x1009e0fff _struct.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so 0x1009e6000 - 0x1009e8ff7 binascii.so (??? - ???) <9B353DAC-B0E8-3B4B-91A1-50F6F86AA928> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so 0x1009ec000 - 0x1009edfff _hashlib.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so 0x1009f1000 - 0x1009f6fff array.so (??? - ???) <177F1D09-ACEE-3E39-8F1E-3EE8BA8A7AC6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so 0x1009fc000 - 0x100a02ff7 _socket.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so 0x100a0a000 - 0x100a0bfff _functools.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so 0x100a0f000 - 0x100a13fff _ssl.so (??? - ???) <50FC05D5-0434-3054-9C09-CA8923FED0C0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so 0x100a19000 - 0x100a1afff cStringIO.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so 0x100a1f000 - 0x100a22fff _collections.so (??? - ???) <62C1B5B7-654D-397A-8840-7EBB907DBCA1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so 0x100a28000 - 0x100a2bfff operator.so (??? - ???) <59A152D0-52ED-354C-9C2D-D7390E3EC216> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so 0x100a31000 - 0x100a37fff itertools.so (??? - ???) <7C8350B9-8DD3-377A-A5C1-1103A6C955A6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so 0x100a40000 - 0x100a40fff _bisect.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so 0x100a44000 - 0x100a45fff _heapq.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so 0x100a4a000 - 0x100a4ffff math.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so 0x100a55000 - 0x100a56ff7 _random.so (??? - ???) <3C7A7C17-1698-32D0-BF09-F50A19F75E4B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so 0x100a5a000 - 0x100a5bfff fcntl.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so 0x100a5f000 - 0x100a60fff time.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so 0x100a66000 - 0x100a69fff strop.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so 0x100a6e000 - 0x100a6efff _scproxy.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so 0x100b32000 - 0x100b3dff7 datetime.so (??? - ???) <9EC1E3BD-3BD3-3B39-AE19-448CCEEA747A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so 0x100b46000 - 0x100b4ffff _sqlite3.so (??? - ???) <4F97C26B-1A2D-33D9-A7B4-C791FA3F645B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so 0x100d9c000 - 0x100da0fff _json.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so 0x100da5000 - 0x100db6fff _io.so (??? - ???) <5451CA4B-98A0-3F70-9322-DBE6B7D93CF1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so 0x100dc5000 - 0x100dcdfff parser.so (??? - ???) <2E88032A-DFD4-38F0-BE83-03DA706702B1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so 0x100dd2000 - 0x100dd4fff zlib.so (??? - ???) <81E54FCE-EEAC-3E97-BB05-1143EB6AECA6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so 0x100f1c000 - 0x100f2dfff _ctypes.so (??? - ???) <2D2AE6AF-704A-3CBB-954B-33BA49B78254> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so 0x7fff5fe85000 - 0x7fff5feb9ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld 0x7fff8ace9000 - 0x7fff8ad22fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib 0x7fff8ae97000 - 0x7fff8aeb7fff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib 0x7fff8af21000 - 0x7fff8af23fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib 0x7fff8af37000 - 0x7fff8b10bfff com.apple.CoreFoundation (6.7.1 - 635.15) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8b10c000 - 0x7fff8b147ff7 libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib 0x7fff8b148000 - 0x7fff8b156fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib 0x7fff8c79d000 - 0x7fff8c7a2fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib 0x7fff8d64a000 - 0x7fff8d64bff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) /usr/lib/system/libremovefile.dylib 0x7fff8edae000 - 0x7fff8edf0ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib 0x7fff8f492000 - 0x7fff8f4afff7 libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib 0x7fff8f778000 - 0x7fff8f779fff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib 0x7fff90a8c000 - 0x7fff90b70def libobjc.A.dylib (228.0.0 - compatibility 1.0.0) /usr/lib/libobjc.A.dylib 0x7fff911f8000 - 0x7fff91201ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib 0x7fff912ac000 - 0x7fff91321ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib 0x7fff9132e000 - 0x7fff9132ffff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib 0x7fff923c8000 - 0x7fff92416fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib 0x7fff928da000 - 0x7fff928defff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib 0x7fff928df000 - 0x7fff9292aff7 com.apple.SystemConfiguration (1.11.1 - 1.11) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff92a44000 - 0x7fff92ab7fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 0x7fff92c68000 - 0x7fff92c73ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 0x7fff92c74000 - 0x7fff92c78fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib 0x7fff92c79000 - 0x7fff92c8bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x7fff92c8e000 - 0x7fff92c8efff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 0x7fff92c8f000 - 0x7fff92c90ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 0x7fff92e7c000 - 0x7fff92e82ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 0x7fff93681000 - 0x7fff93686ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib 0x7fff93687000 - 0x7fff9368cfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 0x7fff936ce000 - 0x7fff938d0fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib 0x7fff95141000 - 0x7fff95149fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib 0x7fff95396000 - 0x7fff95397fff libffi.dylib (??? - ???) /usr/lib/libffi.dylib 0x7fff95c12000 - 0x7fff95d1efff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib 0x7fff95e42000 - 0x7fff95e43fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib 0x7fff9653c000 - 0x7fff96543fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib 0x7fff96544000 - 0x7fff96546fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff96547000 - 0x7fff9654dfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib 0x7fff96845000 - 0x7fff96948fff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib 0x7fff96949000 - 0x7fff96976fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib 0x7fff977b9000 - 0x7fff977bafff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff977bb000 - 0x7fff97898fef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) /usr/lib/system/libsystem_c.dylib 0x7fff978b6000 - 0x7fff978c0ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 235 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=60.9M resident=39.6M(65%) swapped_out_or_unallocated=21.3M(35%) Writable regions: Total=49.7M written=2308K(5%) resident=19.9M(40%) swapped_out=0K(0%) unallocated=29.8M(60%) REGION TYPE VIRTUAL =========== ======= MALLOC 34.6M MALLOC guard page 48K SQLite page cache 96K STACK GUARD 4K Stack 70.6M VM_ALLOCATE 8K __DATA 1780K __LINKEDIT 48.0M __TEXT 12.9M __UNICODE 544K shared memory 12K =========== ======= TOTAL 168.6M Model: Macmini3,1, BootROM MM31.0081.B06, 2 processors, Intel Core 2 Duo, 2 GHz, 4 GB, SMC 1.35f0 Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x90), Broadcom BCM43xx 1.0 (5.10.131.36.11) Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Network Service: Ethernet, Ethernet, en0 Serial ATA Device: Hitachi HTS543212L9SA02, 120.03 GB Serial ATA Device: PIONEER DVD-RW DVRTS08 USB Device: Mac OS X Install Disk, apple_vendor_id, 0x1502, 0x26200000 / 2 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8216, 0x06110000 / 3 FireWire Device: Rev2, Drobo, 400mbit_speed -------------- next part -------------- An HTML attachment was scrubbed... URL: From hraban at fiee.net Thu Dec 29 10:49:52 2011 From: hraban at fiee.net (Henning Hraban Ramm) Date: Thu, 29 Dec 2011 10:49:52 +0100 Subject: [Pythonmac-SIG] =?windows-1252?q?New_to_list_with_issues=85=2E?= In-Reply-To: <18296397-A273-4538-A9C0-DB43D3D4BDA5@roontoon.com> References: <18296397-A273-4538-A9C0-DB43D3D4BDA5@roontoon.com> Message-ID: <099B6D99-64EA-4EA7-983F-5CE3FF9F6CDD@fiee.net> Am 2011-12-22 um 15:45 schrieb Daniel Rahenkamp: > Hi, > > I am new to the list and of course I have issues... I have run into > a problem of which I find that I am a bit out of my depth in > solving. I have upgraded to lion and python 2.7.2 and I have several > scripts that I have been running for over a year as dameons are now > crashing with errors that I cannot interpret. Any help will be > GREATLY appreciated as I am dead in the water in terms of using > Python. Below is the error and full problem report. Thanks so much. Apple?s crash report is probably useless (but maybe there are greater wizards than me on this list that can make any sense from it) - try to get a proper Python traceback! Maybe it?s in the console.log Did you try to run your scripts on the command line, i.e. not as daemons? Can you show us (parts of) the scripts? Probably there are modules missing. Did you run from a system Python before? Best Greetlings! Hraban --- http://www.fiee.net https://www.cacert.org (I'm an assurer) From dkamp at roontoon.com Thu Dec 29 19:25:33 2011 From: dkamp at roontoon.com (Daniel Rahenkamp) Date: Thu, 29 Dec 2011 13:25:33 -0500 Subject: [Pythonmac-SIG] New to list with issues In-Reply-To: References: Message-ID: On Dec 29, 2011, at 6:00 AM, pythonmac-sig-request at python.org wrote: >> >> I am new to the list and of course I have issues... I have run into a problem of which I find that I am a bit out of my depth in solving. I have upgraded to lion and python 2.7.2 and I have several scripts that I have been running for over a year as dameons are now crashing with errors that I cannot interpret. Any help will be GREATLY appreciated as I am dead in the water in terms of using Python. Below is the error and full problem report. Thanks so much. > > Apple?s crash report is probably useless (but maybe there are greater wizards than me on this list that can make any sense from it) - try to get a proper Python traceback! > Maybe it?s in the console.log > Did you try to run your scripts on the command line, i.e. not as daemons? > Can you show us (parts of) the scripts? Probably there are modules missing. > Did you run from a system Python before? Thanks for the reply. This is weird because Python does not fully crash but periodically it will throw the error I included in my last post but the script is still working. When looking in the console there are multiple entries with Python_.mini_crash with the same system crash report that I included. In this test I ran the app from the command line and not as a daemon but the results are the same. When I have tried python 2.6 on the same machine things run fine. The problem seems to be with the apple included 2.7 that came with Lion. Lastly I am not sure what you mean by "run from a system Python before" Here is a screen shot of the console messages http://screencast.com/t/qDjnMb3KYS Thanks so much. d Per aspera ad astra -------------- next part -------------- An HTML attachment was scrubbed... URL: From nad at acm.org Fri Dec 30 11:32:59 2011 From: nad at acm.org (Ned Deily) Date: Fri, 30 Dec 2011 02:32:59 -0800 Subject: [Pythonmac-SIG] New to list with issues References: Message-ID: In article , Daniel Rahenkamp wrote: > On Dec 29, 2011, at 6:00 AM, pythonmac-sig-request at python.org wrote: > >> > >> I am new to the list and of course I have issues... I have run into a > >> problem of which I find that I am a bit out of my depth in solving. I have > >> upgraded to lion and python 2.7.2 and I have several scripts that I have > >> been running for over a year as dameons are now crashing with errors that > >> I cannot interpret. Any help will be GREATLY appreciated as I am dead in > >> the water in terms of using Python. Below is the error and full problem > >> report. Thanks so much. > > > > Apple's crash report is probably useless (but maybe there are greater > > wizards than me on this list that can make any sense from it) - try to get > > a proper Python traceback! > > Maybe it's in the console.log > > Did you try to run your scripts on the command line, i.e. not as daemons? > > Can you show us (parts of) the scripts? Probably there are modules missing. > > Did you run from a system Python before? > > > > Thanks for the reply. This is weird because Python does not fully crash but > periodically it will throw the error I included in my last post but the > script is still working. When looking in the console there are multiple > entries with Python_.mini_crash with the same system crash > report that I included. In this test I ran the app from the command line and > not as a daemon but the results are the same. When I have tried python 2.6 on > the same machine things run fine. The problem seems to be with the apple > included 2.7 that came with Lion. Lastly I am not sure what you mean by "run > from a system Python before" Here is a screen shot of the console messages > http://screencast.com/t/qDjnMb3KYS Thanks so much. >From the traceback, it appears that there is a problem with Python's _scproxy module; that's an internal helper C module that provides an interface to the OS X System Configuration framework to access Internet proxy configurations for the urllib module. You should open an issue for this at bugs.python.org. Please include the original crash report traceback. -- Ned Deily, nad at acm.org From ronaldoussoren at mac.com Thu Dec 29 07:51:59 2011 From: ronaldoussoren at mac.com (Ronald Oussoren) Date: Thu, 29 Dec 2011 07:51:59 +0100 Subject: [Pythonmac-SIG] =?windows-1252?q?New_to_list_with_issues=85=2E?= In-Reply-To: <18296397-A273-4538-A9C0-DB43D3D4BDA5@roontoon.com> References: <18296397-A273-4538-A9C0-DB43D3D4BDA5@roontoon.com> Message-ID: <9F2712BA-8FA0-48AA-948F-45665233B7EF@mac.com> On 22 Dec, 2011, at 15:45, Daniel Rahenkamp wrote: > Hi, > > I am new to the list and of course I have issues... I have run into a problem of which I find that I am a bit out of my depth in solving. I have upgraded to lion and python 2.7.2 and I have several scripts that I have been running for over a year as dameons are now crashing with errors that I cannot interpret. Any help will be GREATLY appreciated as I am dead in the water in terms of using Python. Below is the error and full problem report. Thanks so much. The crash log doesn't contain enoug information to be certain of what's going on, but does give some hints. The crash occurs in a module that is used by the urllib library to fetch the system configuration related to proxy servers. Does your system have a proxy system configured in its network settings? If so, can you reproduce the issue with a simple script that uses urllib to fetch a webpage? BTW. You are using the system copy of python, which is 2.7.1 on Lion. If you've installed python 2.7.2 using the python.org installer the binary is Library/Frameworks/Python.framework/Versions/2.7/bin/python. The directory the binary is in is added to the shell's search path by the installer, but only for the user that ran the installer and only for interactive shells in the terminal. This means that '#!/usr/bin/env python' won't find python 2.7.2 when used in a script that's started from launchd or a startup item. Ronald > > d > > Me transmitte sursum, Caledoni! > > > Process: Python [282] > Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python > Identifier: Python > Version: ??? (???) > Code Type: X86-64 (Native) > Parent Process: Python [242] > > Date/Time: 2011-12-22 09:33:46.551 -0500 > OS Version: Mac OS X 10.7.2 (11C74) > Report Version: 9 > > Interval Since Last Report: 371206 sec > Crashes Since Last Report: 17 > Per-App Crashes Since Last Report: 799 > Anonymous UUID: 3C387DB7-0AA3-4F34-A100-31D1736D2668 > > Crashed Thread: 0 > > Exception Type: EXC_BAD_ACCESS (SIGSEGV) > Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000108 > > VM Regions Near 0x108: > --> > __TEXT 0000000100285000-0000000100286000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python > > Application Specific Information: > objc[221]: garbage collection is OFF > > Thread 0 Crashed: > 0 libdispatch.dylib 0x00007fff8b14ace9 _dispatch_wakeup + 108 > 1 libdispatch.dylib 0x00007fff8b14d876 _dispatch_resume_slow + 20 > 2 com.apple.CoreFoundation 0x00007fff8af8262c -[NSXPCConnection start] + 92 > 3 com.apple.CoreFoundation 0x00007fff8af84ca3 __CFXNotificationCenterSetupConnection + 387 > 4 com.apple.CoreFoundation 0x00007fff8af84b11 __CFXNotificationCenterCreate + 273 > 5 com.apple.CoreFoundation 0x00007fff8af849ea __CFNotificationCenterGetDistributedCenter_block_invoke_1 + 26 > 6 libdispatch.dylib 0x00007fff8b14d224 dispatch_once_f + 53 > 7 com.apple.CoreFoundation 0x00007fff8af73e0a CFNotificationCenterGetDistributedCenter + 74 > 8 com.apple.CoreFoundation 0x00007fff8afb2eb8 ____CFXPreferencesGetSourceForTriplet_block_invoke_1 + 40 > 9 libdispatch.dylib 0x00007fff8b14d224 dispatch_once_f + 53 > 10 com.apple.CoreFoundation 0x00007fff8af7fa4a __CFXPreferencesGetSourceForTriplet + 58 > 11 com.apple.CoreFoundation 0x00007fff8af8be67 __CFXPreferencesGetSearchListForBundleID + 215 > 12 com.apple.CoreFoundation 0x00007fff8af8bd48 ___CFXPreferencesCopyAppValue_block_invoke_1 + 24 > 13 com.apple.CoreFoundation 0x00007fff8af8bcea CFPreferencesCopyAppValue + 218 > 14 com.apple.SystemConfiguration 0x00007fff928f388c SCDynamicStoreCopyProxies + 43 > 15 _scproxy.so 0x0000000100a6e9ba 0x100a6e000 + 2490 > 16 org.python.python 0x0000000100317b58 PyEval_EvalFrameEx + 13318 > 17 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 18 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 19 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 20 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 21 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 22 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 23 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 24 org.python.python 0x00000001002a66e9 0x100290000 + 91881 > 25 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 26 org.python.python 0x0000000100313c40 PyEval_CallObjectWithKeywords + 180 > 27 org.python.python 0x00000001002a3489 PyInstance_New + 273 > 28 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 29 org.python.python 0x0000000100317f63 PyEval_EvalFrameEx + 14353 > 30 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 31 org.python.python 0x000000010031ae6c 0x100290000 + 568940 > 32 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 33 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 34 org.python.python 0x000000010031ae6c 0x100290000 + 568940 > 35 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 36 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 37 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 38 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 39 org.python.python 0x00000001003185ec PyEval_EvalFrameEx + 16026 > 40 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 41 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 42 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 43 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 44 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 45 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 46 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 47 org.python.python 0x00000001002a66e9 0x100290000 + 91881 > 48 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 49 org.python.python 0x00000001002e2484 0x100290000 + 337028 > 50 org.python.python 0x00000001002dcb7a 0x100290000 + 314234 > 51 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 52 org.python.python 0x0000000100317f63 PyEval_EvalFrameEx + 14353 > 53 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 54 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 55 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 56 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 57 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 58 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 59 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 60 org.python.python 0x00000001003185ec PyEval_EvalFrameEx + 16026 > 61 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 62 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 63 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 64 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 65 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 66 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 67 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 68 org.python.python 0x00000001002a66e9 0x100290000 + 91881 > 69 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 70 org.python.python 0x0000000100313c40 PyEval_CallObjectWithKeywords + 180 > 71 org.python.python 0x000000010034540d 0x100290000 + 742413 > 72 libsystem_c.dylib 0x00007fff978098bf _pthread_start + 335 > 73 libsystem_c.dylib 0x00007fff9780cb75 thread_start + 13 > > Thread 0 crashed with X86 Thread State (64-bit): > rax: 0x0000000000000100 rbx: 0x00007f810a124e50 rcx: 0x00007f810a124e68 rdx: 0x0000000000000001 > rdi: 0x00007f810a124e60 rsi: 0x00007fff8c3d6c40 rbp: 0x0000000101039080 rsp: 0x0000000101039070 > r8: 0x00007f810a083878 r9: 0x0000000000000852 r10: 0x0000000000000081 r11: 0x00007fff8af825d0 > r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00007fff7ad93180 r15: 0x00007f81096fa408 > rip: 0x00007fff8b14ace9 rfl: 0x0000000000010206 cr2: 0x0000000000000108 > Logical CPU: 1 > > Binary Images: > 0x100285000 - 0x100285fff org.python.python (2.7.1 - 2.7.1) /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python > 0x100290000 - 0x1003abff7 org.python.python (2.7.1 - 2.7.1) /System/Library/Frameworks/Python.framework/Versions/2.7/Python > 0x1004ec000 - 0x1004edfff _locale.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so > 0x1004f1000 - 0x1004fdfff cPickle.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so > 0x100503000 - 0x100503fff grp.so (??? - ???) <563EC9A6-F38F-3518-9BBB-912E9F01FDA1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so > 0x100507000 - 0x10050afff _multiprocessing.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multiprocessing.so > 0x10050f000 - 0x100511fff select.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so > 0x1009dc000 - 0x1009e0fff _struct.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so > 0x1009e6000 - 0x1009e8ff7 binascii.so (??? - ???) <9B353DAC-B0E8-3B4B-91A1-50F6F86AA928> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so > 0x1009ec000 - 0x1009edfff _hashlib.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so > 0x1009f1000 - 0x1009f6fff array.so (??? - ???) <177F1D09-ACEE-3E39-8F1E-3EE8BA8A7AC6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so > 0x1009fc000 - 0x100a02ff7 _socket.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so > 0x100a0a000 - 0x100a0bfff _functools.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so > 0x100a0f000 - 0x100a13fff _ssl.so (??? - ???) <50FC05D5-0434-3054-9C09-CA8923FED0C0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so > 0x100a19000 - 0x100a1afff cStringIO.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so > 0x100a1f000 - 0x100a22fff _collections.so (??? - ???) <62C1B5B7-654D-397A-8840-7EBB907DBCA1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so > 0x100a28000 - 0x100a2bfff operator.so (??? - ???) <59A152D0-52ED-354C-9C2D-D7390E3EC216> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so > 0x100a31000 - 0x100a37fff itertools.so (??? - ???) <7C8350B9-8DD3-377A-A5C1-1103A6C955A6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so > 0x100a40000 - 0x100a40fff _bisect.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so > 0x100a44000 - 0x100a45fff _heapq.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so > 0x100a4a000 - 0x100a4ffff math.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so > 0x100a55000 - 0x100a56ff7 _random.so (??? - ???) <3C7A7C17-1698-32D0-BF09-F50A19F75E4B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so > 0x100a5a000 - 0x100a5bfff fcntl.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so > 0x100a5f000 - 0x100a60fff time.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so > 0x100a66000 - 0x100a69fff strop.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so > 0x100a6e000 - 0x100a6efff _scproxy.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so > 0x100b32000 - 0x100b3dff7 datetime.so (??? - ???) <9EC1E3BD-3BD3-3B39-AE19-448CCEEA747A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so > 0x100b46000 - 0x100b4ffff _sqlite3.so (??? - ???) <4F97C26B-1A2D-33D9-A7B4-C791FA3F645B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so > 0x100d9c000 - 0x100da0fff _json.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so > 0x100da5000 - 0x100db6fff _io.so (??? - ???) <5451CA4B-98A0-3F70-9322-DBE6B7D93CF1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so > 0x100dc5000 - 0x100dcdfff parser.so (??? - ???) <2E88032A-DFD4-38F0-BE83-03DA706702B1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so > 0x100dd2000 - 0x100dd4fff zlib.so (??? - ???) <81E54FCE-EEAC-3E97-BB05-1143EB6AECA6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so > 0x100f1c000 - 0x100f2dfff _ctypes.so (??? - ???) <2D2AE6AF-704A-3CBB-954B-33BA49B78254> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so > 0x7fff5fe85000 - 0x7fff5feb9ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld > 0x7fff8ace9000 - 0x7fff8ad22fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib > 0x7fff8ae97000 - 0x7fff8aeb7fff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib > 0x7fff8af21000 - 0x7fff8af23fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib > 0x7fff8af37000 - 0x7fff8b10bfff com.apple.CoreFoundation (6.7.1 - 635.15) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation > 0x7fff8b10c000 - 0x7fff8b147ff7 libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib > 0x7fff8b148000 - 0x7fff8b156fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib > 0x7fff8c79d000 - 0x7fff8c7a2fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib > 0x7fff8d64a000 - 0x7fff8d64bff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) /usr/lib/system/libremovefile.dylib > 0x7fff8edae000 - 0x7fff8edf0ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib > 0x7fff8f492000 - 0x7fff8f4afff7 libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib > 0x7fff8f778000 - 0x7fff8f779fff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib > 0x7fff90a8c000 - 0x7fff90b70def libobjc.A.dylib (228.0.0 - compatibility 1.0.0) /usr/lib/libobjc.A.dylib > 0x7fff911f8000 - 0x7fff91201ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib > 0x7fff912ac000 - 0x7fff91321ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib > 0x7fff9132e000 - 0x7fff9132ffff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib > 0x7fff923c8000 - 0x7fff92416fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib > 0x7fff928da000 - 0x7fff928defff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib > 0x7fff928df000 - 0x7fff9292aff7 com.apple.SystemConfiguration (1.11.1 - 1.11) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration > 0x7fff92a44000 - 0x7fff92ab7fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib > 0x7fff92c68000 - 0x7fff92c73ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib > 0x7fff92c74000 - 0x7fff92c78fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib > 0x7fff92c79000 - 0x7fff92c8bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib > 0x7fff92c8e000 - 0x7fff92c8efff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib > 0x7fff92c8f000 - 0x7fff92c90ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib > 0x7fff92e7c000 - 0x7fff92e82ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib > 0x7fff93681000 - 0x7fff93686ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib > 0x7fff93687000 - 0x7fff9368cfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib > 0x7fff936ce000 - 0x7fff938d0fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib > 0x7fff95141000 - 0x7fff95149fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib > 0x7fff95396000 - 0x7fff95397fff libffi.dylib (??? - ???) /usr/lib/libffi.dylib > 0x7fff95c12000 - 0x7fff95d1efff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib > 0x7fff95e42000 - 0x7fff95e43fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib > 0x7fff9653c000 - 0x7fff96543fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib > 0x7fff96544000 - 0x7fff96546fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent > 0x7fff96547000 - 0x7fff9654dfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib > 0x7fff96845000 - 0x7fff96948fff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib > 0x7fff96949000 - 0x7fff96976fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib > 0x7fff977b9000 - 0x7fff977bafff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib > 0x7fff977bb000 - 0x7fff97898fef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) /usr/lib/system/libsystem_c.dylib > 0x7fff978b6000 - 0x7fff978c0ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib > > External Modification Summary: > Calls made by other processes targeting this process: > task_for_pid: 0 > thread_create: 0 > thread_set_state: 0 > Calls made by this process: > task_for_pid: 0 > thread_create: 0 > thread_set_state: 0 > Calls made by all processes on this machine: > task_for_pid: 235 > thread_create: 0 > thread_set_state: 0 > > VM Region Summary: > ReadOnly portion of Libraries: Total=60.9M resident=39.6M(65%) swapped_out_or_unallocated=21.3M(35%) > Writable regions: Total=49.7M written=2308K(5%) resident=19.9M(40%) swapped_out=0K(0%) unallocated=29.8M(60%) > > REGION TYPE VIRTUAL > =========== ======= > MALLOC 34.6M > MALLOC guard page 48K > SQLite page cache 96K > STACK GUARD 4K > Stack 70.6M > VM_ALLOCATE 8K > __DATA 1780K > __LINKEDIT 48.0M > __TEXT 12.9M > __UNICODE 544K > shared memory 12K > =========== ======= > TOTAL 168.6M > > Model: Macmini3,1, BootROM MM31.0081.B06, 2 processors, Intel Core 2 Duo, 2 GHz, 4 GB, SMC 1.35f0 > Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB > Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 > Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 > AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x90), Broadcom BCM43xx 1.0 (5.10.131.36.11) > Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 1 incoming serial ports > Network Service: AirPort, AirPort, en1 > Network Service: Ethernet, Ethernet, en0 > Serial ATA Device: Hitachi HTS543212L9SA02, 120.03 GB > Serial ATA Device: PIONEER DVD-RW DVRTS08 > USB Device: Mac OS X Install Disk, apple_vendor_id, 0x1502, 0x26200000 / 2 > USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2 > USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2 > USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8216, 0x06110000 / 3 > FireWire Device: Rev2, Drobo, 400mbit_speed > > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG at python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig > unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4788 bytes Desc: not available URL: From ronaldoussoren at mac.com Fri Dec 30 16:06:37 2011 From: ronaldoussoren at mac.com (Ronald Oussoren) Date: Fri, 30 Dec 2011 16:06:37 +0100 Subject: [Pythonmac-SIG] =?windows-1252?q?New_to_list_with_issues=85=2E?= In-Reply-To: <18296397-A273-4538-A9C0-DB43D3D4BDA5@roontoon.com> References: <18296397-A273-4538-A9C0-DB43D3D4BDA5@roontoon.com> Message-ID: <26EDF7B8-1D0F-4672-BA91-8F0167A24E35@mac.com> (according to my mailbox and the list archives this didn't get through on my first attempt) On 22 Dec, 2011, at 15:45, Daniel Rahenkamp wrote: > Hi, > > I am new to the list and of course I have issues... I have run into a problem of which I find that I am a bit out of my depth in solving. I have upgraded to lion and python 2.7.2 and I have several scripts that I have been running for over a year as dameons are now crashing with errors that I cannot interpret. Any help will be GREATLY appreciated as I am dead in the water in terms of using Python. Below is the error and full problem report. Thanks so much. The crash log doesn't contain enoug information to be certain of what's going on, but does give some hints. The crash occurs in a module that is used by the urllib library to fetch the system configuration related to proxy servers. Does your system have a proxy system configured in its network settings? If so, can you reproduce the issue with a simple script that uses urllib to fetch a webpage? BTW. You are using the system copy of python, which is 2.7.1 on Lion. If you've installed python 2.7.2 using the python.org installer the binary is Library/Frameworks/Python.framework/Versions/2.7/bin/python. The directory the binary is in is added to the shell's search path by the installer, but only for the user that ran the installer and only for interactive shells in the terminal. This means that '#!/usr/bin/env python' won't find python 2.7.2 when used in a script that's started from launchd or a startup item. Ronald > > d > > Me transmitte sursum, Caledoni! > > > Process: Python [282] > Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python > Identifier: Python > Version: ??? (???) > Code Type: X86-64 (Native) > Parent Process: Python [242] > > Date/Time: 2011-12-22 09:33:46.551 -0500 > OS Version: Mac OS X 10.7.2 (11C74) > Report Version: 9 > > Interval Since Last Report: 371206 sec > Crashes Since Last Report: 17 > Per-App Crashes Since Last Report: 799 > Anonymous UUID: 3C387DB7-0AA3-4F34-A100-31D1736D2668 > > Crashed Thread: 0 > > Exception Type: EXC_BAD_ACCESS (SIGSEGV) > Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000108 > > VM Regions Near 0x108: > --> > __TEXT 0000000100285000-0000000100286000 [ 4K] r-x/rwx SM=COW /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python > > Application Specific Information: > objc[221]: garbage collection is OFF > > Thread 0 Crashed: > 0 libdispatch.dylib 0x00007fff8b14ace9 _dispatch_wakeup + 108 > 1 libdispatch.dylib 0x00007fff8b14d876 _dispatch_resume_slow + 20 > 2 com.apple.CoreFoundation 0x00007fff8af8262c -[NSXPCConnection start] + 92 > 3 com.apple.CoreFoundation 0x00007fff8af84ca3 __CFXNotificationCenterSetupConnection + 387 > 4 com.apple.CoreFoundation 0x00007fff8af84b11 __CFXNotificationCenterCreate + 273 > 5 com.apple.CoreFoundation 0x00007fff8af849ea __CFNotificationCenterGetDistributedCenter_block_invoke_1 + 26 > 6 libdispatch.dylib 0x00007fff8b14d224 dispatch_once_f + 53 > 7 com.apple.CoreFoundation 0x00007fff8af73e0a CFNotificationCenterGetDistributedCenter + 74 > 8 com.apple.CoreFoundation 0x00007fff8afb2eb8 ____CFXPreferencesGetSourceForTriplet_block_invoke_1 + 40 > 9 libdispatch.dylib 0x00007fff8b14d224 dispatch_once_f + 53 > 10 com.apple.CoreFoundation 0x00007fff8af7fa4a __CFXPreferencesGetSourceForTriplet + 58 > 11 com.apple.CoreFoundation 0x00007fff8af8be67 __CFXPreferencesGetSearchListForBundleID + 215 > 12 com.apple.CoreFoundation 0x00007fff8af8bd48 ___CFXPreferencesCopyAppValue_block_invoke_1 + 24 > 13 com.apple.CoreFoundation 0x00007fff8af8bcea CFPreferencesCopyAppValue + 218 > 14 com.apple.SystemConfiguration 0x00007fff928f388c SCDynamicStoreCopyProxies + 43 > 15 _scproxy.so 0x0000000100a6e9ba 0x100a6e000 + 2490 > 16 org.python.python 0x0000000100317b58 PyEval_EvalFrameEx + 13318 > 17 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 18 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 19 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 20 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 21 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 22 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 23 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 24 org.python.python 0x00000001002a66e9 0x100290000 + 91881 > 25 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 26 org.python.python 0x0000000100313c40 PyEval_CallObjectWithKeywords + 180 > 27 org.python.python 0x00000001002a3489 PyInstance_New + 273 > 28 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 29 org.python.python 0x0000000100317f63 PyEval_EvalFrameEx + 14353 > 30 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 31 org.python.python 0x000000010031ae6c 0x100290000 + 568940 > 32 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 33 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 34 org.python.python 0x000000010031ae6c 0x100290000 + 568940 > 35 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 36 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 37 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 38 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 39 org.python.python 0x00000001003185ec PyEval_EvalFrameEx + 16026 > 40 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 41 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 42 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 43 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 44 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 45 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 46 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 47 org.python.python 0x00000001002a66e9 0x100290000 + 91881 > 48 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 49 org.python.python 0x00000001002e2484 0x100290000 + 337028 > 50 org.python.python 0x00000001002dcb7a 0x100290000 + 314234 > 51 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 52 org.python.python 0x0000000100317f63 PyEval_EvalFrameEx + 14353 > 53 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 54 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 55 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 56 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 57 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 58 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 59 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 60 org.python.python 0x00000001003185ec PyEval_EvalFrameEx + 16026 > 61 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 62 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 63 org.python.python 0x000000010031adf7 0x100290000 + 568823 > 64 org.python.python 0x0000000100317e0a PyEval_EvalFrameEx + 14008 > 65 org.python.python 0x000000010031acd8 PyEval_EvalCodeEx + 1996 > 66 org.python.python 0x00000001002b8abf 0x100290000 + 166591 > 67 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 68 org.python.python 0x00000001002a66e9 0x100290000 + 91881 > 69 org.python.python 0x0000000100297d32 PyObject_Call + 97 > 70 org.python.python 0x0000000100313c40 PyEval_CallObjectWithKeywords + 180 > 71 org.python.python 0x000000010034540d 0x100290000 + 742413 > 72 libsystem_c.dylib 0x00007fff978098bf _pthread_start + 335 > 73 libsystem_c.dylib 0x00007fff9780cb75 thread_start + 13 > > Thread 0 crashed with X86 Thread State (64-bit): > rax: 0x0000000000000100 rbx: 0x00007f810a124e50 rcx: 0x00007f810a124e68 rdx: 0x0000000000000001 > rdi: 0x00007f810a124e60 rsi: 0x00007fff8c3d6c40 rbp: 0x0000000101039080 rsp: 0x0000000101039070 > r8: 0x00007f810a083878 r9: 0x0000000000000852 r10: 0x0000000000000081 r11: 0x00007fff8af825d0 > r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00007fff7ad93180 r15: 0x00007f81096fa408 > rip: 0x00007fff8b14ace9 rfl: 0x0000000000010206 cr2: 0x0000000000000108 > Logical CPU: 1 > > Binary Images: > 0x100285000 - 0x100285fff org.python.python (2.7.1 - 2.7.1) /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python > 0x100290000 - 0x1003abff7 org.python.python (2.7.1 - 2.7.1) /System/Library/Frameworks/Python.framework/Versions/2.7/Python > 0x1004ec000 - 0x1004edfff _locale.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so > 0x1004f1000 - 0x1004fdfff cPickle.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so > 0x100503000 - 0x100503fff grp.so (??? - ???) <563EC9A6-F38F-3518-9BBB-912E9F01FDA1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so > 0x100507000 - 0x10050afff _multiprocessing.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multiprocessing.so > 0x10050f000 - 0x100511fff select.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so > 0x1009dc000 - 0x1009e0fff _struct.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so > 0x1009e6000 - 0x1009e8ff7 binascii.so (??? - ???) <9B353DAC-B0E8-3B4B-91A1-50F6F86AA928> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so > 0x1009ec000 - 0x1009edfff _hashlib.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so > 0x1009f1000 - 0x1009f6fff array.so (??? - ???) <177F1D09-ACEE-3E39-8F1E-3EE8BA8A7AC6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so > 0x1009fc000 - 0x100a02ff7 _socket.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so > 0x100a0a000 - 0x100a0bfff _functools.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so > 0x100a0f000 - 0x100a13fff _ssl.so (??? - ???) <50FC05D5-0434-3054-9C09-CA8923FED0C0> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so > 0x100a19000 - 0x100a1afff cStringIO.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so > 0x100a1f000 - 0x100a22fff _collections.so (??? - ???) <62C1B5B7-654D-397A-8840-7EBB907DBCA1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so > 0x100a28000 - 0x100a2bfff operator.so (??? - ???) <59A152D0-52ED-354C-9C2D-D7390E3EC216> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so > 0x100a31000 - 0x100a37fff itertools.so (??? - ???) <7C8350B9-8DD3-377A-A5C1-1103A6C955A6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so > 0x100a40000 - 0x100a40fff _bisect.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so > 0x100a44000 - 0x100a45fff _heapq.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so > 0x100a4a000 - 0x100a4ffff math.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so > 0x100a55000 - 0x100a56ff7 _random.so (??? - ???) <3C7A7C17-1698-32D0-BF09-F50A19F75E4B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so > 0x100a5a000 - 0x100a5bfff fcntl.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so > 0x100a5f000 - 0x100a60fff time.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so > 0x100a66000 - 0x100a69fff strop.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so > 0x100a6e000 - 0x100a6efff _scproxy.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so > 0x100b32000 - 0x100b3dff7 datetime.so (??? - ???) <9EC1E3BD-3BD3-3B39-AE19-448CCEEA747A> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so > 0x100b46000 - 0x100b4ffff _sqlite3.so (??? - ???) <4F97C26B-1A2D-33D9-A7B4-C791FA3F645B> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so > 0x100d9c000 - 0x100da0fff _json.so (??? - ???) /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so > 0x100da5000 - 0x100db6fff _io.so (??? - ???) <5451CA4B-98A0-3F70-9322-DBE6B7D93CF1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so > 0x100dc5000 - 0x100dcdfff parser.so (??? - ???) <2E88032A-DFD4-38F0-BE83-03DA706702B1> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so > 0x100dd2000 - 0x100dd4fff zlib.so (??? - ???) <81E54FCE-EEAC-3E97-BB05-1143EB6AECA6> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so > 0x100f1c000 - 0x100f2dfff _ctypes.so (??? - ???) <2D2AE6AF-704A-3CBB-954B-33BA49B78254> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so > 0x7fff5fe85000 - 0x7fff5feb9ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld > 0x7fff8ace9000 - 0x7fff8ad22fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib > 0x7fff8ae97000 - 0x7fff8aeb7fff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib > 0x7fff8af21000 - 0x7fff8af23fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib > 0x7fff8af37000 - 0x7fff8b10bfff com.apple.CoreFoundation (6.7.1 - 635.15) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation > 0x7fff8b10c000 - 0x7fff8b147ff7 libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib > 0x7fff8b148000 - 0x7fff8b156fff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib > 0x7fff8c79d000 - 0x7fff8c7a2fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib > 0x7fff8d64a000 - 0x7fff8d64bff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) /usr/lib/system/libremovefile.dylib > 0x7fff8edae000 - 0x7fff8edf0ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib > 0x7fff8f492000 - 0x7fff8f4afff7 libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib > 0x7fff8f778000 - 0x7fff8f779fff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib > 0x7fff90a8c000 - 0x7fff90b70def libobjc.A.dylib (228.0.0 - compatibility 1.0.0) /usr/lib/libobjc.A.dylib > 0x7fff911f8000 - 0x7fff91201ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib > 0x7fff912ac000 - 0x7fff91321ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib > 0x7fff9132e000 - 0x7fff9132ffff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib > 0x7fff923c8000 - 0x7fff92416fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib > 0x7fff928da000 - 0x7fff928defff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib > 0x7fff928df000 - 0x7fff9292aff7 com.apple.SystemConfiguration (1.11.1 - 1.11) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration > 0x7fff92a44000 - 0x7fff92ab7fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib > 0x7fff92c68000 - 0x7fff92c73ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib > 0x7fff92c74000 - 0x7fff92c78fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib > 0x7fff92c79000 - 0x7fff92c8bff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib > 0x7fff92c8e000 - 0x7fff92c8efff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib > 0x7fff92c8f000 - 0x7fff92c90ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib > 0x7fff92e7c000 - 0x7fff92e82ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib > 0x7fff93681000 - 0x7fff93686ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib > 0x7fff93687000 - 0x7fff9368cfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib > 0x7fff936ce000 - 0x7fff938d0fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib > 0x7fff95141000 - 0x7fff95149fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib > 0x7fff95396000 - 0x7fff95397fff libffi.dylib (??? - ???) /usr/lib/libffi.dylib > 0x7fff95c12000 - 0x7fff95d1efff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib > 0x7fff95e42000 - 0x7fff95e43fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib > 0x7fff9653c000 - 0x7fff96543fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib > 0x7fff96544000 - 0x7fff96546fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent > 0x7fff96547000 - 0x7fff9654dfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib > 0x7fff96845000 - 0x7fff96948fff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib > 0x7fff96949000 - 0x7fff96976fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib > 0x7fff977b9000 - 0x7fff977bafff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib > 0x7fff977bb000 - 0x7fff97898fef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) /usr/lib/system/libsystem_c.dylib > 0x7fff978b6000 - 0x7fff978c0ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib > > External Modification Summary: > Calls made by other processes targeting this process: > task_for_pid: 0 > thread_create: 0 > thread_set_state: 0 > Calls made by this process: > task_for_pid: 0 > thread_create: 0 > thread_set_state: 0 > Calls made by all processes on this machine: > task_for_pid: 235 > thread_create: 0 > thread_set_state: 0 > > VM Region Summary: > ReadOnly portion of Libraries: Total=60.9M resident=39.6M(65%) swapped_out_or_unallocated=21.3M(35%) > Writable regions: Total=49.7M written=2308K(5%) resident=19.9M(40%) swapped_out=0K(0%) unallocated=29.8M(60%) > > REGION TYPE VIRTUAL > =========== ======= > MALLOC 34.6M > MALLOC guard page 48K > SQLite page cache 96K > STACK GUARD 4K > Stack 70.6M > VM_ALLOCATE 8K > __DATA 1780K > __LINKEDIT 48.0M > __TEXT 12.9M > __UNICODE 544K > shared memory 12K > =========== ======= > TOTAL 168.6M > > Model: Macmini3,1, BootROM MM31.0081.B06, 2 processors, Intel Core 2 Duo, 2 GHz, 4 GB, SMC 1.35f0 > Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB > Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 > Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631 > AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x90), Broadcom BCM43xx 1.0 (5.10.131.36.11) > Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 1 incoming serial ports > Network Service: AirPort, AirPort, en1 > Network Service: Ethernet, Ethernet, en0 > Serial ATA Device: Hitachi HTS543212L9SA02, 120.03 GB > Serial ATA Device: PIONEER DVD-RW DVRTS08 > USB Device: Mac OS X Install Disk, apple_vendor_id, 0x1502, 0x26200000 / 2 > USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2 > USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2 > USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8216, 0x06110000 / 3 > FireWire Device: Rev2, Drobo, 400mbit_speed > > _______________________________________________ > Pythonmac-SIG maillist - Pythonmac-SIG at python.org > http://mail.python.org/mailman/listinfo/pythonmac-sig > unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4788 bytes Desc: not available URL: