2013/7/26 Peter FELECAN <[email protected]> > 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 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
