Re: ImportError in eric4

2009-12-23 Thread rhill
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

Re: ImportError in eric4

2009-12-23 Thread Steven D'Aprano
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