This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sameer Bobade
Recipients Sameer Bobade, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-06-27.07:26:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561620384.94.0.687116956372.issue37425@roundup.psfhosted.org>
In-reply-to
Content
I am writing a test code with Python and tested that it works on both Python 3.7 and 3.7.3
The code uses tkinter, and does not use PyQT5
I use pyinstaller 3.4 I convert the python to exe.

With the same code and and same dependencies (including version number) - while converting code to exe using pyinstaller 3.4, with Python 3.7.3 - Pyinstaller asks for additional imports related to PyQt5 (and maybe more). This causes executable to expand in size with unwanted dependencies bundled in output.

Doing same thing with Python 3.7 removes the issue.
Not sure if this is Anaconda specific or general Python issue.

Both tests were done in virtual environment with Anaconda Python 3.7.3 as base.
Attached logs from pyinstaller for both versions.

Also reported to Anaconda - https://github.com/Anaconda-Platform/anaconda-project/issues/207
History
Date User Action Args
2019-06-27 07:26:24Sameer Bobadesetrecipients: + Sameer Bobade, paul.moore, tim.golden, zach.ware, steve.dower
2019-06-27 07:26:24Sameer Bobadesetmessageid: <1561620384.94.0.687116956372.issue37425@roundup.psfhosted.org>
2019-06-27 07:26:24Sameer Bobadelinkissue37425 messages
2019-06-27 07:26:24Sameer Bobadecreate