F
fowlertrainer
Hi !
I use this code section in my program:
cho,chi=os.popen2(os.getcwd()+'/genlotto.py')
genlotto=chi.read()
genlotto=genlotto.strip()[1:-1]
This code is working on wxp, and w2000.
I use that code to load a subprogram's result.
In Win98 it is hanged, and is nothing happened.
Why ? What I do wrong ?
Thanx for help:
FT
I use this code section in my program:
cho,chi=os.popen2(os.getcwd()+'/genlotto.py')
genlotto=chi.read()
genlotto=genlotto.strip()[1:-1]
This code is working on wxp, and w2000.
I use that code to load a subprogram's result.
In Win98 it is hanged, and is nothing happened.
Why ? What I do wrong ?
Thanx for help:
FT