Am 15.03.2012 01:11, schrieb Lynn Oliver:
A little more info. Pyinstaller-1.5.1 works with a framework build and does not include the file hook-_tkinter.py.

hook-_tkinter was introduced *after* 1.5.1. We removed the "special" handling of Tcl/Tk and made it normla hooks like any other modules, too.

Please test the following:

- Check out [d9b704e08e2] (2012-01-01 14:51:47), this should work for you, as this still uses the code like in 1.5.1 - Then check out [2cf1972b9] (2012-01-21 15:22:30), which is the end of the change-series. This should not work.

Then please use git bisect to track down the change introducing the error:
git bisect start
git bisect bad 2cf1972b9
git bisect good d9b704e08e2

Please see the man-page of git-bisect for more information.

If 2cf1972b9 is working, the error is caused somewhere else. In this case, the git bisect sequence should look like
git bisect start
git bisect good d9b704e08e2
git bisect bad HEAD

HTH

--
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP, CSSLP

Goebel Consult
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de

Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult ist Mitglied bei http://www.7-it.de

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to