Skip to content

Conversation

@johlim
Copy link

@johlim johlim commented Feb 19, 2019

Windows PC환경에서는 sys.path.append(os.pardir) 만으로는 ModuleNotFoundError에러가 발생함.
sys.path.append(os.path.abspath(os.path.join(file, '..', '..')))를 추가하여 해결가능합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants