I think I have an answer to my own question.  In the
WindowsComponents/__init__.py file, I have the following, that feels
like a better answer for the problem.  Is there a better answer than
this?

import os, sys
sys.path.append(os.path.join(os.getcwd(), 'Common'))


--ERick

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to