Phil, 4-17-2013 Current symbolic link: /usr/local/adm/config/apache/htdocs -> /web/htdocs/cadswes/ Will this be changed to? ... /usr/local/adm/config/apache/htdocs -> /web/htdocs/riverware/ ----------------------------------------------------------------------- At the head of these two Python scripts (indendation is significant) (1) /web/htdocs/riverware/registration/adm/paymentReport.py (2) /web/htdocs/riverware/registration/adm/orderReport.py [The latter line is commented out. The first line would be preferred]: if __name__ == '__main__': sys.path.append ('/usr/local/adm/config/apache/htdocs/registration/') # sys.path.append ('/web/htdocs/riverware/registration/') -----------------------------------------------------------------------