Bjoern Schliessmann wrote:
> Fredrik Lundh wrote:
>
>
>>cygwin?
>
>
> I thought so too, but cygwin would use #!/cygdrive/c/..., IIRC.
>
Cygwin is actually pretty liberal about paths, and will often take a
Winwos-style path (unlike the snotty cmd.exe program that insists on
treating forard sl
Fredrik Lundh wrote:
> cygwin?
I thought so too, but cygwin would use #!/cygdrive/c/..., IIRC.
> exemaker? some kind of web server?
Okay, didn't know that :)
Regards,
Björn
--
BOFH excuse #22:
monitor resolution too high
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> I am a beginner of programming and started to learn Python a week ago.
> last 3 days, i write this little tool for Renju.if you have any advice
> on my code,please tell me
> s = ''
>
> for i in range (0,len(done) - 1):
> s = s +str(done[i][0]) + str(done
At Thursday 26/10/2006 09:39, [EMAIL PROTECTED] wrote:
def openfile():
global mark
global step
global done
global interator
global mainname
global beensaved
Too many globals for my taste...
--
Gabriel Genellina
Softlab SRL
__
Chelonian wrote:
> [EMAIL PROTECTED] wrote:
>> I am a beginner of programming and started to learn Python a week ago.
>> last 3 days, i write this little tool for Renju...
>
> Tell you what, I will trade you my fluent English for your ability to
> write that in 3 days as a beginning programmer who
[EMAIL PROTECTED] wrote:
> I am a beginner of programming and started to learn Python a week ago.
> last 3 days, i write this little tool for Renju...
Tell you what, I will trade you my fluent English for your ability to
write that in 3 days as a beginning programmer who started learning
Python a
Bjoern Schliessmann wrote:
>> #!C:\\Python25
>
> Just from curiosity: Since when does the hash bang work in Windows?
cygwin? exemaker? some kind of web server?
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> #!C:\\Python25
Just from curiosity: Since when does the hash bang work in Windows?
Regards,
Björn
--
BOFH excuse #417:
Computer room being moved. Our systems are down for the weekend.
--
http://mail.python.org/mailman/listinfo/python-list
I am a beginner of programming and started to learn Python a week ago.
last 3 days, i write this little tool for Renju.if you have any advice
on my code,please tell me
ps:sorry for my poor english
bow.
#!C:\\Python25
# -*- coding: GBK -*-
from Tkinter import *
import os
import tkFileDialog
import