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