hi that's very strange indeed... please open an issue on https://github.com/tomerfiliba/rpyc/issues, and include the version of rpyc that you're using, the python version of both client and server, the language locale of both of them, the machines' bit-size (32/64) and entianity.
also, i get a feeling it's an ironpython bug that has to do with encoding: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=%22An+unexpected+error+occurred+while+tokenizing+input%22 http://stackoverflow.com/questions/2260815/weird-problem-with-input-encoding-in-ipython try running it from a normal python interpreter. ipython is a very buggy piece of code, you can't really trust it. -tomer ----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba> On Tue, Aug 9, 2011 at 02:37, Serge Rittscher <[email protected]> wrote: > 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] > > >
