Re: Help to start python

2007-09-17 Thread python_lover
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

Re: Help to start python

2007-09-13 Thread kyosohma
On Sep 13, 9:39 am, python_lover <[EMAIL PROTECTED]> wrote: > 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

Re: Help to start python

2007-09-13 Thread Wildemar Wildenburger
python_lover wrote: > Please guide me some good sites to start web based programing on > python. > Here's a good one: Always remember: GIYF If you don't know what that means:

Re: Help to start python

2007-09-13 Thread python_lover
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. When I'm > > opeing a py program a seperate IDLE w

Re: Help to start python

2007-09-13 Thread kyosohma
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. When I'm > opeing a py program a seperate IDLE window opeing with program text. > But I don't know to to

Help to start python

2007-09-13 Thread python_lover
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