libglade configure can't find python under macOS 13.2.1
Tom Liehe via Fink-beginners <[email protected]>
| Newsgroups | gmane.os.apple.fink.beginners |
|---|---|
| Message-ID | <[email protected]> |
configure:13059: checking whether /usr/bin/python version >= 2.0
configure:13068: /usr/bin/python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.0', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
./configure: line 13069: /usr/bin/python: No such file or directory
configure:13071: $? = 127
configure:13076: error: too old
Notes:
/usr/bin has python3, but not python
both python2.7 and python3.7 are installed in /opt/sw/bin
_______________________________________________
Fink-beginners mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-users/
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners