HI,
Please help how to execute a py file with xitami.
I installed xitami , downloaded lrwp file.
accessing the first web application program
import urllib
# Get a file-like object for the Python Web site's home page.
f = urllib.urlopen("http://www.python.org";)
# Read from the object, storin
HI,
Please help how to execute a py file with xitami.
I installed xitami , downloaded lrwp file.
accessing the first web application program
import urllib
# Get a file-like object for the Python Web site's home page.
f = urllib.urlopen("http://www.python.org";)
# Read from the object, storing t
On Sep 13, 7:23 pm, [EMAIL PROTECTED] wrote:
> python_lover wrote:
> > Hi All,
>
> > I'm new to python. I installed python 2.5 and IDLE 1.2.1 . I'm able
> > to run shell commands.
>
> > But I don't know how to execute a python program using this.
Hi All,
I'm new to python. I installed python 2.5 and IDLE 1.2.1 . I'm able
to run shell commands.
But I don't know how to execute a python program using this. When I'm
opeing a py program a seperate IDLE window opeing with program text.
But I don't know to to execute the prg.
Please help me o