[issue27920] Embedding python in a shared library fails to import the Python module

2021-12-12 Thread Irit Katriel
Irit Katriel added the comment: 3.4 is no longer maintained. Please create a new issue if you are still having this problem on a current python version (>= 3.9). -- resolution: -> out of date stage: -> resolved status: pending -> closed ___

[issue27920] Embedding python in a shared library fails to import the Python module

2021-12-05 Thread Irit Katriel
Change by Irit Katriel : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27920] Embedding python in a shared library fails to import the Python module

2021-12-05 Thread Irit Katriel
Irit Katriel added the comment: Did Antoine's fix from issue19153 solve your problem? -- nosy: +iritkatriel ___ Python tracker ___

[issue27920] Embedding python in a shared library fails to import the Python module

2016-08-31 Thread Divyansh Khattak
Divyansh Khattak added the comment: I am having the same error as described by https://bugs.python.org/issue19153 and http://bugs.python.org/issue4434. My shared library is unable to import the Python module I created. I am attaching my C file which calls the python function Rough.py, whose

[issue27920] Embedding python in a shared library fails to import the Python module

2016-08-31 Thread Divyansh Khattak
-- components: Build files: pystack.c messages: 274062 nosy: suzaku priority: normal severity: normal status: open title: Embedding python in a shared library fails to import the Python module type: behavior versions: Python 3.4 Added file: http://bugs.python.org/file44305/pystack.c

embedding Python in a shared library

2009-02-26 Thread Deepak Chandran
I have embedded Python in a shared library. This works fine in Windows (dll), but I get the following error is Ubuntu when I try to load modules: /usr/lib/python2.5/lib-dynload/time.so: error: symbol lookup error: undefined symbol: PyExc_ValueError I found many postings on this issue on the

embedding Python in a shared library

2009-02-10 Thread Deepak Chandran
I have embedded Python in a shared library. This works fine in Windows (dll), but I get the following error is Ubuntu when I try to load modules: /usr/lib/python2.5/lib-dynload/*time.so*: error: symbol lookup error: * undefined* symbol: PyExc_ValueError I found many postings on this issue on