Skip to content
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

Closed
3 tasks done
slewantoski opened this issue Sep 24, 2022 · 7 comments
Closed
3 tasks done

ImportError on _sylite3.pyd #1170

slewantoski opened this issue Sep 24, 2022 · 7 comments

Comments

@slewantoski
Copy link

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

  1. Download newest release
  2. Extract release to a new, empty folder
  3. Start pixivutil2.exe

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.
Bild 2022-09-24 13 20 38

@Evaia
Copy link

Evaia commented Sep 24, 2022

Same thing happens to me too, OS is Windows 11 Pro

@YukihoAA
Copy link
Contributor

YukihoAA commented Sep 24, 2022

I had same issue but is working good now with updated binary

@Nandaka
Copy link
Owner

Nandaka commented Sep 24, 2022

recompile using 32-bit back, can you try?

@slewantoski
Copy link
Author

I had same issue but is working good now with updated binary

Where do i find the updated binary?

recompile using 32-bit back, can you try?

sorry, i am not able to compile it.

@Nandaka
Copy link
Owner

Nandaka commented Sep 25, 2022

I mean I have recompiled it using 32-bit python. You can check it in https://github.com/Nandaka/PixivUtil2/releases/tag/v20220924

@Evaia
Copy link

Evaia commented Sep 25, 2022

confirmed it fixed for me @Nandaka

@slewantoski
Copy link
Author

yeah, fixed it for me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants