Exception handling for socket.error in Python 3.5/RStudio

Bernardo Sulzbach mafagafogigante at gmail.com
Fri Feb 5 16:08:40 EST 2016


On 02/05/2016 07:01 PM, Chris Angelico wrote:
> On Sat, Feb 6, 2016 at 6:58 AM,  <shaunak.bangale at 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.



More information about the Python-list mailing list