setup.py: print
This commit is contained in:
parent
3fd0c69d65
commit
595e2e1057
8
setup.py
8
setup.py
@ -12,14 +12,14 @@ except ImportError:
|
||||
try:
|
||||
import numpy
|
||||
except ImportError:
|
||||
print "*** Warning: FontTools needs the numpy library for some operations, see:"
|
||||
print " http://numpy.scipy.org/"
|
||||
print("*** Warning: FontTools needs the numpy library for some operations, see:")
|
||||
print(" http://numpy.scipy.org/")
|
||||
|
||||
try:
|
||||
import fontTools
|
||||
except ImportError:
|
||||
print "*** Warning: RoboFab needs FontTools for some operations, see:"
|
||||
print " http://sourceforge.net/projects/fonttools/"
|
||||
print("*** Warning: RoboFab needs FontTools for some operations, see:")
|
||||
print(" http://sourceforge.net/projects/fonttools/")
|
||||
|
||||
|
||||
if sys.version_info > (2, 3, 0, 'alpha', 1):
|
||||
|
Loading…
x
Reference in New Issue
Block a user