Compile ui files from within Eclipse

Chuck ckapop at comcast.net
Mon Mar 6 14:36:30 EST 2006


Hello,

I am new to the Eclipse IDE.

I am using pydev plug-in to create python projects.

Is there a way to create custom builders to build certain types of
files?

I have done this with other IDE's but can't seem to figure it out
with Eclipse.

I am trying to build *.ui files of a pydev project to create the
corresponding py files.

For example to do this the manual way I would:

pyuic.exe c:\source.ui > c:\dest.py


Thanks.




More information about the Python-list mailing list