-
Notifications
You must be signed in to change notification settings - Fork 39
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
pyminizip.compress_multiple password won't work #25
Comments
|
I'm also having this issue starting from 0.2.3. It works in my shell, but i think when used by django it doesn't work? Python v 2.7.15 |
I also noticed some strange behaviors introduced from version 0.2.3. Can you try to build the module from my branch and test if it solves your issues in django? |
python:3.8.1 DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats |
I also encountered the situation that the password does not work. Is there a good solution now? |
I just found this github issue -- after first experiencing the problem and investigating locally for a while first. I am using this library in my work environment, where I need the password feature to work on Windows, Linux, and Mac. I even tried to ensure the "text" going through the Py-code was correctly getting passed into the zlib API, so I forked this repo, and added a trace statement in So then I cloned my fork onto a MacOS Ventura 13.4.1 with the built-in Python 3.8 -- which has no xcode bits other than whatever comes default with the OS. The wheel built fine, and installed fine. I see that this repository includes a copy of zlib 1.2.11 (i think just for the headers -- I'm kinda new to building wheels) So while I'm stuck waiting, I can at least I can share the small stand-alone PY script I've been using to validate the password feature:
If this runs fine -- the password worked, and was successfully used to decompress/decrypt using the built-in library.
|
When using pyminizip.compress_multiple, the input password does not work.
The text was updated successfully, but these errors were encountered: