Re: [Netstack] Official Python version for Quantum

2011-07-20 Thread Dan Wendlandt
; > ** ** > > *From:* netstack-bounces+dedutta=cisco@lists.launchpad.net [mailto: > netstack-bounces+dedutta=cisco@lists.launchpad.net] *On Behalf Of *Dan > Wendlandt > *Sent:* Wednesday, July 20, 2011 10:56 AM > *To:* Edgar Magana (eperdomo) > *Cc:* netstack@lists.launchpad.net > *Su

Re: [Netstack] Official Python version for Quantum

2011-07-20 Thread Debo Dutta (dedutta)
[mailto:netstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Dan Wendlandt Sent: Wednesday, July 20, 2011 10:56 AM To: Edgar Magana (eperdomo) Cc: netstack@lists.launchpad.net Subject: Re: [Netstack] Official Python version for Quantum Hi Edgar, That's a good question. I

Re: [Netstack] Official Python version for Quantum

2011-07-20 Thread Dan Wendlandt
Hi Edgar, That's a good question. I think this is a case where we would invoke the "what is the larger openstack policy?" principle. My understanding is that Nova assumes python 2.6.x ( http://wiki.openstack.org/PythonDevelopmentEnvironment), though in practice I suspect a general rule would be

Re: [Netstack] Official Python version for Quantum

2011-07-20 Thread Debo Dutta (dedutta)
To add to Edgar's mail: we see that RHEL6 uses python 2.6.x while Ubuntu uses 2.7.x Since most of the code has /usr/bin/env python, it boils down to this: do people run OS on ubuntu only or also on RHEL/Centos VMs. There are some py modules which behave differently on RHEL6 and ubuntu. de