Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.

On Fri, Oct 30, 2015 at 2:26 AM, Jens Nielsen <jenshniel...@gmail.com>
wrote:

> It sounds like your PyQt package is broken.
>
> What happens if you do:
>
> from PyQt4 import QtCore, QtGui
>
> in a python shell
>
> /Jens
>
> fre. 30. okt. 2015 kl. 03.06 skrev Jonno <jonnojohn...@gmail.com>:
>
>> Not sure where to post this.
>>
>> I have a fresh Anaconda Win64 python 2.7.10 install which I then updated
>> using conda update --all.
>>
>> If it try to:
>> from pylab import *
>> I get the following:
>>
>>
>> File "~\Anaconda\lib\site-packages\matplotlib\backends\qt_compat.py",
>> line 91, in <module>
>>   from PyQt4 import QtCore, QtGui
>> ImportError: DLL load failed: The specified module could not be found.
>>
>>
>> I have the following installed:
>> qt: 4.8.7
>> pyqt 4.11.4
>> matplotlib 1.4.3
>>
>> Should I open an issue on matplotlib github?
>>
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Matplotlib-users mailing list
>> Matplotlib-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to