It's not catching that, but I haven't gotten there with the bugs yet. One
more thing I can't figure out.

line 11
    select-db = raw_input("Which database to add to? >> ")
SyntaxError: can't assign to operator

I think it might be the >> at the end, but when I try it in the Python
interpreter, it works fine.

On Tue, Aug 24, 2010 at 1:07 PM, Marc Tompkins <marc.tompk...@gmail.com>wrote:

> On Tue, Aug 24, 2010 at 12:44 PM, aug dawg <augdaw...@gmail.com> wrote:
>
>>  if searcher in database:
>>> # Figure this out.
>>>
>>> You need some sort of actual Python statement there as a placeholder -
> even just "print()".
>
> --
> www.fsrtechnologies.com
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to