[PyKDE] PyQt4 apps and Python eggs

Phil Thompson phil at riverbankcomputing.co.uk
Thu Jun 29 22:07:17 BST 2006


On Tuesday 27 June 2006 4:40 pm, Andreas Pakulat wrote:
> Hi,
>
> I'd like to have my app built as egg, which theoretically works, but
> there are 2 issues that I'd like to clear up here:
>
> 1. Can loadUiType work on a StringIO? I guess not (had a short look at
> the code), but could this be added? It would make it possible to have
> .ui-files included in Python eggs for easy distribution.

It should work. The documentation says that the argument is a file name or 
file-like object.

Phil




More information about the PyQt mailing list