On Mon, 03 Jun 2013 02:32:42 -0700, Νικόλαος Κούρας wrote: > Here is the whole code of files.py in case someone wants to comment on > somethign about how to properly encode/decode the filanames, which seems > to be the problem. > > http://pastebin.com/qXasy5iU
Second line in the file says: import cgi, re, os, sys, socket, datetime, pymysql, locale but there is no pymysql module available. Fix that problem, and then we can look at the next problem. -- Steven -- http://mail.python.org/mailman/listinfo/python-list