Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91319 > unrolled thread
| Started by | Uladzimir Kryvian <newinferno@gmail.com> |
|---|---|
| First post | 2015-05-27 21:55 +0300 |
| Last post | 2015-05-27 21:55 +0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Embedded Python. Debug Version and _ctypes Uladzimir Kryvian <newinferno@gmail.com> - 2015-05-27 21:55 +0300
| From | Uladzimir Kryvian <newinferno@gmail.com> |
|---|---|
| Date | 2015-05-27 21:55 +0300 |
| Subject | Embedded 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?
Back to top | Article view | comp.lang.python
csiph-web