Re: The Application cannot locate win32ui.pyd (or Python) (126)

2010-08-04 Thread vsoler
ere I used to have python 2.6.4. I'm > > > > working on Win7. > > > > > The IDLE GUI works, but I get the following message when trying to > > > > open *.py files written for py 2.6 > > > > >         The Application cannot locate win32ui.pyd (or Pytho

Re: The Application cannot locate win32ui.pyd (or Python) (126)

2010-08-04 Thread Alex Willmer
g on Win7. > > > > The IDLE GUI works, but I get the following message when trying to > > > open *.py files written for py 2.6 > > > >         The Application cannot locate win32ui.pyd (or Python) (126) > > > win32ui is part of the PyWin32 package. Most like

Re: The Application cannot locate win32ui.pyd (or Python) (126)

2010-08-04 Thread vsoler
to > > open *.py files written for py 2.6 > > >         The Application cannot locate win32ui.pyd (or Python) (126) > > win32ui is part of the PyWin32 package. Most likely you have a version > of PyWin32 for Python 2.6 installed, you should uninstall that and > insta

Re: The Application cannot locate win32ui.pyd (or Python) (126)

2010-08-04 Thread Alex Willmer
On Aug 4, 2:35 pm, vsoler wrote: > Hi all, > > I just installed python 3.1.2 where I used to have python 2.6.4. I'm > working on Win7. > > The IDLE GUI works, but I get the following message when trying to > open *.py files written for py 2.6 > >         The Appli

The Application cannot locate win32ui.pyd (or Python) (126)

2010-08-04 Thread vsoler
Hi all, I just installed python 3.1.2 where I used to have python 2.6.4. I'm working on Win7. The IDLE GUI works, but I get the following message when trying to open *.py files written for py 2.6 The Application cannot locate win32ui.pyd (or Python) (126) Should I change the PA