You are mixing two sets of tests. I marked it good because it built the old version in 32 bit. Take another look at what I wrote in sequence while I'm at the dentist ...
Sent from my iPhone On Mar 15, 2012, at 12:56 PM, Hartmut Goebel <[email protected]> wrote: Am 15.03.2012 20:33, schrieb Lynn Oliver: Thanks for all the work so far. I'm afraid, you'll need to spend some more time :-( git checkout d9b704e08e2 Ran pyinstaller and got ERROR: could not find TCL/TK git checkout 2cf1972b9 Ran pyinstaller and got ERROR: could not find TCL/TK So the bug has been introduced prior to this point -- or caused by something else. git bisect good d9b704e08e2 d9b704e08e2 failed, you should have marked it as "bad". You may want to google for a git bisect tutorial for a better undserstanding about what this bisect is about. You wrote, that your program works fine if packaged using 1.5.1. So please test if v1.5.1 is working in you setup: git checkout v1.5.1 .. run test If this works, try the last version v1.5.1 and develop have in common: $ git merge-base HEAD v1.5.1 bc97fdd23444188f7f359b8ebebb47d8cda9006d $ git checkout bc97fdd23 ... run test If this works, too, please bisect from there to d9b704e08e2 (which is known to be bad): git bisect reset git bisect bad d9b704e08e2 git bisect good bc97fdd23 ... continue bisecting Good luck! -- Schönen Gruß - Regards Hartmut Goebel Dipl.-Informatiker (univ.), CISSP, CSSLP Goebel Consult Spezialist für IT-Sicherheit in komplexen Umgebungenhttp://www.goebel-consult.de Monatliche Kolumne: http://www.cissp-gefluester.de/ Goebel Consult ist Mitglied bei http://www.7-it.de -- 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.
