On Jan 10, 2012, at 9:10 AM, Jesse van den Kieboom wrote: Please remember to copy the list (use "Reply All"). Weird. Is that a python you built yourself or Apple's? Snow Leopard, native: 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. >>> import os >>> os.getcwd() '/Users/john' Lion, native: 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 Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.getcwd() '/Users/john' Gtk-OSX, SDK 10.5: Python 2.7.2 (default, Oct 29 2011, 17:35:31) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.getcwd() '/Users/john' |