Closed whaleygeek closed 8 years ago
For the initial purpose this package was created, this is not a problem, because we state a higher minimum python version requirement. But this, and python3 support is likely to be investigated before the end of 2014 hopefully.
V2.6 is quite old now, I won't be adding support for this.
Issue closed.
I discovered while testing that some very early versions of v2.6 (seen on the Mac) return a different type of data structure for the version structure - one version of python returns a tuple, another version of python returns a map. This makes the version check in findPort.py fail. The only reason it uses this version check is to decide which variant of input() vs raw_input() to use. We might just use the static constant python version number instead, to solve this issue.