David W. Lambert <[EMAIL PROTECTED]> added the comment: Changing the string to type byte
'Works' from ctypes import * libc = CDLL('libc.so.6') libc.printf(b'hello') _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4309> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com