mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
5 lines
127 B
Python
5 lines
127 B
Python
try:
|
|
from viewers import ImageViewer
|
|
except ImportError:
|
|
print("Could not import PyQt4 -- ImageViewer not available.")
|