-
Notifications
You must be signed in to change notification settings - Fork 41
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
can not zip chinese filename #23
Comments
the environment is windows7 32 bit , python3.6.4 .if I want use it ,how should I do? |
I also have this issue, with python 3.6 and Vscode in windows 10 64 bit. |
Also for me the same problem... |
Same with me, Ubuntu 18.04, version Python 3.7.5 |
Same with me, Windows 7 64bit + Python 3.65 64bit |
Windows 7 64bit + Python 3.65 64bitfrom pyminizip import compress result: |
compress_multiple alse has the same question: cannot process filename with Chinese chars from pyminizip import compress_multiple result: I am expecting an solution for filename with Chinese chars in the new version. |
same problem on win10 64bit, python 3.7 |
It actually has the problem in Windows platform when the src-path or dist-path contains any Chinese words .
However ,it works perfect in MacOS or other Linux platform. What a pity! |
Same problem on win10 64bit, python 3.7 but when the path name includes ö or any other extended characters |
pyminizip.compress("D:\py\测试文件.txt", None, "D:\py\test.zip", "password", 5)
it will give the error :
Exception "unhandled OSError"
error in opening D:\py\测试文件.txt for reading
The text was updated successfully, but these errors were encountered: