954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Problems with Python and Mac OSX

So her is my problem I have a Macbook running OS 10.6.5 and i have python 2.x and 3.x installed on it and I can run python in the terminal but if I try to run the idle it just bounces for a few seconds then disappears. can anyone help.

Gh0st93
Newbie Poster
12 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 

Can you run python idle.py from a terminal ? It would give you the error message ... (I never used a mac)

Gribouillis
Posting Maven
Moderator
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
 

There is a known problem with tkinter on that version of Mac OS (32 versus 4 bit problem). http://bugs.python.org/issue9227

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.

Gh0st93
Newbie Poster
12 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 
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
Moderator
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

Gh0st93
Newbie Poster
12 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 
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
Moderator
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.

Gh0st93
Newbie Poster
12 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 

/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
Moderator
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
 

it started the idle

Gh0st93
Newbie Poster
12 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 
it started the idle


great !

Gribouillis
Posting Maven
Moderator
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

Gh0st93
Newbie Poster
12 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 
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
Moderator
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
 

Well I was trying to fix the Idle so I could use SPE cause that doesn't work as well I thought they might be related I'm not sure.

Gh0st93
Newbie Poster
12 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 
Well I was trying to fix the Idle so I could use SPE cause that doesn't work as well I thought they might be related I'm not sure.


Have a look in this page too http://wiki.python.org/moin/IntegratedDevelopmentEnvironments

Gribouillis
Posting Maven
Moderator
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?

Gh0st93
Newbie Poster
12 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
 
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
Moderator
2,786 posts since Jul 2008
Reputation Points: 1,044
Solved Threads: 691
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: