I want to open a folder window, in the appropriate file manager, from within a cross-platform (windows/mac/linux) Python application.
On OSX, I can open a window in the
os.system('xdg-open "%s"' % foldername)
xdg-open can be used for files/urls also
xdg-open