Hi folks,

every time I try to print something on host or get the stdout object I receive 
following error:
___
In [26]: c.modules.sys.stdout
Out[26]: ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (26, 0))
___

Connection was successfully established and I can have access on sys but not on 
sys.stdout. Another example:
___
In [32]: so = c.modules.sys
In [33]: so
Out[33]: <module 'sys' (built-in)>
In [34]: sot = c.modules.sys.stdout
In [35]: sot
Out[35]: ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (26, 0))
___

Anybody knows what is wrong here?

___
Serge
[email protected]


Reply via email to