Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Mad River

macrumors newbie
Original poster
Mar 25, 2011
1
0
I am a newbie at Python and while I realize there was a version already installed on my Macbook Pro, I downloaded 2.7 from the Python website. I am trying to open the IDLE and it bounces up and down a few times and then nothing happens. A quick check in the console messages says:

unable to create user config directory users/myname/.idlerc

Any suggestions how to pass by this stumbling block?

Thanks in advance for the help and also thanks for all the posters here as I have frequented often for the wealth of knowledge in these pages.
 
unable to create user config directory users/myname/.idlerc
Maybe the program that wants to create the directory doesn't have permission to create the config directory where it wants to put it. Can you run that program with the sudo command or use the chmod command to add some write-permissions to the directory the config directory needs to be in?
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.