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.
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.
Comment