Special commands are parsed by Spyder itself, not by the Python interpreter, so this is perfectly normal that these commands do not appear to be defined.
However, typing: run script.py should run the script 'script.py'. -Pierre On 11 fév, 18:40, Jeremy <[email protected]> wrote: > I just installed spyder 1.0.3. None of the special commands for the > interactive console (e.g "run" or "edit") appear to be defined. > > locals().keys() returns: > ['help', '__builtins__', 'raw_input', 'execfile', 'input', '__name__', > '__doc__'] > > Any suggestions > Jeremy -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
