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


Groups > comp.lang.python > #91319 > unrolled thread

Embedded Python. Debug Version and _ctypes

Started byUladzimir Kryvian <newinferno@gmail.com>
First post2015-05-27 21:55 +0300
Last post2015-05-27 21:55 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#91319 — Embedded Python. Debug Version and _ctypes

FromUladzimir Kryvian <newinferno@gmail.com>
Date2015-05-27 21:55 +0300
SubjectEmbedded Python. Debug Version and _ctypes
Message-ID<mailman.94.1432752975.5151.python-list@python.org>
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?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web