Post Reply 
pyILPer can't load DLL
07-15-2017, 03:25 PM
Post: #10
RE: pyILPer can't load DLL
(07-15-2017 05:31 AM)jsi Wrote:  You can check if it is an Anaconda-only problem with:

- Open an Anaconda prompt
- Type "python". This starts the python interpreter. It should say:
Python 3.6.1 ... Anaconda custom ... (xx-bit) ...
- type:
from PyQt5 import QtCore, QtGui, QtWidgets

If this throws an error it is an issue of the Anaconda installation.
Exit the interpreter with Ctrl-Z

It is most likely a problem of missing or incompatible DLLs. Unfortunately not an Windows expert
to give an advice how to check dependencies.

I did a clean install of Anaconda (Python 3.6, 64bit) and pyILPEER on a Windows 10 64 bit system
with no issues.

Did you install a 32 bit version of Anaconda on a 64 bit Windows? This could cause trouble.

Regards
Joachim

Thank you Joachim. I get the same error, procedure could not be found. It is a 64 bit Anaconda on Windows 10 Professional 64 bit.

I noticed in your instructions, when you type "python" your installation information says "... Anaconda custom ..." I did not do a custom installation. What is custom about your installation?

Thank you for your help

David

Here is the error:
(C:\ProgramData\Anaconda3) D:\Users\David\Documents>python
Python 3.6.1 |Anaconda 4.4.0 (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.
>>> from PyQt5 import QtCore, QtGui, QtWidgets
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified procedure could not be found.
>>>

David

David Ingebretsen
Collision Forensics & Engineering, Inc.
dingebre@CFandE.com
http://www.CFandE.com
http://Analoguerealities.com
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)