[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] Fresh install of Python 3.4.3 and PyQt5 and can't import anything (DLL load failed).
From:       Kelvin You <kelvin.you () gmail ! com>
Date:       2015-07-29 9:00:05
Message-ID: CAAQpNLY831x5qtPGWwH+tCLPUrHicp_JPXeomwSCDoJhk3_ZPQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Same issue as yours.  Except that there is no *.dll in
C:\Python34\Lib\site-packages\PyQt5 directory. But directory
examples/doc/... exist in that dir.   The installer didn''t report any
failure either.   I tried to re-install it 3 times, and finally get success.

On Sun, Jul 26, 2015 at 11:39 AM, Enjoys Math <enjoysmath@gmail.com> wrote:

> I've had the same python + pyqt set up work fine on my other, now broken
> laptop.
>
> On Sat, Jul 25, 2015 at 8:38 PM, Enjoys Math <enjoysmath@gmail.com> wrote:
>
>> System: Win 7 Professional 64-bit
>> I've tried:
>>     - Python 3.4.3 64-bit + PyQt5 64-bit
>>     - Python 3.4.3 32-bit + PyQt5 32-bit
>>
>> With the 64-bit version I either can't get it to work for other reasons
>> or the same error happens, I forgot.
>>
>> Here's a command line log:
>>
>> c:\MyProjects\LightShowApp> python
>> Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32
>> bit (I
>> tel)] on win32
>> Type "help", "copyright", "credits" or "license" for more information.
>> >>> import PyQt5.Qt
>> >>> import PyQt5.QtWidgets
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>> ImportError: DLL load failed: The specified module could not be found.
>> >>> import PyQt5.QtGui
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>> ImportError: DLL load failed: The specified module could not be found.
>> >>> import PyQt5.QtCore
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>> ImportError: DLL load failed: The specified module could not be found.
>> >>>
>>
>> I've looked in windows explorer at the site-packages/PyQt5 dir and every
>> thing looks normal.
>>
>> -EM
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
> _______________________________________________
> PyQt mailing list    PyQt@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>



-- 
Best Regards
K.Y

[Attachment #5 (text/html)]

<div dir="ltr"><div>Same issue as yours.   Except that there is no *.dll in \
C:\Python34\Lib\site-packages\PyQt5 directory. But directory examples/doc/... exist \
in that dir.     The installer didn&#39;&#39;t report any failure either.     I tried \
to re-install it 3 times, and finally get success.<br></div></div><div \
class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 26, 2015 at 11:39 AM, \
Enjoys Math <span dir="ltr">&lt;<a href="mailto:enjoysmath@gmail.com" \
target="_blank">enjoysmath@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">I&#39;ve had the same python + pyqt set up \
work fine on my other, now broken laptop.</div><div class="HOEnZb"><div \
class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 25, 2015 \
at 8:38 PM, Enjoys Math <span dir="ltr">&lt;<a href="mailto:enjoysmath@gmail.com" \
target="_blank">enjoysmath@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">System: Win 7 Professional 64-bit<div>I&#39;ve \
tried:  </div><div>      - Python 3.4.3 64-bit + PyQt5 64-bit</div><div>      - \
Python 3.4.3 32-bit + PyQt5 32-bit</div><div><br></div><div>With the 64-bit version I \
either can&#39;t get it to work for other reasons or the same error happens, I \
forgot.</div><div><br></div><div>Here&#39;s a command line \
log:</div><div><br></div><div><div>c:\MyProjects\LightShowApp&gt; \
python</div><div>Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC \
v.1600 32 bit (I</div><div>tel)] on win32</div><div>Type &quot;help&quot;, \
&quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more \
information.</div><div>&gt;&gt;&gt; import PyQt5.Qt</div><div>&gt;&gt;&gt; import \
PyQt5.QtWidgets</div><div>Traceback (most recent call last):</div><div>   File \
&quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div><div>ImportError: DLL load \
failed: The specified module could not be found.</div><div>&gt;&gt;&gt; import \
PyQt5.QtGui</div><div>Traceback (most recent call last):</div><div>   File \
&quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div><div>ImportError: DLL load \
failed: The specified module could not be found.</div><div>&gt;&gt;&gt; import \
PyQt5.QtCore</div><div>Traceback (most recent call last):</div><div>   File \
&quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div><div>ImportError: DLL load \
failed: The specified module could not be \
found.</div><div>&gt;&gt;&gt;</div><div><br></div><div>I&#39;ve looked in windows \
explorer at the site-packages/PyQt5 dir and every thing looks \
normal.</div><span><font \
color="#888888"><div><br></div><div>-EM</div><div><br></div><div><br></div><div><br></ \
div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><b \
r></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><di \
v><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div \
><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br>< \
> /div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div \
> ><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></di \
> > v><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div> \
> > <br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></d \
> > iv><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div \
> > ><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></ \
> > > div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>< \
> > > div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></font></span></div></div>
> > > 
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
PyQt mailing list      <a \
href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br> <a \
href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" \
target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br><br \
clear="all"><br>-- <br><div class="gmail_signature">Best Regards<br>K.Y</div> </div>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic