[Python-Dev] Embedded Python. Debug Version and _ctypes (original) (raw)
Uladzimir Kryvian newinferno at gmail.com
Wed May 27 19:04:16 CEST 2015
- Previous message (by thread): [Python-Dev] [Python-checkins] cpython (3.4): Issue #23840: tokenize.open() now closes the temporary binary file on error to
- Next message (by thread): [Python-Dev] Embedded Python. Debug Version and _ctypes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi! I'm trying to use embedding of Python in my program.
Simple C-program, compiled in Debug, that uses py-script that just imports "ctypes" gives me an error about "no module named "_ctypes".
How to compile python lib in Visual Studio statically with ctypes support? Or how to use shared ctypes lib in debug mode?
- Previous message (by thread): [Python-Dev] [Python-checkins] cpython (3.4): Issue #23840: tokenize.open() now closes the temporary binary file on error to
- Next message (by thread): [Python-Dev] Embedded Python. Debug Version and _ctypes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]