> Which version of python do you install ? 2.6.5 like Nuke, or 2.7.3 ?

We are using Python 2.6.8 in our pipeline tools.


> How do you do your UI for standalone tools ? PyQt ?

PySide is now mainly used for all UI


> Which IDE do you use ?

Eclipse + PyDev


> Any must have packages ? To deal with file sequence, exr etc

OpenImageIO must interest you for all image reading/writing operation
( openexr,tiff,tga,... ).
PIL provide good tools for image manipulation too.

> Do you have one installation of python and modules on the network for 
> everyone ? python on every machines (win7x64 here) ? Or compile to exe 
> (py2exe ?) ?

Python installation / all pipeline tools / python modules are stored
on a network disk for all users.

Regarding your last mail about OpenExr and QtImage, i'm also very
interesting about this !

I had successfully load OpenExr image directly into a QtImage, but it
was working because
I'm on GNU/Linux, and it seems that KDE provide a plugin image format
for reading exr ...
but I need to find another way, because some users still use Windows 7
where I can't find
Qt plugin image format for OpenExr...

OpenImageIO with QImage will to be my future test ... I'll keep you in
touch of my progress if you want ;)

On Fri, Jan 11, 2013 at 11:27 AM, KiboOst
<nuke-python-re...@thefoundry.co.uk> wrote:
> Thanks all.
> I've wrote our own seqence handler module which works great and fast, I ever
> use it for a new internal tool.
>
> The main thing I have to work out now openexr module is sending exr images
> to Qt interfaces. I can convert exr to jpg and load the jpg file into
> Qtimage, but I would send directly to Qtimage without writing jpegs. If
> anyone has some code example to share ? I handle tga with PIL module, which
> works great sending internally tga to Qtimage without writing anything.
>
> Thanks everyone for great infos.
>
>
> ________________________________
>
> R&D/Technical Director | www.kreaction.com
> i7 3930K, 16Gb, GTX 580 3Go, SSD cache, win 7 pro x64
>
> _______________________________________________
> Nuke-python mailing list
> Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>



-- 
Matthieu Cadet
Compositor Artist & TD,
nWave Digital
matthieu.ca...@gmail.com
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to