prolog with python

2009-12-02 Thread William Heath
Hi All, I have the following prolog program that I would really like to be able to run in python in some elegant way: q00(X01, R):- write('Are you over 80?'), read(INPUT), write(''), q11(INPUT, R). q11(X11, R):- X11=y, write(' You are passed the hardest year'), !. q00(X01, R):- write('You are

py2exe automatic upgrades of a program while it is running, is that possible?

2009-03-02 Thread William Heath
Hi All, I am using py2exe to create a windows executable. I am curious if anyone knows a way to automatically upgrade a py2exe windows executable while it is running. Is that possible? If so how? If it isn't possible, what is the next best thing? Also, if it is not available using py2exe is it

Re: self signing a py2exe windows executable

2008-10-10 Thread William Heath
6:37 PM, Roger Upole <[EMAIL PROTECTED]> wrote: > > 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 > Fi

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

Re: self signing a py2exe windows executable

2008-10-06 Thread William Heath
On Sat, Oct 4, 2008 at 12:30 PM, Roger Upole <[EMAIL PROTECTED]> wrote: > 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?

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

self signing a py2exe winxp executable with signtool

2008-10-02 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! -- http:/