Re: [Python-Dev] self signing a py2exe winxp executable with signtool

2008-10-01 Thread Martin v. Löwis
> I am trying to figure out how to self sign a py2exe winxp executable > with signtool. Anyone know? Dear William, This list (python-dev) is for the development of Python, not the development with Python. I recommend to use either python-list, or the py2exe-users list for this question. Regard

[Python-Dev] self signing a py2exe winxp executable with signtool

2008-10-01 Thread William Heath
Hi All, I am trying to figure out how to self sign a py2exe winxp executable with signtool. Anyone know? I saw this which looked kind of promising: http://markmail.org/message/zj5nzechzgmjuu7c#query:signtool%20python+page:1+mid:s4jrb2hter4zxvg3+state:results -Tim P.S. Python rocks! __