Re: python 3.0, pywin32 and scipy

2007-08-02 Thread sturlamolden
On Aug 2, 10:53 pm, vml <[EMAIL PROTECTED]> wrote: > I hope it will be possible to switch easily to python 3. But I need to > produce something as cheap as possible and I have no means ... Python 3k is not released yet. Why do you worry about compatibility in advance? Well, you are not the only

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread Jean-Paul Calderone
On Thu, 02 Aug 2007 23:07:12 +0200, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >Jean-Paul Calderone schrieb: >> On Thu, 02 Aug 2007 21:16:04 +0200, "Diez B. Roggisch" >> <[EMAIL PROTECTED]> wrote: >>> vml schrieb: Hello, I am trying to promote python in my job, my collegue o

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread sturlamolden
On Aug 2, 10:53 pm, vml <[EMAIL PROTECTED]> wrote: > And I try to argue to give up vb 6 and use python. Either you have a valid argument for switching to Python or you do not. If you do not, there is not really any justification for the extra work (including teaching your staff Python). > C# is

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread Diez B. Roggisch
Jean-Paul Calderone schrieb: > On Thu, 02 Aug 2007 21:16:04 +0200, "Diez B. Roggisch" > <[EMAIL PROTECTED]> wrote: >> vml schrieb: >>> Hello, >>> >>> >>> I am trying to promote python in my job, my collegue only see matlab >>> and microsoft scripting language. >>> I understood that there willl be

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread vml
On 2 août, 22:30, sturlamolden <[EMAIL PROTECTED]> wrote: > On Aug 2, 6:01 pm, vml <[EMAIL PROTECTED]> wrote: > > > - my script using pywin32 for the COM layer and scipy for the maths > > won't work under 3.0 > > Why not? > > > - will we have the equivalent of pywin32 and scipy in python ? > > Say

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread sturlamolden
On Aug 2, 6:01 pm, vml <[EMAIL PROTECTED]> wrote: > - my script using pywin32 for the COM layer and scipy for the maths > won't work under 3.0 Why not? > - will we have the equivalent of pywin32 and scipy in python ? Say what? I've always thought pywin32 and scipy were Python packages. -- ht

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread Jean-Paul Calderone
On Thu, 02 Aug 2007 21:16:04 +0200, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >vml schrieb: >> Hello, >> >> >> I am trying to promote python in my job, my collegue only see matlab >> and microsoft scripting language. >> I understood that there willl be no backward compatibility between >> pyth

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread Diez B. Roggisch
vml schrieb: > Hello, > > > I am trying to promote python in my job, my collegue only see matlab > and microsoft scripting language. > I understood that there willl be no backward compatibility between > python 2.x and 3.0, does it means that: > > - my script using pywin32 for the COM layer and

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread Terry Reedy
"vml" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | I am trying to promote python in my job, my collegue only see matlab | and microsoft scripting language. | I understood that there willl be no backward compatibility between | python 2.x and 3.0, does it means that: Most of the

Re: python 3.0, pywin32 and scipy

2007-08-02 Thread Steve Holden
vml wrote: > Hello, > > > I am trying to promote python in my job, my collegue only see matlab > and microsoft scripting language. > I understood that there willl be no backward compatibility between > python 2.x and 3.0, does it means that: > > - my script using pywin32 for the COM layer and sc