Changing filenames from Greeklish => Greek (subprocess complain)

Steven D'Aprano steve+comp.lang.python at pearwood.info
Mon Jun 3 19:04:00 EDT 2013


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



More information about the Python-list mailing list