[IPython-dev] unicode error issue #25

Jörgen Stenarson jorgen.stenarson at bostream.nu
Wed May 19 12:59:33 EDT 2010


Hi

I have been thinking about the problems reported in issue #25.

As a start on getting tests for this I would like to instantiate an 
ipythonapp object and then have it execute a line of code and then 
capture or just view the output.

Something like:

app = ipythonapp()
app.runline("print 'åäö'")


What is the recommended way to do something like this today? Is there 
perhaps already some test that does something similar that I can look at?

/Jörgen



More information about the IPython-dev mailing list