-
Notifications
You must be signed in to change notification settings - Fork 20
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
Don't works for me... #1
Comments
I've only tested with python 3.3 64-bit on 64-bit windows 7 with the newest stable version of 7z.dll I'd need the full stack trace to see where the actual error is occurring, RNOK as you can see raises an exception if if a function does not return the HRESULT S_OK, but it's used in many places in the code. |
I'd also like to emphasize that this software is very very beta. |
Thank you for the fast answer :-) Complete Traceback: Traceback (most recent call last): |
Hrm, I'll need more info about your platform (python version, 7z.dll version, windows version). I'll also probably need to add more exact error handling to my code knowing that |
I use Py 3.3 with 7-Zip 9.20 (stable). OS is Win 8.1 RTM x64 |
hrm, same except windows 7, newest version should report which error code was given, and includes a small test suite (though it has 90% coverage, so hey). New version requires the enum34 package and I added in dll autodetection (like it says in the README) so 7z.dll doesn't need to be in the current directory or path (it will find it from the registry) |
Can't get it work...
Got this error:
lib7zip\winhelpers.py", line 20, in RNOK
assert int(status) == S_OK
I've tried with multiple .dll's -> Is 9.20 win32 dll the correct file ? Or is any development dll needed ?
I've setup a hardcoded path in lib7zip.py because I've 7zip installed on x64 but use a 32bit python.
Hope you can help :-)
Thank you
The text was updated successfully, but these errors were encountered: