Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Python for complete beginners (Mac) HELP please

Options
  • 22-01-2017 9:02pm
    #1
    Registered Users Posts: 1,067 ✭✭✭


    My son is doing coder dojo and has mentioned Python a couple of times so I downloaded "invent your own computer games with python" by Al Sweigart.
    So far so good, installed python but when I launch IDLE I get the following message

    WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable.
    Visit http://www.python.org/download/mac/tcltk/ for current information.

    Can't seem to find the correct info on the page to help me get any further.

    Can someone please point me in the right direction?
    Thanks
    Rory


Comments

  • Registered Users Posts: 7,157 ✭✭✭srsly78


    Don't use IDLE (I don't know anyone that uses it). You can use anything as an editor (so long as it does spaces vs tabs properly) - try spyder or pyzo.

    I would usually recommend downloading anaconda python distribution (python with scientific stuff) - it comes with "spyder" IDE and should work.


  • Registered Users Posts: 1,067 ✭✭✭RoryMurphyJnr


    Thanking you, I'll give that a go.


Advertisement