[csw-maintainers] Python 2.7

Maciej (Matchek) Bliziński maciej at opencsw.org
Fri Jul 26 10:40:41 CEST 2013


2013/7/26 Peter FELECAN <pfelecan at opencsw.org>
> I thought that you'll explore the issue...

I looked at our pycompile class action script. The first quick
modification was to make it stop hiding causes of compilation
failures.

The next modification will be to never invoke /opt/csw/bin/python, but
a specific version of the interpreter instead. The tricky part of that
is knowing which interpreter to invoke. I'm thinking of simple pattern
matching:

/opt/csw/lib/python/ → 2.6
/opt/csw/lib/pythonX.Y/ → X.Y

Maciej


More information about the maintainers mailing list