We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5600a3f commit 4cacb5bCopy full SHA for 4cacb5b
setup.py
@@ -1,7 +1,7 @@
1
import sys, glob, os, subprocess
2
3
-if sys.version_info < (2, 4):
4
- raise SystemExit("""matplotlib and the basemap toolkit require Python 2.4 or later.""")
+if sys.version_info < (2, 6):
+ raise SystemExit("""matplotlib and the basemap toolkit require Python 2.6 or later.""")
5
6
from distutils.dist import Distribution
7
from distutils.util import convert_path
@@ -101,7 +101,6 @@ def checkversion(GEOS_dir):
101
libraries=['geos_c']) ]
102
103
# Specify all the required mpl data
104
-# create pyproj binary datum shift grid files.
105
pathout =\
106
os.path.join('lib',os.path.join('mpl_toolkits',os.path.join('basemap','data')))
107
0 commit comments