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 re
I am new to Linux/Python/Eric4 (not in development though).
So I am trying to start a small application as per tutorial found at
eric-ide.python-projects.org:
http://eric-ide.python-projects.org/tutorials/LogParser/chap1.html
My application is similarly structured. Final step, I try to execut