Re: exporting c_variable to embedded python module

2015-01-08 Thread kenakahn
I want to access c-side global variables from the python side. -- https://mail.python.org/mailman/listinfo/python-list

exporting c_variable to embedded python module

2015-01-08 Thread kenakahn
I'm running a python script loaded via PyImport_Import in my C++ program on Linux. Is there any way I can pass a value from the c-code to the loaded python module? -- https://mail.python.org/mailman/listinfo/python-list

Re: Adding thread module support to Ubuntu 3 for Python3

2014-06-23 Thread kenakahn
On Monday, June 23, 2014 4:12:34 PM UTC-4, kena...@gmail.com wrote: > What package do I need to install to get thread support (import thread) for > Python 3 running under ubuntu 3? Found it. The import statement changed to "import _thread" for python3. -- https://mail.python.org/mailman/listinf

Adding thread module support to Ubuntu 3 for Python3

2014-06-23 Thread kenakahn
What package do I need to install to get thread support (import thread) for Python 3 running under ubuntu 3? -- https://mail.python.org/mailman/listinfo/python-list