On 29.06.06 22:07:17, Phil Thompson wrote: > 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.
I fact it does, looks like I didn't read the code close enough... I didn't really try with a StringIO, but it works with it. Anyway the translation problems are much more serious for me ATM... Andreas -- You will be advanced socially, without any special effort on your part. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
