Re: [PyQt] Problem with uic.loadUiType

2012-01-25 Thread Rapczak, Jesse
@riverbankcomputing.com Subject: Re: [PyQt] Problem with uic.loadUiType Weird, I ran the example code in my C:\Python26 directory, then re-copied the PyQt4 folder from site-packages to Maya's Python interpreter path and everything works now. But... why?? J From: pyqt-boun...@riverbankcomputin

Re: [PyQt] Problem with uic.loadUiType

2012-01-24 Thread Rapczak, Jesse
lf Of Rapczak, Jesse Sent: Tuesday, January 24, 2012 5:32 PM To: pyqt@riverbankcomputing.com Subject: Re: [PyQt] Problem with uic.loadUiType Hmm, I'm dumbfounded. Anyone else have any idea what could cause this not to work on my system? PyQt works fine otherwise, inside of Maya and out. Fro

Re: [PyQt] Problem with uic.loadUiType

2012-01-24 Thread Rapczak, Jesse
pbox.com/u/1633130/PyQt%20tuts/example1.ui This is from http://nathanhorne.com/?p=451 From: Panupat Chongstitwattana [mailto:panup...@gmail.com] Sent: Monday, January 23, 2012 11:11 AM To: Rapczak, Jesse Subject: Re: [PyQt] Problem with uic.loadUiType Can we see your code? On Tue, Jan 24,

Re: [PyQt] Problem with uic.loadUiType

2012-01-23 Thread Rapczak, Jesse
ry 23, 2012 11:11 AM To: Rapczak, Jesse Subject: Re: [PyQt] Problem with uic.loadUiType Can we see your code? On Tue, Jan 24, 2012 at 12:04 AM, Rapczak, Jesse wrote: Hey all, I'm relatively new to PyQt and am trying to use uic.loadUiType to load up a .ui file at runtime. However, I

[PyQt] Problem with uic.loadUiType

2012-01-23 Thread Rapczak, Jesse
Hey all, I'm relatively new to PyQt and am trying to use uic.loadUiType to load up a .ui file at runtime. However, I'm getting the following error. I must be doing something wrong... any ideas? # Error: : invalid syntax (, line 31) # Traceback (most recent call last): # File "", line 1, in #