Post Reply 
pyILPer can't load DLL
07-17-2017, 08:27 AM
Post: #11
RE: pyILPer can't load DLL
Hi,

your list of installed software (post #1) is the same as mine. The startup message of my python interpreter is:

Code:

Python 3.6.1 |Anaconda custom (64-bit)| (default, May 11 2017, 13:25:24) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
My only variation of the standard installation is that I changed the installation path.

On stackoverflow there are recommendations to use the depends.exe utility (please google the link) to check for unresolved dll entries.

You should start the utility in the Anaconda prompt and examine the file: (Anaconda path)\lib\site-packages\PyQt5\QtCore.pyd. Note: the message "... missing ... function ... in delay-load dependent module" indicates that this reference to a dll function is resolved at runtime. Most likely the application provides fall backs if the required function could not be found.
This can not be checked by depends.exe.

Regards
Joachim
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
pyILPer can't load DLL - dingebre - 07-13-2017, 04:00 PM
RE: pyILPer can't load DLL - dingebre - 07-13-2017, 05:34 PM
RE: pyILPer can't load DLL - jsi - 07-13-2017, 08:02 PM
RE: pyILPer can't load DLL - dingebre - 07-13-2017, 08:11 PM
RE: pyILPer can't load DLL - dingebre - 07-14-2017, 05:26 PM
RE: pyILPer can't load DLL - dingebre - 07-15-2017, 04:24 AM
RE: pyILPer can't load DLL - jsi - 07-15-2017, 05:31 AM
RE: pyILPer can't load DLL - dingebre - 07-15-2017, 03:25 PM
RE: pyILPer can't load DLL - jsi - 07-17-2017 08:27 AM
RE: pyILPer can't load DLL - dingebre - 07-17-2017, 06:34 PM



User(s) browsing this thread: 1 Guest(s)