Eclipse/PyQt/Eric4 question

Fabio Zadrozny fabiofz at gmail.com
Thu Dec 13 18:09:25 EST 2007


>
> Hmmm...but this means that i am forced to do this for ALL .ui files on
> the project, either changed or not and this can slow things down...
> (pyuic.bat can run for one or for ALL .ui files)
> The goal is to find a way to automatically do this only for the
> changed ones, like eric does...

When you do a new builder, you can make it be run only when a file is
changed, and you can select as arguments only receiving the files
changed (build_files)... take a look at the variables to specify as
arguments (you could also select 'python.exe' as the external program
and choose some python script as argument + the files changed).

The auto-build can be specified at the build options tab.

Cheers,

Fabio



More information about the Python-list mailing list