Re: file Error

2007-05-03 Thread Gabriel Genellina
En Thu, 03 May 2007 10:15:52 -0300, <[EMAIL PROTECTED]> escribió: > Thanks for the replyHow do i accept the filename is a > parameter and avoid the error.Can you elaborate. To get the arguments passed to the script, use sys.argv[] Most introductory texts should cover it, like the Python t

Re: file Error

2007-05-03 Thread saif . shakeel
On May 3, 6:09 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Thu, 03 May 2007 09:39:37 -0300, <[EMAIL PROTECTED]> escribió: > > > Hi, > > I am parsing an xml file,and using raw_input command to ask the > > user to enter the file name.Ex > > > Enter The ODX File Path: > > > Suppose my

Re: file Error

2007-05-03 Thread Gabriel Genellina
En Thu, 03 May 2007 09:39:37 -0300, <[EMAIL PROTECTED]> escribió: > Hi, > I am parsing an xml file,and using raw_input command to ask the > user to enter the file name.Ex > > Enter The ODX File Path: > > Suppose my code does not work properly,then in the python idle window > it shows some