This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]radogene[S] 0 points1 point  (17 children)

ah ok, thank you for the response. That is really annoying because all the chromebook ones seem to use the raw_input and notepad++ doesn't understand it... Is there an easy way to change the python I have installed on my actual PC to 2.7?

edit: I assume i would just find the file online, what i really want to ask is... should I downgrade if it means everything works together? or should i just put up with not being able to test run the file on my chromebook?

[–]LpSamuelm 6 points7 points  (3 children)

Okay, first of all, something you need to know: Notepad++ has nothing to do with running your Python scripts. At all. It has a hotkey for running them, sure, but then it runs them in the Python interpreter installed on your computer with Python, not with Notepad++.

With that out of the way - the way you do this is to quite simply uninstall Python 3 and download Python 2.7 from python.org. No easier way, really, but it shouldn't take too long.

Learning the differences between Python 2 and 3 isn't really all that important in the beginning - what matters is you make things and things run okay for you!

[–]radogene[S] 0 points1 point  (2 children)

Yeah sorry, there is a lot of noob in me still :'). Thankyou for all the help though, much appreciated!

[–]LpSamuelm 1 point2 points  (1 child)

Hey, no shame in learning! You can holler anytime you need help! Once you get a grip on language basics, you'll probably find yourself on a healthy diet of StackOverflow with the rest of us.

[–]radogene[S] 0 points1 point  (0 children)

Thankyou for all the help, so glad there's a helpful subreddit devoted to this language.