Re: [Nuke-python] load ui file with PySide

2012-09-24 Thread philhubforums
Hello Ivan, > It always returned me : "RuntimeError: Unable to open ui file" > My guess would be that QUiLoader() is either not finding the file, or does not know how to interpret it (wrong file format could be a reason). > Have you tried giving it the full path to your .ui file?

Re: [Nuke-python] load ui file with PySide

2012-09-22 Thread Ivan Busquets
do it on the fly, to avoid convert process for each iteration. > > > - Mail original - > De: "dunkley bryan" > À: nuke-python@support.thefoundry.co.uk > Envoyé: Samedi 22 Septembre 2012 12:56:14 > Objet: Re: [Nuke-python] load ui file with PySide > > I

Re: [Nuke-python] load ui file with PySide

2012-09-22 Thread philhubforums
Thanks Bryan for the reply. But i was trying to do it on the fly, to avoid convert process for each iteration. - Mail original - De: "dunkley bryan" À: nuke-python@support.thefoundry.co.uk Envoyé: Samedi 22 Septembre 2012 12:56:14 Objet: Re: [Nuke-python] load ui file with

Re: [Nuke-python] load ui file with PySide

2012-09-22 Thread dunkley . bryan
thefoundry.co.uk/cgi-bin/mailman/private/nuke-python/attachments/20120921/be283d52/attachment-0001.htm -- Message: 5 Date: Sat, 22 Sep 2012 11:24:40 +0200 (CEST) From: philhubfor...@free.fr Subject: [Nuke-python] load ui file with PySide To: PYTHON_nuke Message-ID:

[Nuke-python] load ui file with PySide

2012-09-22 Thread philhubforums
Hello Pythoners, I began to play with PySide by creating widgets, buttons, etc, but also want to give QtDesigner a try, to look how it behaves in nuke. Unfortunately, i didn't succeed in. It always returned me : "RuntimeError: Unable to open ui file" I tried different things and i ended up to make