-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
hwp5txt hwp5html hwp5odt error #165
Comments
hwp5txt 스크립트 오류내용 첨부드립니다 ㅠㅠ 또한 C:\Users\apple\Desktop>hwp5txt "testtest.hwp" |
hwp5html 의 경우 이미지가 없이 간단하게 하게되면 바로 아웃풋이나오지만 이미지가 존재하는 파일을 변환할 시에 다음과 같은 오류가 발생합니다. Traceback (most recent call last): |
hwp5odt 의 경우에도 html 과 비슷한 오류를 발생시킵니다. 이미지가 없는 간단한 파일의 경우 바로 변환됩니다. Traceback (most recent call last): |
hwp5txt 의 경우 IO Error 출력과 함께 output 파일이 나오지 않고,
hwp5html 의 경우 img 가 깨집니다 bin 디렉토리가 생성이 되기는하지만 변환과정에서 이미지는 누락되는지 엑박이 뜨고 경로찾아가면 디렉토리안을 가르킵니다.
hwp5odt 의 경우에도 output 으로는 완벽하게 같진않아도 어느정도 맞아떨어지게 되나 , 아쉬운것이 이미지가 안뜹니다 ㅠㅠ
답변 주시거나 팁 가이드 등 주시면 제가 고쳐서 사용하겠습니다.
시간이되신다면 소스 한번 검토해주시면 더욱 감사하겠습니다.
윈도우 10 에서 Python 2.7 버전 사용중이고 lxml 은 pip 를 통해 설치 했습니다.
답변 기다리겠습니다 감사합니다.
The text was updated successfully, but these errors were encountered: