All,
followed links and suggestions and I have resolved most issues.  I continue to 
follow the python.org instructions as well.  The package builds and creates all 
the requsite files.  The challenge I am facing now is that the __init__.py does 
not include all the modules.  Below is a screen shot of the structure and 
result after the build.
The build and and lib files are fine as well.  Everything is there with no 
errors or warning.  When I run a test script I can import prepaymentmodeling 
but I get an error NameError name 'loandata' is not defined.  My __ini__.py 
successfully imported all package dependencies but did not import all the files 
it looks like this.

only traintest and loandata is remarked out.  The balance do not even show up.  
I searched the python site and SO but I am at a loss since it all looks good 
per the python.org instructions and links you guys sent me the other day.  Does 
anyone have an thoughts as to what is creating the problem?

Soooo close it hurts,
Glenn

__ini__.py looks like this
all package imports are okay
.....
from .traintest import *
#from loandata import *

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to