My initial problem was I couldn't open IDLE, not from the applications folder or from terminal. After posting on the python "forums," it was brought to my attention that my "ls" shows a UID of 501 instead of my username. Next, I created a new admin account on my mac, and not only could I open IDLEl, but my "ls" shows my username(test) as my UID. I'm not sure exactly what this means, but I was told that it suggests an "inconsistently defined user account." Is there any way I can fix this without messing up my system?
From Regular Account (Charlotte):
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
From New Account (Test):
Charlottes-MacBook-Pro:~ test$ /usr/local/bin/idle3.3
Charlottes-MacBook-Pro:~ test$ cd ~
Charlottes-MacBook-Pro:~ test$ ls -lde ~
drwxr-xr-x+ 15 test staff 510 9 Mar 12:25 /Users/test
0: group:everyone deny delete
Charlottes-MacBook-Pro:~ test$
Charlottes-MacBook-Pro:~ test$ chmod u+w ~
Charlottes-MacBook-Pro:~ test$ mkdir ~/.idlec
mkdir: /Users/test/.idlec: File exists
Any help would be greatly appreciated!
From Regular Account (Charlotte):
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
From New Account (Test):
Charlottes-MacBook-Pro:~ test$ /usr/local/bin/idle3.3
Charlottes-MacBook-Pro:~ test$ cd ~
Charlottes-MacBook-Pro:~ test$ ls -lde ~
drwxr-xr-x+ 15 test staff 510 9 Mar 12:25 /Users/test
0: group:everyone deny delete
Charlottes-MacBook-Pro:~ test$
Charlottes-MacBook-Pro:~ test$ chmod u+w ~
Charlottes-MacBook-Pro:~ test$ mkdir ~/.idlec
mkdir: /Users/test/.idlec: File exists
Any help would be greatly appreciated!
Last edited: