help regarding re.search

Sagar Neve nevesagar at gmail.com
Thu Sep 15 00:58:21 EDT 2011


Yes. It is been resolved now for the sample program. however, as mentioned
in other post. It is not working in the main program


On Thu, Sep 15, 2011 at 10:25 AM, Kushal Kumaran <
kushal.kumaran+python at gmail.com> wrote:

> On Thu, Sep 15, 2011 at 10:11 AM, Sagar Neve <nevesagar at gmail.com> wrote:
> > Here is the code
> >
> >
> > url="
> http://xy.yz.com/us/r1000/012/Purple/b1/c6/e2/mzm.dxkjsfbl..d2.dpkg.ipa"
> >
> > Man_Param="/us/r1000"
> > Opt_Param1="Purple"
> > Opt_Param2="dpkg.ipa"
> >
> > if (Opt_Param2 in url):
> >     print "hello."
> > else:
> >     print "bye."
> >
> > It  gives me:
> >
> > ./sample.py: line 9: syntax error near unexpected token `:'
> > ./sample.py: line 9: `if (Opt_Param2 in url):    '
> >
> >
>
> That looks like a bash error message.  Syntax errors in python show up
> with a stack trace.  Run your program using the python interpreter
> like this:
>
> python file.py
> OR
> python3 file.py
>
> whatever is applicable in your environment.
>
> >
> >
> > On Thu, Sep 15, 2011 at 9:05 AM, Chris Rebert <clp2 at rebertia.com> wrote:
> >>
> >> On Wed, Sep 14, 2011 at 8:33 PM, Sagar Neve <nevesagar at gmail.com>
> wrote:
> >> > If A in B:
> >> > does nt seem to be working.
> >> > Am I missing something here.
> >>
> >> Please provide a snippet of the code in question, and be specific
> >> about how it's not working.
> >>
>
> --
> regards,
> kushal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110915/1c9794c5/attachment-0001.html>


More information about the Python-list mailing list