This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sm1979
Recipients ned.deily, ronaldoussoren, sm1979, terry.reedy
Date 2017-12-30.10:53:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514631195.24.0.213398074469.issue32447@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the help. I've installed ActiveTCL 8.5.18.0 as per the Python recommendation. Running from terminal:

Last login: Fri Dec 29 16:46:22 on ttys001
mkdir: /Users/Steve Margetts/.bash_sessions: Permission denied
touch: /Users/Steve Margetts/.bash_sessions/224C387E-8E74-4020-A5CC-F275EFB79EAE.historynew: No such file or directory
iMac:~ Steve Margetts$ python3.6
Python 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
>>>

Did not bring up any error message. However, subsequently trying to run IDLE from terminal brought up:

Last login: Sat Dec 30 10:42:04 on ttys000
mkdir: /Users/Steve Margetts/.bash_sessions: Permission denied
touch: /Users/Steve Margetts/.bash_sessions/58F5E574-277D-4413-9B03-4B24ED9B4C21.historynew: No such file or directory
iMac:~ Steve Margetts$ python3.6 -m idlelib

 Warning: unable to create user config directory
/Users/Steve Margetts/.idlerc
 Check path and permissions.
 Exiting!

iMac:~ Steve Margetts$ 

Does this look like a permissions issue? If so, any idea what to try next? I'm logged on as an administrator on a home computer. Is this likely to be a security setting issue? Thanks again for any help - I'm a child of the GUI and the last time I coded anything was in BBC Basic!
History
Date User Action Args
2017-12-30 10:53:15sm1979setrecipients: + sm1979, terry.reedy, ronaldoussoren, ned.deily
2017-12-30 10:53:15sm1979setmessageid: <1514631195.24.0.213398074469.issue32447@psf.upfronthosting.co.za>
2017-12-30 10:53:15sm1979linkissue32447 messages
2017-12-30 10:53:14sm1979create