On Wed, Nov 24, 2010 at 12:58 AM, Janwillem van Dijk
<jwevand...@xs4all.nl> wrote:
> I have a small application that displays a tree structure using ete2
> (http://ete.cgenomics.org/). The node names are unicode and contain in
> particular German and French special chars. When I run the script from Eric4
> or directly from a terminal with  "python scriptname.py" all is OK. However
> I want to run it as a subprocess and than the special chars generate errors:
>
> import subprocess
> arg =['python', script_path_name]
> p = subprocess.Popen(arg)

What's the error output?

Yao
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to