First release of Shed Skin, a Python-to-C++ compiler.

Paul Boddie paul at boddie.org.uk
Sun Sep 11 15:04:04 EDT 2005


Michael Sparks wrote:
> Well, you did say you want help with locating problems. One problem with
> this is it doesn't build...

I found that I needed both the libgc and libgc-dev packages for my
Kubuntu distribution - installing them fixed the include issues that
you observed - and it does appear to be the Boehm-Demers-Weiser GC
library, yes. The only other issue I observed was the importing of the
profile and pstats modules which don't exist on my system, but those
imports seemed to be redundant and could be commented out anyway.

Paul




More information about the Python-list mailing list