creating package question

erick_bodine at comcast.net erick_bodine at comcast.net
Wed Nov 16 14:46:32 EST 2005


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




More information about the Python-list mailing list