We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyinstaller로 패키징하는 과정에서 path separate가 불일치 되는 경우가 발생합니다.
[대상 코드]
[현상] pyinstaller로 패키징 했을때, 경로가 자동 변경 되면서, pyinstaller에서 생성하는 경로구분자와 위의 '/'가 불일치하면서 파일을 찾지 못함
\soynlp//noun/frequent_enrolled_josa.txt
[변경 요청 코드] josapath = os.path.join(filepath, 'frequent_enrolled_josa.txt')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pyinstaller로 패키징하는 과정에서 path separate가 불일치 되는 경우가 발생합니다.
[대상 코드]
[현상]
pyinstaller로 패키징 했을때, 경로가 자동 변경 되면서,
pyinstaller에서 생성하는 경로구분자와 위의 '/'가 불일치하면서 파일을 찾지 못함
\soynlp//noun/frequent_enrolled_josa.txt
[변경 요청 코드]
josapath = os.path.join(filepath, 'frequent_enrolled_josa.txt')
The text was updated successfully, but these errors were encountered: