ill try it tonight after i swap the pyside imports for pyqt ones. On Wed, Oct 24, 2012 at 2:34 PM, Tony Barbieri <[email protected]> wrote:
> Here is an example file. We raise AttributeError after we have added the > layout by passing the result of the _get_output_layout method result > directly into addLayout (#34). > > -tony > > > On Wed, Oct 24, 2012 at 5:16 PM, Steven Caron <[email protected]> wrote: > >> hmm i thought pyqt addressed this, guess i was wrong? >> >> On Wed, Oct 24, 2012 at 2:08 PM, Tim Crowson < >> [email protected]> wrote: >> >>> I know Eric T. has mentioned this before, and I can confirm: Softimage >>> will crash to desktop if you try to run standard python string methods on a >>> QString. In some cases, you can use the QString equivalent, for example ' >>> *endswith*' (Python) vs '*endsWith*' (Qt), but in other cases you may >>> just have to wrap it all in a str(). >>> -Tim C. >>> >>> > > > -- > -tony >

