27 Answered Questions
[SOLVED] fatal error: Python.h: No such file or directory
- 2014-02-03 15:00:16
- Mohanad Y.
- 803022 View
- 1050 Score
- 27 Answer
- Tags: python gcc python-c-api python-c-extension
7 Answered Questions
[SOLVED] Calling a python method from C/C++, and extracting its return value
- 2010-07-20 01:54:41
- dzhelil
- 60282 View
- 51 Score
- 7 Answer
- Tags: c++ python c python-c-api python-embedding
5 Answered Questions
[SOLVED] Python (and Python C API): __new__ versus __init__
- 2011-02-01 05:07:39
- Channel72
- 27501 View
- 118 Score
- 5 Answer
- Tags: python c python-c-api
4 Answered Questions
[SOLVED] Building lxml for Python 2.7 on Windows
- 2010-06-15 17:35:02
- Kamal
- 60401 View
- 35 Score
- 4 Answer
- Tags: python windows lxml building python-c-extension
7 Answered Questions
[SOLVED] PyEval_InitThreads in Python 3: How/when to call it? (the saga continues ad nauseam)
- 2013-03-18 05:37:45
- Channel72
- 6228 View
- 21 Score
- 7 Answer
- Tags: python python-3.x python-c-api python-3.2 python-c-extension
3 Answered Questions
[SOLVED] How To catch python stdout in c++ code
- 2010-11-29 17:54:20
- alexpov
- 14130 View
- 25 Score
- 3 Answer
- Tags: c++ python redirect python-c-api python-embedding
1 Answered Questions
[SOLVED] Create an object using Python's C API
- 2010-11-12 09:06:28
- detly
- 12176 View
- 41 Score
- 1 Answer
- Tags: python c python-c-api python-extensions python-embedding
1 Answered Questions
[SOLVED] How to pass flag to gcc in Python setup.py script?
- 2009-11-04 20:24:05
- Michael
- 17049 View
- 21 Score
- 1 Answer
- Tags: python distutils python-c-api
3 Answered Questions
[SOLVED] Stopping embedded Python
- 2009-09-14 11:19:15
- Anton L.
- 5055 View
- 23 Score
- 3 Answer
- Tags: python process multithreading embedded-language python-c-api
5 Answered Questions
[SOLVED] Python for .NET "unable to find assembly" error
- 2012-11-06 21:22:08
- Annie
- 13557 View
- 13 Score
- 5 Answer
- Tags: python .net interop python-c-api python.net
1 Answered Questions
[SOLVED] Python C API doesn't load module
- 2011-10-02 03:59:24
- Janil
- 3951 View
- 3 Score
- 1 Answer
- Tags: python c python-c-api python-embedding
6 Answered Questions
[SOLVED] ImportError: dynamic module does not define init function (initfizzbuzz)
- 2014-06-15 02:17:52
- SamuraiT
- 64760 View
- 36 Score
- 6 Answer
- Tags: python c python-c-extension
2 Answered Questions
[SOLVED] How to pass an array from C to an embedded python script
- 2012-12-18 21:55:30
- user1750948
- 11708 View
- 10 Score
- 2 Answer
- Tags: python embedding python-c-api
4 Answered Questions
[SOLVED] How to make a copy of a python module at runtime?
- 2012-06-23 15:59:06
- Dmitry Trofimov
- 5052 View
- 31 Score
- 4 Answer
- Tags: python python-c-extension
2 Answered Questions
[SOLVED] Cython package with __init__.pyx: Possible?
- 2015-02-01 09:07:39
- Richard Hansen
- 3471 View
- 26 Score
- 2 Answer
- Tags: python python-2.7 cython python-import python-c-extension
1 Answered Questions
[SOLVED] Python extension module with variable number of arguments
- 2011-11-03 21:12:53
- Brian Larsen
- 4938 View
- 13 Score
- 1 Answer
- Tags: python c python-c-extension
1 Answered Questions
[SOLVED] Numpy C-Api example gives a SegFault
- 2011-10-11 18:30:38
- mehmet.ali.anil
- 3565 View
- 8 Score
- 1 Answer
- Tags: python c numpy python-c-api
1 Answered Questions
[SOLVED] Define a global in a Python module from a C API
- 2010-06-08 20:56:46
- Ruggero Turra
- 1543 View
- 4 Score
- 1 Answer
- Tags: python c global-variables python-module python-c-api
2 Answered Questions
[SOLVED] Compiler can't find Python.h
- 2011-08-19 17:58:33
- Void Star
- 4556 View
- 3 Score
- 2 Answer
- Tags: python compilation python-c-extension
1 Answered Questions
[SOLVED] Passing python objects as arguments to C/C++ function using ctypes
- 2012-06-26 17:47:24
- Maverick
- 3093 View
- 0 Score
- 1 Answer
- Tags: python ctypes python-c-api
2 Answered Questions
[SOLVED] How to create a generator/iterator with the Python C API?
- 2009-11-29 15:30:12
- Michael
- 8388 View
- 43 Score
- 2 Answer
- Tags: python c iterator generator python-c-api
1 Answered Questions
[SOLVED] Py_INCREF/DECREF: When
- 2011-01-11 12:47:52
- Izz ad-Din Ruhulessin
- 14041 View
- 36 Score
- 1 Answer
- Tags: python python-c-api
4 Answered Questions
[SOLVED] Python C extension: Use extension PYD or DLL?
- 2011-11-24 22:03:18
- gecco
- 23530 View
- 25 Score
- 4 Answer
- Tags: python python-c-extension pyd
1 Answered Questions
[SOLVED] C Python: Running Python code within a context
- 2012-09-04 14:34:30
- Channel72
- 1652 View
- 14 Score
- 1 Answer
- Tags: python c python-3.x python-c-api cpython
2 Answered Questions
[SOLVED] Multithreading with Python and C api
- 2015-04-12 22:10:08
- Matteo Monti
- 6802 View
- 10 Score
- 2 Answer
- Tags: python c++ multithreading python-c-api
2 Answered Questions
[SOLVED] Global Interpreter Lock and access to data (eg. for NumPy arrays)
- 2012-01-11 18:36:25
- Daniel
- 2251 View
- 7 Score
- 2 Answer
- Tags: python numpy python-c-api
2 Answered Questions
[SOLVED] How to introspect a function defined in a Cython C extension module
- 2017-09-04 08:39:24
- Gilly
- 1619 View
- 5 Score
- 2 Answer
- Tags: python cython introspection python-c-extension
4 Answered Questions
[SOLVED] Allowing Ctrl-C to interrupt a python C-extension
- 2013-02-05 11:59:52
- Michael Clerx
- 2575 View
- 12 Score
- 4 Answer
- Tags: python linux python-c-api
2 Answered Questions
[SOLVED] Passing a C pointer around with the Python/C API
- 2011-12-08 19:33:55
- user1088396
- 9491 View
- 11 Score
- 2 Answer
- Tags: python python-c-api
2 Answered Questions
[SOLVED] Get Python's LIB path
- 2017-11-21 21:43:41
- ivan_pozdeev
- 625 View
- 5 Score
- 2 Answer
- Tags: python python-c-api compiler-options