i think he is using a module level global attribute, but i will explore
both when i get the chance.

s


On Wed, May 29, 2013 at 1:10 AM, Michal Doniec <doni...@gmail.com> wrote:

> I just stick them into QtGui
>
> QtGui.dialog = dialog
>
> They won't get garbage collected this way. I think it's the same in Julien
> code.
>
>
> On 23 May 2013 21:04, Steven Caron <car...@gmail.com> wrote:
>
>> thanks julien
>>
>> and i think your code is giving a hint on how i should have been getting
>> around the objects going out of scope and getting garbage collected.
>>
>> s
>>
>>
>> On Thu, May 23, 2013 at 12:45 PM, Julien Dubuisson <julien.d...@gmail.com
>> > wrote:
>>
>>> I just shared the pure Python plugin I wrote to get PySide working in
>>> Softimage on Linux and Windows:
>>> https://bitbucket.org/rodeofx/rdoqtforsoftimage
>>> Feel free to try it out.
>>> Feedback is welcome as there is obviously room for improvement.
>>>
>>> Thanks Steven Caron for letting me re-using code from his plugin
>>> (events, signals and examples).
>>>
>>>
>>> On Tue, May 21, 2013 at 4:47 AM, Stefan Kubicek 
>>> <s...@tidbit-images.com>wrote:
>>>
>>>> It does not ;-)
>>>>
>>>> On May 19, 2013, at 2:21, Xavier Lapointe <xl.mailingl...@gmail.com>
>>>> wrote:
>>>>
>>>> For windows binaries, this website is quite awesome:
>>>> http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyside
>>>>
>>>> Haven't tried their installer though for Pyside, so no idea if it
>>>> includes Shiboken or not.
>>>>
>>>>
>>>>
>>>
>>
>
>
> --
> ----------
> Michal
> http://uk.linkedin.com/in/mdoniec
>

Reply via email to