> Which version of python do you install ? 2.6.5 like Nuke, or 2.7.3 ? We currently use 2.6.4 for our standalone interpreter. Before Nuke updated to 2.6 internally, we had both 2.5.1 and 2.6.4 installed.
> How do you do your UI for standalone tools ? PyQt ? Currently PyQt, but transitioning to PySide fairly soon. > Which IDE do you use ? Eclipse + PyDev > Any must have packages ? To deal with file sequence, exr etc - A good module with classes for file/sequence management is pretty much a must-have, though ours is internal. - IPython is incredibly useful. - If you’re developing command-line utilities and are using Python 2.6 or earlier, grab argparse from PyPi. > 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 ?) ? - Local installations of Python on every machine, with extension and third party modules/packages installed centrally. We build the interpreter(s) ourselves, and manage machine configurations using Puppet and MCollective. -Nathan From: KiboOst Sent: Friday, December 21, 2012 1:13 AM To: nuke-python@support.thefoundry.co.uk Subject: [Nuke-python] Python general questions Hi, I don't actually develop in Python, apart a few script I've done inside Nuke. I use other language for our pipeline tools, but would like to study doing them in Python to have one central language and dev tool for all. So, in our film industry, to write some standalone tools : - Which version of python do you install ? 2.6.5 like Nuke, or 2.7.3 ? - How do you do your UI for standalone tools ? PyQt ? - Which IDE do you use ? - Any must have packages ? To deal with file sequence, exr etc - 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 ?) ? Thanks dudes for any input. I must say I'm a bit lost at recreating a complete dev environement and ecosystem lol ! -------------------------------------------------------------------------------- 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
_______________________________________________ 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