-
Notifications
You must be signed in to change notification settings - Fork 255
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
ImportError on _sylite3.pyd #1170
Comments
Same thing happens to me too, OS is Windows 11 Pro |
I had same issue but is working good now with updated binary |
recompile using 32-bit back, can you try? |
Where do i find the updated binary?
sorry, i am not able to compile it. |
I mean I have recompiled it using 32-bit python. You can check it in https://github.com/Nandaka/PixivUtil2/releases/tag/v20220924 |
confirmed it fixed for me @Nandaka |
yeah, fixed it for me too. |
Prerequisites
Description
Today i've updated to the newest Windows binary release v20220924. Since this release PixiivUtil2 does no longer start. I've created a fresh installation with the same problem. Tried on a VM which has never seen any Python Installation with the same error.
Steps to Reproduce
Expected behavior: Program should start to the menu.
Actual behavior: Program crashes with error:
Traceback (most recent call last):
File "PixivUtil2.py", line 18, in
File "PixivArtistHandler.pyc", line 10, in
File "PixivDownloadHandler.pyc", line 18, in
File "PixivDBManager.pyc", line 7, in
File "sqlite3_init_.pyc", line 57, in
File "sqlite3\dbapi2.pyc", line 27, in
File "", line 10, in
File "", line 8, in __load
ImportError: (DLL load failed while importing _sqlite3: %1 is not a valid Win32 application.) 'c:\2\_sqlite3.pyd'
Log file: No Logfile is created.
Versions
Happens since version v20220924. Older version works fine.
The text was updated successfully, but these errors were encountered: