Deepak Chandran wrote:
> Hello,
>
> I am embedding python inside a C++ program. For some reason (I think
> libxml2), I am getting Segmentation fault at PyThread_release_lock.
>
> The solution I found online was to configure python with --disable-thread.
That doesn't sound like a solution, but
Hello,
I am embedding python inside a C++ program. For some reason (I think libxml2),
I am getting Segmentation fault at PyThread_release_lock.
The solution I found online was to configure python with --disable-thread.
I used "apt-get install python-dev" to install python.
How do I re-config