Skip to content

Instantly share code, notes, and snippets.

@jihyeonRyu
Last active June 19, 2018 23:34
Show Gist options
  • Save jihyeonRyu/1435e291550ef49c89cab3586996f5af to your computer and use it in GitHub Desktop.
Save jihyeonRyu/1435e291550ef49c89cab3586996f5af to your computer and use it in GitHub Desktop.
python cannot found module error
import sys
import os
sys.path.append(os.getcwd())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment