Re: inspite of proper package structure, no module named xyz error.

2007-07-12 Thread Gabriel Genellina
En Thu, 12 Jul 2007 16:54:24 -0300, krishnakant Mane <[EMAIL PROTECTED]> escribió: > hello all, > can some one suggest me the best solution for a package? > I have a package folder called idm and there are the following files in > there. > __init__.py which is right now empty. > mainwindow.py

inspite of proper package structure, no module named xyz error.

2007-07-12 Thread krishnakant Mane
hello all, can some one suggest me the best solution for a package? I have a package folder called idm and there are the following files in there. __init__.py which is right now empty. mainwindow.py which has a single class called MainWindow which is an MDI Parent frame from wxpython. student.py wh