You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "", line 1, in
runfile('/path/to/temp.py', wdir='/path/to')
NameError: name 'runfile' is not defined
Please provide any additional information below
"import spyder.widgets.externalshell" from the console will fix this bug (something missing in an init.py file?)
Versions and main components
Spyder Version: 3.0.0b7
Python Version: 3.4.3
Operating system:Linux ul 4.4.0-38-generic doc/dep inconsistency? #57~14.04.1-Ubuntu SMP Tue Sep 6 17:20:43 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Dependencies
Please go to the menu entry Help > Optional Dependencies (or Help > Dependencies), press the button Copy to clipboard
and paste the contents below:
jedi >=0.8.1 : 0.9.0 (OK)
matplotlib >=1.0 : 1.5.3 (OK)
nbconvert >=4.0 : 4.2.0 (OK)
numpy >=1.7 : 1.11.1 (OK)
pandas >=0.13.1 : 0.18.1 (OK)
pep8 >=0.6 : 1.7.0 (OK)
psutil >=0.3 : 4.3.1 (OK)
pyflakes >=0.6.0 : 1.3.0 (OK)
pygments >=2.0 : 2.1.3 (OK)
pylint >=0.25 : 1.6.4 (OK)
qtconsole >=4.2.0: 4.2.1 (OK)
rope >=0.9.4 : 0.10.3 (OK)
sphinx >=0.6.6 : 1.4.6 (OK)
sympy >=0.7.3 : None (NOK)
The text was updated successfully, but these errors were encountered:
Description of your problem
What steps will reproduce the problem?
What is the expected output? What do you see instead?
the code in the editor should run but the following is generated:
runfile('/path/to/temp.py', wdir='/path/to')
Traceback (most recent call last):
File "", line 1, in
runfile('/path/to/temp.py', wdir='/path/to')
NameError: name 'runfile' is not defined
Please provide any additional information below
"import spyder.widgets.externalshell" from the console will fix this bug (something missing in an init.py file?)
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
jedi >=0.8.1 : 0.9.0 (OK)
matplotlib >=1.0 : 1.5.3 (OK)
nbconvert >=4.0 : 4.2.0 (OK)
numpy >=1.7 : 1.11.1 (OK)
pandas >=0.13.1 : 0.18.1 (OK)
pep8 >=0.6 : 1.7.0 (OK)
psutil >=0.3 : 4.3.1 (OK)
pyflakes >=0.6.0 : 1.3.0 (OK)
pygments >=2.0 : 2.1.3 (OK)
pylint >=0.25 : 1.6.4 (OK)
qtconsole >=4.2.0: 4.2.1 (OK)
rope >=0.9.4 : 0.10.3 (OK)
sphinx >=0.6.6 : 1.4.6 (OK)
sympy >=0.7.3 : None (NOK)
The text was updated successfully, but these errors were encountered: