Error Message: Can't assign to Operator
Robert Kern
kernr at mail.ncifcrf.gov
Tue Aug 17 17:58:33 EDT 1999
[posted and e-mailed]
On Tue, 17 Aug 1999 21:41:01 +0000 (UTC), Jonathon
<jblake at stamp-coin.com> wrote:
>
> I keep hitting this error message:
> SyntaxError: can't assign to operator(line 3056)
>
> Line 3056 is
> meta-previous = string.join( the_ultimate_file_destination_is_this, string_record_id, suffix )
^
There's your problem. You can't include a '-' in the middle of a
name. Change 'meta-previous' to something like 'meta_previous'.
[snip]
> jonathon
Robert Kern |
----------------------|"In the fields of Hell where the grass grows high
This space | Are the graves of dreams allowed to die."
intentionally | - Richard Harter
left blank. |
More information about the Python-list
mailing list