Created
March 26, 2018 14:39
-
-
Save tsbertalan/ffdf75386b51a16834aae9b7663f288f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
import scigma | |
except: | |
import traceback | |
traceback.print_exc() | |
print() | |
print("Could not import scigma.") | |
raw_input("Press enter to exit.") | |
print("Exiting.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment