WORKAROUND

PyDenis barmenkov at bpc-dot-ru.no-spam.invalid
Wed Mar 15 05:12:52 EST 2006


I fixed problem using Atypes:

import ctypes

ctypes.windll.user32.MessageBoxA(0, 'test', 'Title',
win32con.MB_ICONINFORMATION | win32con.MB_OK |
win32con.MB_TOPMOST)


It compiles and runs fine with py2exe.


Dont remember buggy pywin32 :)




More information about the Python-list mailing list