I figured out what was incorrect on my system, so I thought I would post my solution to provide a nice ending to the thread. /Library/Python was only writable by user (i.e. root), so a simple "chmod -R g+w Python" seems to have solved my problem. Thanks for input Piet :) --jason