Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!dedekind.zen.co.uk!zen.net.uk!hamilton.zen.co.uk!reader03.nrc01.news.zen.net.uk.POSTED!not-for-mail From: Nobody Subject: Re: Changing filenames from Greeklish => Greek (subprocess complain) Date: Sun, 02 Jun 2013 11:22:03 +0100 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-Id: Newsgroups: comp.lang.python References: <2c425f2b-99de-4453-964e-c585f2043f71@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines: 18 Organization: Zen Internet NNTP-Posting-Host: e75e9f30.news.zen.co.uk X-Trace: DXC=I_k5Q3@[m1E<0m3mFa?g@Mf2FgniPJjgB=dR0\ckLKG@WeZ<[7LZNRFOaQ[gJo>d4NM2Z^cWRFGAKoh]Zl9QB6\A X-Complaints-To: abuse@zen.co.uk Xref: csiph.com comp.lang.python:46686 On Sat, 01 Jun 2013 08:44:36 -0700, Νικόλαος Κούρας wrote: > CalledProcessError: Command '/home/nikos/public_html/cgi-bin/files.py' returned non-zero exit status 1 > args = (1, '/home/nikos/public_html/cgi-bin/files.py') > cmd = '/home/nikos/public_html/cgi-bin/files.py' > output = b'Content-type: text/html; charset=utf-8\n\n\n\n' > returncode = 1 > with_traceback = The traceback indicates that files.py terminated with a non-zero exit code, indicating an error. And that's *all* that can be determined from the information which you have posted. If you want to solve the problem, you'll need to make files.py generate useful error messages, then capture them.