On 02/05/2016 07:01 PM, Chris Angelico wrote:
On Sat, Feb 6, 2016 at 6:58 AM,  <shaunak.bang...@gmail.com> wrote:
I am running this python script on R-studio. I have Python 3.5 installed on my 
system.


Let's just try a quick smoke test. Run this script:

import sys
print(sys.version)
input("Press Enter to exit...")

That'll tell you a few things about how your system is set up. Most
notably, if it doesn't say you're using Python 3.5, there's a problem.

ChrisA


Is there? If he just got the minor version wrong it wouldn't be a problem. Unless RStudio requires 3.**5** for some reason.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to