Oct-21-2016, 01:19 AM
(Oct-12-2016, 02:38 AM)metulburr Wrote: Are you sure its not in your source file? Because your OP has BS in it.Hi,
This is a big difference. Interpreter that you open manually is completely different that an interpreter ran from an IDE, for example. IDE's might do something automatically....and it might even be a different interpreter.
it worked now.
After I restarted my computer. I deleted the csv.py and renamed it simply as test.py. I ran the code again. It then worked.
Anyhow, what does OP means?
Also, what do u mean that "Interpreter that you open manually is completely different that an interpreter ran from an IDE?
I downloaded Python from https://www.python.org/downloads/windows/
I normally bring up the Python 3.5.1 Shell, which I think it is the Python Interpreter.
From every individual piece of code that I run on the Shell, I then copy and paste them to a New File that I opened from the Shell and saved them as .py
I self-studied Python, there are gaps in my knowledge. Hope to fill those gaps out.
Thank you!