Bandung wrote:
> Thank you for this input. I suppose python ce also doesn't support the
> launching of scripts with the
>
> python myscript.py -i %1
>
> for the same reason. I tried creating a file extension *.pyi that called
> the above command in order to circumvent the lack of a c
Thank you for this input. I suppose python ce also doesn't support the
launching of scripts with the
python myscript.py -i %1
for the same reason. I tried creating a file extension *.pyi that called
the above command in order to circumvent the lack of a console. I get a
Null : Nu
Bandung wrote:
> I seemed have gotten idlece working along with Tkinter and python works well
> except for a few problems. The one that I would like to find a work around to
> is with the input() and raw_input() commands. Both return an EOFError When
> reading a line
>
> the line of code is
>
>
I seemed have gotten idlece working along with Tkinter and python works well
except for a few problems. The one that I would like to find a work around to
is with the input() and raw_input() commands. Both return an EOFError When
reading a line
the line of code is
def main()
x = raw_input()
_