Skip to content

Instantly share code, notes, and snippets.

@tsbertalan
Created March 26, 2018 14:39
Show Gist options
  • Save tsbertalan/ffdf75386b51a16834aae9b7663f288f to your computer and use it in GitHub Desktop.
Save tsbertalan/ffdf75386b51a16834aae9b7663f288f to your computer and use it in GitHub Desktop.
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