I'm trying to convert my python script, which contains the module
pdftotext, into a standalone .exe. When I test the .exe app in my anaconda
env It works correctly but when I test it on another device It gaves me
this error:
File "main.py", line 3, in <module> #line 3 is import pdftotext
"ImportError: DLL load failed: The specified module could not be found"
[7300] Failed to execute script main
I'm sure the problem concern the module pdftotext because I tried with the
simple script below and works correctly:
a=input("Start")
print("Hello world")
b=input("End")
The error appears if I convert this script:
import pdftotext
a=input("Inserisci")
print("Hello world")
b=input("Fine")
Sorry for my poor english, I come from Italy. I hope I'm making myself
clear, thanks to everyone
EDIT 1. I figured out the problem may be related to poppler (library used
by pdftotext) but at the moment I can't understand which file hooks up to
import poppler
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/pyinstaller/9ca2d327-3cdd-4546-a1ba-53cf6895d602%40googlegroups.com.