Replies: 1 comment 5 replies
-
|
If you package to "One Directory" and then look in the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Auto-py-to-exe is fantastic but I have a strange problem with sqlite3. When I run Auto-py... it finishes without any errors and I can run the app with no problem but when I try to run it on another machine I get "module not found error". I have read your FAQ and tried a lot of different ways to get it working. I wrote a small app which just included the import and a print statement and then it worked on the other machine.
Please help me , I have been trying for weeks now!
I can mail you the DEBUG file, it is huge! I find a couple of refrences to Sqlite3 which seems Ok and no warnings.
DEBUG running auto.txt
The error message:
Traceback (most recent call last):
File "main.py", line 2, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "sqlite3_init_.py", line 57, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "sqlite3\dbapi2.py", line 27, in
ImportError: DLL load failed while importing _sqlite3: Det går inte att hitta den angivna modulen.
Beta Was this translation helpful? Give feedback.
All reactions