2013/5/21 Maciej (Matchek) BliziĆski :
> the ${prefix}/lib/pythonX.Y/_sysconfigdata.py file contains
> system-specific information
...and is installed in an architecture-independent directory by the
Python installer. This looks broken to me.
--
http://mail.python.org/mailman/listinfo/python-lis
Hello python-list,
I'm looking into creating a 32/64-bit Python (2.x and/or 3.x) package
for Solaris. The specificity of that package is that I need to include
both 32-bit and 64-bit binaries in it. The exact way in which the
32/64 support is done is described at [1].
There currently is a Python