Re: Python bindings using cppyy (was: An update on Python bindings)

2017-11-09 Thread Chris Burel
> On Nov 4, 2017, at 4:46 AM, Philipp A. wrote: > > Entirely new bindings lead to new applications being written using those > bindings. Writing applications in Python 2 is an immediate maintenance burden > and people only do it because of stubborn ideology or a complete lack of > awareness

Re: Extending KPluginFactory to support exporting symbols

2010-12-05 Thread Chris Burel
Hey guys, I'm working on Perl bindings to Plasma.  For this, I've created a subclass of KPluginFactory that links to libperl and loads the Perl KDE bindings.  But I'm running into trouble when the Perl code needs to load in more Perl extensions dynamically (perl modules that are written and compile