[lxml] Undefined symbol error when using lxml from within OBS on Linux machine

2022-02-10 Thread Daniel Beiter
Dear lxml community,   First of all, thank you for this great toolkit.   I ran into a very particular conflict which I was not able to solve and that might be of interest.   For a project I am using OBS (Open Broadcaster Software) that provides Python scripting capabilities to manipulate scen

[lxml] Re: Custom structured types with objectify.PyType?

2022-02-10 Thread Tobias Deiminger
Hi Burak and Holger, thank you both a lot for the good pointers and explanations. It definitely helps, and I'll need some time to dig into. Am 09.02.2022 19:28 schrieb jh...@gmx.de: Since a namedtuple is still a tuple this would trigger special-cased sequence assignment namedtuple was contri

[lxml] Re: Undefined symbol error when using lxml from within OBS on Linux machine

2022-02-10 Thread Stefan Behnel
Hi, Daniel Beiter schrieb am 10.02.22 um 14:53: For a project I am using OBS (Open Broadcaster Software) that provides Python scripting capabilities to manipulate scenes, objects, etc. ( https://obsproject.com/wiki/Getting-Started-With-OBS-Scripting ). The API is in C and wrapper functions for P