[Python-Dev] cffi in stdlib

Terry Reedy tjreedy at udel.edu
Wed Feb 27 23:58:42 CET 2013


On 2/27/2013 3:31 PM, Paul Moore wrote:
> from ctypes import windll
> MessageBox = windll.User32.MessageBoxW
> MessageBox(0, "Hello, world!", "Title", 0)
 > Note - I wrote this from memory,

Gee, that is pretty easy. Worked perfectly

-- 
Terry Jan Reedy



More information about the Python-Dev mailing list