Re: self signing a py2exe windows executable

2008-10-10 Thread William Heath
Hi All, I just purchased a code signing certificate from godaddy. It is a .spc. I installed it, I see it in the trusted root authority in the certificates area of ie. By the way I got the self signed approach to work, thanks! Anyway, I am not clear how to proceed as the .spc does not show up in

Re: self signing a py2exe windows executable

2008-10-06 Thread Roger Upole
William Heath wrote: >I don't know, how can I tell, sorry I am new to this. > -Tim > You can use the certificates snap in for MMC to view them. Start->Run and enter mmc.exe File->Add/Remove snapin Click the Add button, and then select Certificates. On some systems, you might find it already con

Re: self signing a py2exe windows executable

2008-10-06 Thread William Heath
I don't know, how can I tell, sorry I am new to this. -Tim On Mon, Oct 6, 2008 at 5:57 PM, Roger Upole <[EMAIL PROTECTED]> wrote: > > William Heath wrote: > > Hi Roger, > > I managed to get the dll and register it. I am now getting this error: > > > > Traceback (most recent call last): > > File

Re: self signing a py2exe windows executable

2008-10-06 Thread Roger Upole
William Heath wrote: > Hi Roger, > I managed to get the dll and register it. I am now getting this error: > > Traceback (most recent call last): > File > "C:\Python25\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", > line 312, in RunScript >exec codeObject in __main__.__dict__ >

Re: self signing a py2exe windows executable

2008-10-06 Thread William Heath
Hi Roger, I managed to get the dll and register it. I am now getting this error: Traceback (most recent call last): File "C:\Python25\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 312, in RunScript exec codeObject in __main__.__dict__ File "C:\Documents and Settings\bl

Re: self signing a py2exe windows executable

2008-10-04 Thread M�ta-MCI (MVP)
Hi! Very interesting. Roger, thank you very much super enormous!!! @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: self signing a py2exe windows executable

2008-10-04 Thread Roger Upole
William Heath wrote: > Hi All, > I thought I sent an email to the list regarding a need I have to self sign > a > py2exe windows executable. Does anyone know how to do that? > > -Tim > You can use capicom to sign an executable (or even a .pyd): import win32com.client s=win32com.client.Dispatch('

self signing a py2exe windows executable

2008-10-02 Thread William Heath
Hi All, I thought I sent an email to the list regarding a need I have to self sign a py2exe windows executable. Does anyone know how to do that? -Tim -- http://mail.python.org/mailman/listinfo/python-list