Receing a form variable as a list instead of as a string

alex23 wuwei23 at gmail.com
Tue Jun 11 21:06:57 EDT 2013


On Jun 12, 6:16 am, Νικόλαος Κούρας <nikos.gr... at gmail.com> wrote:
> I get the error that i cannot use 'replac'e to a 'list'.
> How can i avoid that?

BY NOT USING STRING METHODS ON A LIST.

Ulrich even *told* you what to do: "convert it to a string yourself"

Do you do that in your code? No. Instead, you assign a value _to the
same label_ and expect it to do magic.

For someone who is adamant he's not trolling, you're sure doing your
damnedest to live up to your self-applied troll name.



More information about the Python-list mailing list