[PyKDE] "pyuic -embed" versions

Hans-Peter Jansen hpj at urpla.net
Mon Feb 21 19:18:06 GMT 2005


On Monday 21 February 2005 08:59, Patrick Stinson wrote:
> Are there any recent version compatibility problems with pyuic and
> embedding image data? I've been seeing some strange behavior
> between a machine of mine and a machine belonging to a tester of
> mine.

Works fine here, creating the image module from a Makefile with this 
rule:

$(IMGMOD): $(IMAGES)
	$(PYUIC) -o $@ -embed $(BASENAME) $^

Cheers,
Pete




More information about the PyQt mailing list