Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-28 Thread mando
This is the result of the test you suggested to me. What do you think? Last login: Mon Jun 27 19:35:21 on ttys000 host220-186-dynamic:~ luca$ cd /Library/Frameworks/Python.framework/ Versions/2.6 host220-186-dynamic:2.6 luca$ cd ./lib/python2.6/lib-dynload/ host220-186-dynamic:lib-dynload luca$

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-28 Thread Ned Deily
In article 7e5a3cc6-93d0-4750-93cd-fe721960d...@u26g2000vby.googlegroups.com, mando mandol...@gmail.com wrote: This is the result of the test you suggested to me. What do you think? Last login: Mon Jun 27 19:35:21 on ttys000 host220-186-dynamic:~ luca$ cd

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-28 Thread mando
Why my post aren't here? -- http://mail.python.org/mailman/listinfo/python-list

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-24 Thread mando
I took MacPython 2.6 from here: http://www.python.org/ftp/python/2.6.6/python-2.6.6-macosx10.3.dmg Also I downloaded Tcl/Tk from here http://www.kyngchaos.com/software/frameworks to using the gis software Qgis May be here the issue? -- http://mail.python.org/mailman/listinfo/python-list

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-24 Thread Ned Deily
In article 09cae8bf-4b1f-40ea-af36-4ba130c41...@m18g2000vbl.googlegroups.com, mando mandol...@gmail.com wrote: I took MacPython 2.6 from here: http://www.python.org/ftp/python/2.6.6/python-2.6.6-macosx10.3.dmg Also I downloaded Tcl/Tk from here

Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-23 Thread mando
I've installed MacPython 2.6 under mac os x 2.6 and the IDLE doesn't work. I post error log. Suggestions? Thanks a lot. Luca 23/06/11 19.18.01 Apple80211 framework[211] ACInterfaceGetPower called with NULL interface 23/06/11 19.18.01 [0x0-0x1f61f6].org.python.IDLE[2470] Traceback

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-23 Thread python
Benjamin, You'll have to install Tcl yourself. The 2.6 binaries were compiled against a newer version than Apple ships. Does this requirement apply to Python 2.7 or Python 3.2 for the Mac or is this requirement Python 2.6 specific? Thank you, Malcolm --

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-23 Thread Benjamin Kaplan
On Jun 23, 2011 10:42 AM, mando mandol...@gmail.com wrote: I've installed MacPython 2.6 under mac os x 2.6 and the IDLE doesn't work. I post error log. Suggestions? Thanks a lot. Luca You'll have to install Tcl yourself. The 2.6 binaries were compiled against a newer version than Apple

Re: Mac OS X 10.6.6 and MacPyhton 2.6 idle doesn't work

2011-06-23 Thread Ned Deily
In article 1308852410.2257.1466520...@webmail.messagingengine.com, pyt...@bdurham.com wrote: You'll have to install Tcl yourself. The 2.6 binaries were compiled against a newer version than Apple ships. Does this requirement apply to Python 2.7 or Python 3.2 for the Mac or is this