Re: exporting c_variable to embedded python module
I want to access c-side global variables from the python side. -- https://mail.python.org/mailman/listinfo/python-list
Re: exporting c_variable to embedded python module
On Fri, Jan 9, 2015 at 8:03 AM, wrote: > 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? To answer this question, first think about how you would like to see that value on t