Steven D'Aprano wrote:
On Wed, 23 Dec 2009 11:02:25 -0200, rhill wrote:
Why is the file ./ui/MainWindow.py not seen by the python interpreter?
My wild guess is that you haven't set up a package correctly. You need to
include a file __init__.py in the ui folder for Python to recognise it
cor
On Wed, 23 Dec 2009 11:02:25 -0200, rhill wrote:
> Why is the file ./ui/MainWindow.py not seen by the python interpreter?
My wild guess is that you haven't set up a package correctly. You need to
include a file __init__.py in the ui folder for Python to recognise it
correctly. Note that the fil