cannot concatenate 'str' and 'list' objects

Νικόλαος Κούρας nikos.gr33k at gmail.com
Sat Sep 15 08:22:51 EDT 2012


Hello,

I recently changed webhost and in the new one iam getting this error you can see if you visit http://superhost.gr when program execution reaches the line:

   f = open( '../' + page )

In the previous host i wasn't getting this error.

page's contents is:

page = form.getvalue('page')



More information about the Python-list mailing list