If I try to exclude package _tkinter, it does exclude it from the distribution but the app won't start, and I get a Windows Library error.
If I remove tcl85.dll and tk85.dll from my distribution manually, no ill effects happen but I can't figure out how to tell PyInstaller to do this for me. If I just remove _tkinter.pyd manually, no ill effects happen. For now I'll just have my post-setup script delete those three files, but was wondering if there was something I should be doing differently in PyInstaller. Paul -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
