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
- exporting c_variable to embedded python module kenakahn
- Re: exporting c_variable to embedded python module Chris Angelico
- Re: exporting c_variable to embedded python module kenakahn