Re: wxPython installation interferes with win32ui/win32gui

2006-10-14 Thread robert
Gabriel Genellina wrote: > At Friday 13/10/2006 19:33, robert wrote: > >> > c:\Python23\pythonw.exe.manifest >> > c:\Python23python.exe.manifest >> > >> >> I found out that in fact when I move away these 2 files to a backup >> location after a wx installation, things go well again. >> >> What at a

Re: wxPython installation interferes with win32ui/win32gui

2006-10-13 Thread Gabriel Genellina
At Friday 13/10/2006 19:33, robert wrote: > c:\Python23\pythonw.exe.manifest > c:\Python23python.exe.manifest > I found out that in fact when I move away these 2 files to a backup location after a wx installation, things go well again. What at all do this .manifest files do ? And why do win32u

Re: wxPython installation interferes with win32ui/win32gui

2006-10-13 Thread robert
robert wrote: > > c:\Python23\pythonw.exe.manifest > c:\Python23python.exe.manifest > I found out that in fact when I move away these 2 files to a backup location after a wx installation, things go well again. What at all do this .manifest files do ? And why do win32ui apps freak out, when the

wxPython installation interferes with win32ui/win32gui

2006-10-13 Thread robert
As soon as I install wxPython on a Py2.3.5, my win32ui / win32gui apps freak out. buttons in dialogs are magically pressed. backgrounds of dialogs are colored wrong... this is with current wxPython (it was the same situation with a wx version some months back) When I uninstall wxPython the oth