Hi, Using an up to date version of the develop branch a tcl/ and a tk/ directory are included with my app. A version of develop from February 24 did not do this.
My app doesn't use tcl or tk, why are they being included? Manually excluding the tcl/ and tk/ dirs in my spec files causes a NameError: FileNotFoundError when the app runs (I think that is because FileNotFoundError is in Python 3 but not Python 2). Is there a way to disable the inclusion of tcl and tk? Glenn -- 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.
