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 mélomane
Recipients mélomane
Date 2014-03-09.03:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394334334.45.0.0999099430808.issue20873@psf.upfronthosting.co.za>
In-reply-to
Content
First time using Python on my personal computer. Updated the mac version to 3.3. Then installed ActiveTcl 8.6.1.0, then tried deleting and installing 8.5.15.0. I tried opening IDLE from the applications folder, then from terminal. After that failed to work, I browsed the forms and tried what another user suggested to see if I had write permission to my home directory. 

Charlottes-MacBook-Pro:~ Charlotte$ /usr/local/bin/idle3.3

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

Charlottes-MacBook-Pro:~ Charlotte$ cd ~
Charlottes-MacBook-Pro:~ Charlotte$ ls -lde ~
drwxr-xr-x  23 501  staff  782  8 Mar 22:49 /Users/Charlotte
Charlottes-MacBook-Pro:~ Charlotte$ chmod u+w ~
Charlottes-MacBook-Pro:~ Charlotte$ mkdir ~/.idlerc
mkdir: /Users/Charlotte/.idlerc: Permission denied

Please help. :)
History
Date User Action Args
2014-03-09 03:05:35mélomanesetrecipients: + mélomane
2014-03-09 03:05:34mélomanesetmessageid: <1394334334.45.0.0999099430808.issue20873@psf.upfronthosting.co.za>
2014-03-09 03:05:34mélomanelinkissue20873 messages
2014-03-09 03:05:31mélomanecreate