Can you run python idle.py from a terminal ? It would give you the error message ... (I never used a mac)
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
griswolf
Veteran Poster
1,165 posts since Apr 2010
Reputation Points: 344
Solved Threads: 256
Um I don't use tkinter but as for running idle.py I try to run it and it gives me no such directory error.
can you post the full traceback ?
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'idle.py': [Errno 2] No such file or directory
thats it
idle.py should be in idlelib. Try this in a python interpreter
>>> import idlelib
>>> print(idlelib.__file__)
it should give you the path to idlelib.
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/__init__.pyc
thats what it gave me.
Then try python /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idle.py
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
it started the idle
great !
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
is that how I have to start the IDLE from now on
I don't know mac osx well enough (not at all in fact). You could perhaps make a shortcut to idle.py on your desktop and see if a menu allows you to execute the script, or a double click...
You could also post the problem in the mac osx forum http://www.daniweb.com/forums/forum109.html
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
well I haven't found any SPE troubleshooting so is there any other free python IDEs you can recommend cause I'm not sure what to use what do you use?
No I can't recommend an ide. I'm using a home-made ide :). But try spyder, it looks promising.
Gribouillis
Posting Maven
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691