spacetelescope / stsci.imagemanip

STScI image manipulation.
Other
0 stars 1 forks source link

Py3k compat #2

Closed jhunkeler closed 8 years ago

jhunkeler commented 8 years ago

Prevents the following error:

$ python
Python 3.5.1 |Continuum Analytics, Inc.| (default, Dec  7 2015, 11:16:01)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import stsci.imagemanip
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/jhunk/forks/stsci.imagemanip/stsci/imagemanip/__init__.py", line 3, in <module>
    import interp2d
ImportError: No module named 'interp2d'