Category "spyder"

Spyder: [Errno 2] No such file or directory

I want to run this code in Github : https://github.com/llazzaro/lsa_python but I don't know how to execute it with nosetests. I have python 2.7.11 and anaconda

Error "variable is not defined", but the variable can be called in the console

I use python on Spyder. My script uses a variable called imgs. I have the following error : name 'imgs' is not defined. But when I try to call imgs in the conso

NameError: name 'tree' is not defined

Hey I'm new to Python and I am trying to follow along with a tutorial but I get this error: NameError: name 'tree' is not defined. The objective is obvio

How to display function arguments in Spyder?

I'm using Spyder 2.2.5 with Python 2.7 and I want the editor to display the arguments of the function I'm calling after I type the first parenthesis. I know it'