You can already cross compile with distutils, though it is not exactly easy:
http://pyvideo.org/video/682/cross-compiling-python-c-extensions-for-embedde
-Chris
On Fri, Dec 14, 2012 at 4:51 PM, Antonio Cavallo wrote:
> It is not that complex... What's ahead is even more complex.
>
>
>
>
>
> Len
It is not that complex... What's ahead is even more complex.
Lennart Regebro wrote:
On Fri, Dec 14, 2012 at 9:49 AM, Antonio Cavallo
wrote:
My requirements would quite simple:
2. cross compiling
That is *not* a simple requirement.
//Lennart
___
On Fri, Dec 14, 2012 at 9:49 AM, Antonio Cavallo
wrote:
> My requirements would quite simple:
> 2. cross compiling
That is *not* a simple requirement.
//Lennart
___
Distutils-SIG maillist - Distutils-SIG@python.org
http://mail.python.org/mailman/lis
Mmm, so the question would be distutils2 or distlib? I think tarek made
a graph of the different packages systems... seen on reddit some time ago.
My requirements would quite simple:
1. support DESTDIR approach where a package can be installed in an
intermediate directory before its final
On Fri, Dec 14, 2012 at 10:10 AM, Antonio Cavallo
wrote:
> I'll have a look into distutils2, I tough it was (another) dead end.
> I every case my target is py2k (2.7.x) and I've no case for transitioning
> to py3k (too much risk).
distutils2 started as a copy of distutils, so it's hard to tell t