over Python 2.7.3 |EPD 7.3-2 (64-bit).
on a Win 7-64 machine.
1. Is this the Win7 variant of issue 841? In which case I
assume I need to wait for the next version of enthought.
2. If not, is this a known issue with resolution?
3. If not, can anyone help?
>>> from spyderlib import spyder
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\spyderlib\spyder.py",
line 29, in <module>
if is_module_installed('IPython.frontend.qt',
'>=0.12'):
File
"C:\Python27\lib\site-packages\spyderlib\utils\programs.py",
line 172, in
is_module_installed
mod = __import__(module_name)
File "C:\Python27\lib\site-packages\IPython\__init__.py",
line 43, in <module>
from .config.loader import Config
File
"C:\Python27\lib\site-packages\IPython\config\__init__.py",
line 16, in <module>
from .application import *
File
"C:\Python27\lib\site-packages\IPython\config\application.py",
line 29, in <module>
from IPython.external.decorator import decorator
File
"C:\Python27\lib\site-packages\IPython\external\decorator\__init__.py",
line 4, in <module>
from ._decorator import *
File
"C:\Python27\lib\site-packages\IPython\external\decorator\_decorator.py",
line 165
print('Error in generated code:', file=sys.stderr)
^
SyntaxError: invalid syntax
>>> print('Error in generated code:',
file=sys.stderr)
File "<stdin>", line 1
print('Error in generated code:', file=sys.stderr)