Re: [PyQt] Error when attempting to use load UI files into Python

2012-09-13 Thread Phil Thompson
On Wed, 12 Sep 2012 18:43:10 -0400, Scott Lanahan wrote: > Hi, > > I'm desperately trying to use uic.loadUi to load my main window into > Python. I cannot get it to work for the main window, but it works fine for > various widgets that are in the same Qt project. When I try to load the .ui > file

[PyQt] Error when attempting to use load UI files into Python

2012-09-12 Thread Scott Lanahan
Hi, I'm desperately trying to use uic.loadUi to load my main window into Python. I cannot get it to work for the main window, but it works fine for various widgets that are in the same Qt project. When I try to load the .ui file, I get the following error: Traceback (most recent call last): File