[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Python modules



On Sat, 2009-12-12 at 00:36 +0100, Miro Kropacek wrote:
> Hi,
> 
> for one project I'm playing with I need to compile scons for mint
> platform. The trouble is it doesn't use classic configure/make duo,
> neither C/C++ as source language -- it needs python. What would be ok
> unless the trouble with its modules -- concretely it complains about
> absence of XML parser. I tried to compile the newer python but when I
> applied the same approach as the original mint patch (i.e. disabling
> compilation of shared/oldshared modules), I got even worser error
> (something about collections).
> 
> Did anyone try to compile python as 100% static binary, i.e. with all
> modules included? Because as you probably know, those modules are
> loaded as runtime .so libs => no way on freemint...

Hi MiKRO,

Yes, I've got a solution.

Let me try building scons here with my modular python and I'll get back
to you.

Alan.