[PyKDE] Using QXEmbed

Lee Braiden lee.b at digitalunleashed.com
Wed Sep 27 23:33:57 BST 2006


On Wednesday 27 September 2006 22:35, Adrien Vermeulen wrote:
> I am currently writing a frontend application for snes9x (a command line
> snes emulator) with pyqt3/pykde. I first wanted to write it with pyqt4 but
> because QX11EmbedContainer is missing I switched to pykde and its QXEmbed
> class.

I haven't explored the embedding stuff much, so I'll leave that to someone 
else.

On another note though, you might want to simply the method for finding home 
to the following:

home = os.path.expanduser("~/")

-- 
Lee




More information about the PyQt mailing list