Cpp + Python: static data dynamic initialization in *nix shared lib?

sturlamolden sturlamolden at yahoo.no
Tue Jul 13 16:06:32 EDT 2010


On 13 Jul, 21:39, "Alf P. Steinbach /Usenet" <alf.p.steinbach
+use... at gmail.com> wrote:

> Thanks! It seems that SCXX does those things that I've been planning to do but
> haven't got around to (wrapping standard Python types), while what it doesn't do
> (abstracting away all those tables etc. and mapping Python calls to C++ calls)
> is what I've been working on. Which could be a Very Nice combination except that
> I'm assuming Py3, while SCXX seems to be Py2 only. :-(

I'd suggest PyCXX instead. http://cxx.sourceforge.net

SCXX is a tiny wrapper mostly used in scipy.weave to inline C++ in
Python.






More information about the Python-list mailing list