I'm new to PyInstaller, and I've read through the manual and searched the 
mailing list, but I can't figure this out.

I want to include a single .dll file, like so:
a.binaries + [('avbin.dll', 'C:\\Windows\\System32\\avbin.dll', 'BINARY')]

Everything works fine when it just builds to a folder, but when I build it 
to an executable, it errors out:
WindowsError: [Error 126] The specified module could not be found

I used ArchiveViewer to look at the .exe, and I also looked in the _MEIPASS 
folder.  The .dll is definitely there, so I don't know what the problem is.

Thanks!  

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to