Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91319

Embedded Python. Debug Version and _ctypes

From Uladzimir Kryvian <newinferno@gmail.com>
Date 2015-05-27 21:55 +0300
Subject Embedded Python. Debug Version and _ctypes
Newsgroups comp.lang.python
Message-ID <mailman.94.1432752975.5151.python-list@python.org> (permalink)

Show all headers | View raw


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?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Embedded Python. Debug Version and _ctypes Uladzimir Kryvian <newinferno@gmail.com> - 2015-05-27 21:55 +0300

csiph-web