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 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