<p dir="ltr">We had to install silly separately, dunno if that changes things for you</p>
<br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 27, 2016, 6:19 AM umbe1987 <<a href="mailto:umbertofilippo@tiscali.it">umbertofilippo@tiscali.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Coming back to this saying that in the build directory I found an<br class="gmail_msg">
"warn[app_name]" txt with the content below. Apparently, Pyinstaller wasn't<br class="gmail_msg">
able to find SIP (which ASAIK is shipped with PyQt5)?<br class="gmail_msg">
I installed PyQt5 using 'pip' within my conda virtualenv, and listing the<br class="gmail_msg">
packages installed within this environment I can clearly see there are both<br class="gmail_msg">
PyQt5, Qt5, and SIP.<br class="gmail_msg">
Then I 1) ran "pyi-makespec </path/to/my_app>.py" to generate the .spec<br class="gmail_msg">
file; 2) changed it by adding the image and sound folders I needed, and; 3)<br class="gmail_msg">
I ran "pyinstaller <my_app>.spec".<br class="gmail_msg">
The way I modified the .spec file was adding a list of tuples variable like:<br class="gmail_msg">
    added_files = [<br class="gmail_msg">
         ( 'C:\\Users\\minorau\\Desktop\\personale\\memory_game\\sound',<br class="gmail_msg">
'sound' ),<br class="gmail_msg">
         ( 'C:\\Users\\minorau\\Desktop\\personale\\memory_game\\img', 'img'<br class="gmail_msg">
)<br class="gmail_msg">
         ]<br class="gmail_msg">
<br class="gmail_msg">
and updating the 'datas' argument value from "datas = []" to "datas =<br class="gmail_msg">
added_files". In the 'dist' folder, I can see both the 'img' and the 'sound'<br class="gmail_msg">
folder with their content.<br class="gmail_msg">
Here is the "warn[app_name].txt".<br class="gmail_msg">
<br class="gmail_msg">
    missing module named 'PyQt5.sip' - imported by<br class="gmail_msg">
C:\Umberto\Miniconda3\envs\pyqt_apps\lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_qt5plugins.py<br class="gmail_msg">
    missing module named resource - imported by posix,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named posix - imported by os,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named _posixsubprocess - imported by subprocess,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named 'org.python' - imported by pickle,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py, xml.sax<br class="gmail_msg">
    missing module named readline - imported by cmd, code, pdb,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    excluded module named _frozen_importlib - imported by importlib,<br class="gmail_msg">
importlib.abc, C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named _frozen_importlib_external - imported by<br class="gmail_msg">
importlib._bootstrap, importlib, importlib.abc,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named _winreg - imported by platform,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named _scproxy - imported by urllib.request<br class="gmail_msg">
    missing module named java - imported by platform,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named 'java.lang' - imported by platform,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py,<br class="gmail_msg">
xml.sax._exceptions<br class="gmail_msg">
    missing module named vms_lib - imported by platform,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named termios - imported by tty,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py, getpass<br class="gmail_msg">
    missing module named grp - imported by tarfile, shutil,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named pwd - imported by posixpath, tarfile, shutil,<br class="gmail_msg">
http.server, webbrowser,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py, netrc, getpass<br class="gmail_msg">
    missing module named ce - imported by os,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named _dummy_threading - imported by dummy_threading,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
    missing module named org - imported by copy,<br class="gmail_msg">
C:\Users\minorau\Desktop\personale\memory_game\memory_04.py<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
View this message in context: <a href="http://python.6.x6.nabble.com/pyinstaller-and-images-tp5202126p5202247.html" rel="noreferrer" class="gmail_msg" target="_blank">http://python.6.x6.nabble.com/pyinstaller-and-images-tp5202126p5202247.html</a><br class="gmail_msg">
Sent from the PyQt mailing list archive at Nabble.com.<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" class="gmail_msg" target="_blank">PyQt@riverbankcomputing.com</a><br class="gmail_msg">
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" class="gmail_msg" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></blockquote></div><div dir="ltr">-- <br></div><div data-smartmail="gmail_signature"><div dir="ltr">Oliver</div></div>