Hi, Joe,
I am also new to this forum and did not know about the Brendan's post.
I tried his solution also, it looks better than mine, except you seem
need to rename *.ui.py file to *.py every time you recompile it,
otherwise it is a problem to import it by the main script (correct me
someone if I am wrong).
You can also try for your External tool:
Location: C:\Python26\Lib\site-packages\PyQt4\pyuic4.bat
Working directory: ${container_loc}
Arguments: ${resource_loc} > ${string_prompt}
In this case your *.ui file compiles automatically to *.py file you
type in the prompt. Next time you recompile, the file name will be
already in the prompt, just enter it, no typing again.
However, from the part of your error message, it looks like your
problem is not in running the pyic, but in running eclipse itself. You
probably need to re-install your python(x,y) or java, unfortunately, I
am not an expert in this.
BTW, does anyone knows how to display Qwt and matplotlib widgets in
the integrated designer?
It looks like you need to call external designer to use them...
doc_brown