Re: [thg-dev] PyQt port

2010-04-19 Thread Sune Foldager
On 18-04-2010 02:31, Steve Borho wrote: > On Sat, Apr 17, 2010 at 2:12 PM, Sune Foldager wrote: >> Well, it will confuse the history, and the two projects are, as you >> almost say yourself below, not very connected. I don't see why you would >> want them in the same repo or branch. > > This is st

Re: [thg-dev] PyQt port

2010-04-19 Thread Sune Foldager
On 18-04-2010 21:25, Chad Dombrova wrote: > On Apr 18, 2010, at 11:53 AM, Steve Borho wrote: >> We'll presumably compile the UIs for the installers, so >> end users will never see this overhead. > > before giving yourself extra work to do, it might be worthwhile to determine > if there is any noti

Re: [thg-dev] PyQt port

2010-04-19 Thread Yuya Nishihara
Chad Dombrova wrote: > >> Or introduce a trick to load ui file dynamically: > >> > >>try: > >>from ui_foo import Ui_Foo > >>except ImportError: > >>from PyQt4 import uic > >>Ui_Foo = uic.loadUiType(os.path.join(os.path.dirname(__file__)), > >> 'foo.ui'))[0] ... > >

Re: [thg-dev] PyQt port

2010-04-19 Thread Sune Foldager
On 19-04-2010 14:58, Yuya Nishihara wrote: > Though I'm not familiar with the windows installer package, > it packs modules into single zip file. Maybe it only supports *.py files. It also supports pyd files, through some manual work in py2exe bootstrap code, but it doesn't support arbitrary file