PyInstaller Dependencies Issues: QT and missing DLL dependencies, Windows 10












0















I am unable to successfully run PyInstaller on my Python Dash app. All files are created, however running the resulting .exe file does not return anything. I code primarily in R, thus am not the sharpest about Python error messages nor am I a developer and feel these issues are related to development environment tools.



OS: Windows 10



Python version: 3.6.6



Summarizing issues when running PyInstaller on Dash app:




  • QT issues: ‘Failed to import any qt binding’
    PyInstaller QT Error Message

  • Missing dynamic link library dependencies
    Missing DLL dependencies PyInstaller Error message


Troubleshooting QT issues:
- I determined I needed to install PyQt4 and PySide but unable to install either successfully (needed to install QT first, and know this is a dependency of both the above).
- Installed QT and did not come with a qmake.exe, so updated install to include QT 5.6, which contains various qmake.exe files within the following folder structure:
QT Folder structure
- I added a path to a qmake.exe (C:Qt5.6winrt_x64binqmake.exe) to my path environment variable
- I navigated to the ‘PyQt4_gpl_win-4.12.3’ extracted folder and ran ‘python configure-ng.py’ and received the following error message:
Configure-ng.py QT Error



Missing Dynamic Link Libraries (.dll files) troubleshooting:




  • I tried installing ‘DirectX End-User Runtime Web Installer’ to obtain missing DLLs, however still encounter the missing DLL dependencies messages.


I found various resources that have been helpful in diagnosing the issues, however I feel like this has been a snow-balling issue any insight or guidance is greatly appreciated. Unfortunately, I am unsure of how to make this into a reproducible example, my apologies for that.










share|improve this question

























  • why c++ tag????

    – eyllanesc
    Nov 22 '18 at 18:08
















0















I am unable to successfully run PyInstaller on my Python Dash app. All files are created, however running the resulting .exe file does not return anything. I code primarily in R, thus am not the sharpest about Python error messages nor am I a developer and feel these issues are related to development environment tools.



OS: Windows 10



Python version: 3.6.6



Summarizing issues when running PyInstaller on Dash app:




  • QT issues: ‘Failed to import any qt binding’
    PyInstaller QT Error Message

  • Missing dynamic link library dependencies
    Missing DLL dependencies PyInstaller Error message


Troubleshooting QT issues:
- I determined I needed to install PyQt4 and PySide but unable to install either successfully (needed to install QT first, and know this is a dependency of both the above).
- Installed QT and did not come with a qmake.exe, so updated install to include QT 5.6, which contains various qmake.exe files within the following folder structure:
QT Folder structure
- I added a path to a qmake.exe (C:Qt5.6winrt_x64binqmake.exe) to my path environment variable
- I navigated to the ‘PyQt4_gpl_win-4.12.3’ extracted folder and ran ‘python configure-ng.py’ and received the following error message:
Configure-ng.py QT Error



Missing Dynamic Link Libraries (.dll files) troubleshooting:




  • I tried installing ‘DirectX End-User Runtime Web Installer’ to obtain missing DLLs, however still encounter the missing DLL dependencies messages.


I found various resources that have been helpful in diagnosing the issues, however I feel like this has been a snow-balling issue any insight or guidance is greatly appreciated. Unfortunately, I am unsure of how to make this into a reproducible example, my apologies for that.










share|improve this question

























  • why c++ tag????

    – eyllanesc
    Nov 22 '18 at 18:08














0












0








0








I am unable to successfully run PyInstaller on my Python Dash app. All files are created, however running the resulting .exe file does not return anything. I code primarily in R, thus am not the sharpest about Python error messages nor am I a developer and feel these issues are related to development environment tools.



OS: Windows 10



Python version: 3.6.6



Summarizing issues when running PyInstaller on Dash app:




  • QT issues: ‘Failed to import any qt binding’
    PyInstaller QT Error Message

  • Missing dynamic link library dependencies
    Missing DLL dependencies PyInstaller Error message


Troubleshooting QT issues:
- I determined I needed to install PyQt4 and PySide but unable to install either successfully (needed to install QT first, and know this is a dependency of both the above).
- Installed QT and did not come with a qmake.exe, so updated install to include QT 5.6, which contains various qmake.exe files within the following folder structure:
QT Folder structure
- I added a path to a qmake.exe (C:Qt5.6winrt_x64binqmake.exe) to my path environment variable
- I navigated to the ‘PyQt4_gpl_win-4.12.3’ extracted folder and ran ‘python configure-ng.py’ and received the following error message:
Configure-ng.py QT Error



Missing Dynamic Link Libraries (.dll files) troubleshooting:




  • I tried installing ‘DirectX End-User Runtime Web Installer’ to obtain missing DLLs, however still encounter the missing DLL dependencies messages.


I found various resources that have been helpful in diagnosing the issues, however I feel like this has been a snow-balling issue any insight or guidance is greatly appreciated. Unfortunately, I am unsure of how to make this into a reproducible example, my apologies for that.










share|improve this question
















I am unable to successfully run PyInstaller on my Python Dash app. All files are created, however running the resulting .exe file does not return anything. I code primarily in R, thus am not the sharpest about Python error messages nor am I a developer and feel these issues are related to development environment tools.



OS: Windows 10



Python version: 3.6.6



Summarizing issues when running PyInstaller on Dash app:




  • QT issues: ‘Failed to import any qt binding’
    PyInstaller QT Error Message

  • Missing dynamic link library dependencies
    Missing DLL dependencies PyInstaller Error message


Troubleshooting QT issues:
- I determined I needed to install PyQt4 and PySide but unable to install either successfully (needed to install QT first, and know this is a dependency of both the above).
- Installed QT and did not come with a qmake.exe, so updated install to include QT 5.6, which contains various qmake.exe files within the following folder structure:
QT Folder structure
- I added a path to a qmake.exe (C:Qt5.6winrt_x64binqmake.exe) to my path environment variable
- I navigated to the ‘PyQt4_gpl_win-4.12.3’ extracted folder and ran ‘python configure-ng.py’ and received the following error message:
Configure-ng.py QT Error



Missing Dynamic Link Libraries (.dll files) troubleshooting:




  • I tried installing ‘DirectX End-User Runtime Web Installer’ to obtain missing DLLs, however still encounter the missing DLL dependencies messages.


I found various resources that have been helpful in diagnosing the issues, however I feel like this has been a snow-balling issue any insight or guidance is greatly appreciated. Unfortunately, I am unsure of how to make this into a reproducible example, my apologies for that.







python qt dll pyinstaller






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 22 '18 at 18:08









eyllanesc

84k103562




84k103562










asked Nov 22 '18 at 17:13









e.stearnse.stearns

74




74













  • why c++ tag????

    – eyllanesc
    Nov 22 '18 at 18:08



















  • why c++ tag????

    – eyllanesc
    Nov 22 '18 at 18:08

















why c++ tag????

– eyllanesc
Nov 22 '18 at 18:08





why c++ tag????

– eyllanesc
Nov 22 '18 at 18:08












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435674%2fpyinstaller-dependencies-issues-qt-and-missing-dll-dependencies-windows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435674%2fpyinstaller-dependencies-issues-qt-and-missing-dll-dependencies-windows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







這個網誌中的熱門文章

Tangent Lines Diagram Along Smooth Curve

Yusuf al-Mu'taman ibn Hud

Zucchini