Hey, 

I tried to use pyinstaller 2.1 make windows exe file, but I get warning as 
follows: 

45367 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\accessible\qtaccessiblewidgets4.dll
45386 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\accessible\qtaccessiblewidgets4.dll
45434 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\iconengines\qsvgicon4.dll
45451 WARNING: lib not found: QtSvg4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\iconengines\qsvgicon4.dll
45469 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\iconengines\qsvgicon4.dll
45513 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qgif4.dll
45531 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\imageformats\qgif4.dll
45576 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qico4.dll
45595 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\imageformats\qico4.dll
45642 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qjpeg4.dll
45661 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\imageformats\qjpeg4.dll
45703 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qmng4.dll
45721 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\imageformats\qmng4.dll
45769 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\imageformats\qsvg4.dll
45788 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qsvg4.dll
45806 WARNING: lib not found: QtXml4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qsvg4.dll
45824 WARNING: lib not found: QtSvg4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qsvg4.dll
45865 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qtga4.dll
45883 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\imageformats\qtga4.dll
45931 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\imageformats\qtiff4.dll
45950 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\imageformats\qtiff4.dll
45984 WARNING: lib not found: QtGui4.dll dependency of 
C:/Python27/Lib/site-pack
ages/PyQt4/plugins\graphicssystems\qglgraphicssystem4.dll
46003 WARNING: lib not found: QtOpenGL4.dll dependency of 
C:/Python27/Lib/site-p
ackages/PyQt4/plugins\graphicssystems\qglgraphicssystem4.dll
46021 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\graphicssystems\qglgraphicssystem4.dll
46934 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\codecs\qcncodecs4.dll
46969 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\codecs\qjpcodecs4.dll
47004 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\codecs\qkrcodecs4.dll
47044 WARNING: lib not found: QtCore4.dll dependency of 
C:/Python27/Lib/site-pac
kages/PyQt4/plugins\codecs\qtwcodecs4.dll

The problem seems like pyinstaller used "/" instead of  "\" under windows. 
I would like to know if there is any way to fix this? 

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to