Hi,

I am having a similar problem

I created a 32 bit python environment in anaconda, on windows 7 (64bit) and 
what ever command I enter in the ipython window I get the following (though 
code executes fine)

Any thoughts?
Thanks!
Paul

>>> Traceback (most recent call last):
  File 
"C:\ProgramData\Anaconda2\lib\site-packages\qtconsole\base_frontend_mixin.py", 
line 163, in _dispatch
    Traceback (most recent call last):
  File 
"C:\ProgramData\Anaconda2\lib\site-packages\qtconsole\base_frontend_mixin.py", 
line 163, in _dispatch
    handler(msg)
  File 
"C:\ProgramData\Anaconda2\lib\site-packages\spyder\widgets\ipythonconsole\namespacebrowser.py",
 
line 189, in _handle_execute_reply
    self.handle_exec_method(msg)
  File 
"C:\ProgramData\Anaconda2\lib\site-packages\spyder\widgets\ipythonconsole\shell.py",
 
line 254, in handle_exec_method
    properties = ast.literal_eval(data['text/plain'])
  File "C:\ProgramData\Anaconda2\lib\ast.py", line 49, in literal_eval
    node_or_string = parse(node_or_string, mode='eval')
  File "C:\ProgramData\Anaconda2\lib\ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 9001
    ...}
    ^
SyntaxError: invalid syntax
handler(msg)
  File 
"C:\ProgramData\Anaconda2\lib\site-packages\spyder\widgets\ipythonconsole\namespacebrowser.py",
 
line 189, in _handle_execute_reply
    self.handle_exec_method(msg)
  File 
"C:\ProgramData\Anaconda2\lib\site-packages\spyder\widgets\ipythonconsole\shell.py",
 
line 248, in handle_exec_method
    view = ast.literal_eval(data['text/plain'])
  File "C:\ProgramData\Anaconda2\lib\ast.py", line 49, in literal_eval
    node_or_string = parse(node_or_string, mode='eval')
  File "C:\ProgramData\Anaconda2\lib\ast.py", line 37, in parse
    return compile(source, filename, mode, PyCF_ONLY_AST)
  File "<unknown>", line 3929
    ...}
    ^
SyntaxError: invalid syntax



-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to