Compile ui files from within Eclipse

Fabio Zadrozny fabioz at esss.com.br
Tue Mar 7 14:45:55 EST 2006


Chuck wrote:

>I guess I could prompt for input but was hoping to find a better way.
>
>  
>
Well, what we usually do here is creating a simple python script (in our 
case build_ui) which receives something that Eclipse can give you (we 
use a folder, so that it builds all the .ui files below that folder -- 
recursively), and then we pass that script in the external tool 
(actually as a parameter, as the tool will be python itself). It is not 
only easier within Eclipse, but in the command line too.

Cheers,

Fabio

-- 
Fabio Zadrozny
------------------------------------------------------
Software Developer

ESSS - Engineering Simulation and Scientific Software
www.esss.com.br

Pydev Extensions
www.fabioz.com/pydev

PyDev - Python Development Enviroment for Eclipse
pydev.sf.net
pydev.blogspot.com





More information about the Python-list mailing list