Re: [python-win32] Pywin32+MFC Ok on 7 Vista, bad on XP

2010-03-29 Thread Michel Claveau
Hi! Sorry for the lack of information. I use win32gui + directAPI (SendMessage). With differents tests, I found: - No problem, if I use dialog (CreateDialogIndirect instead CreateWindowEx). But dialog is limited (no NM_CUSTOMDRAW...) - No problem, if I do not use any: SetGraphicsMode or

Re: [python-win32] Pywin32+MFC Ok on 7 Vista, bad on XP

2010-03-29 Thread Tim Roberts
Michel Claveau wrote: Sorry for the lack of information. I use win32gui + directAPI (SendMessage). With differents tests, I found: - No problem, if I use dialog (CreateDialogIndirect instead CreateWindowEx). But dialog is limited (no NM_CUSTOMDRAW...) I don't know what that means.

[python-win32] Attempt to make executable from Python script

2010-03-29 Thread travel europe
Hello, I am attempting to make an executable from a working Python script per the instructions from the following website: http://logix4u.net/Python/Tutorials/How_to_create_Windows_executable_exe_from_Python_script.html Everything seems to go as planned, except when I run the