Re: python version

2009-04-05 Thread alexarsh
Thanks for the fast reply. And how can I find all python versions installed on a machine? On Apr 5, 7:21 pm, Alex Gaynor wrote: > On Sun, Apr 5, 2009 at 12:16 PM, knight wrote: > > > Hi, > > > I have 2 servers with my django app: > > The first one has python2.5 as default python and the second

Re: python version

2009-04-05 Thread Alex Gaynor
On Sun, Apr 5, 2009 at 12:16 PM, knight wrote: > > Hi, > > I have 2 servers with my django app: > The first one has python2.5 as default python and the second don't (It > has python2.5 installed together with the older version). > I want to run dumpdata from my application and I have the followin