Re: MacPython 2.5 IDLE font size

2009-02-09 Thread Scott David Daniels

I (Scott David Daniels) wrote:

choha...@gmail.com wrote:

Is there a way to adjust the default font size in IDLE, in MacPython
2.5? The default now is too tiny.
I have to use this version of MacPython. As far as I searched, I can't
find how I do this.


If you can read what you have at all, try to go toHelp (on the top),
then down in that menu to Configure IDLE ...
There will be a possibly long delay.  Then on the tab in the produced
window, You can set the Base Editor Font and Size.  I use Tahoma 14.
Then go click Ok.  If the display doesn't get better, you might have
to exit from Idle and restart it.  If this doesn't work, get back to me
and we can try something more drastic.


Although the OP seems no longer interested,  I'd now advise anyone
interested yo read the entire section on installing VPython (v5) on
OS/X.  It has a very clear set of things to do to get Python 2.5 and
IDLE working.  You can simply skip the steps for downloading and
installing VPython if you like.
http://www.vpython.org/contents/download_mac.html

As to why it is on vpython.org rather than python.org, VPython is used
in physics courses at a number of universities, and they teach their
classes (to people not necessarily programmers) using IDLE to interact
with and program their physics demos (3-D images that you can mouse
around to change your point of view).

--Scott David Daniels
scott.dani...@acm.org
--
http://mail.python.org/mailman/listinfo/python-list


Re: MacPython 2.5 IDLE font size

2009-02-08 Thread Brian Blais

Hello,


On Sat, Feb 7, 2009 at 4:03 PM, choha...@gmail.com wrote:
Hi,
Is there a way to adjust the default font size in IDLE, in MacPython
2.5? The default now is too tiny.
I have to use this version of MacPython. As far as I searched, I can't
find how I do this.


It is indeed a bug that the options menu doesn't show. What I did was  
to manually edit the file:


/Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/ 
idlelib/config-main.def



to include the lines:

font= monaco
font-size= 13
font-bold= 0

(can't remember what the default was).


bb


--
Brian Blais
bbl...@bryant.edu
http://web.bryant.edu/~bblais



--
http://mail.python.org/mailman/listinfo/python-list


Re: MacPython 2.5 IDLE font size

2009-02-08 Thread Scott David Daniels

choha...@gmail.com wrote:

Hi,
Is there a way to adjust the default font size in IDLE, in MacPython
2.5? The default now is too tiny.
I have to use this version of MacPython. As far as I searched, I can't
find how I do this.
Thanks.


If you can read what you have at all, try to go toHelp (on the top),
then down in that menu to Configure IDLE ...
There will be a possibly long delay.  Then on the tab in the produced
window, You can set the Base Editor Font and Size.  I use Tahoma 14.
Then go click Ok.  If the display doesn't get better, you might have
to exit from Idle and restart it.  If this diesn't work, get back to me
and we can try something more drastic.

--Scott David Daniels
scott.dani...@acm.org

--
http://mail.python.org/mailman/listinfo/python-list


MacPython 2.5 IDLE font size

2009-02-07 Thread chohazel
Hi,
Is there a way to adjust the default font size in IDLE, in MacPython
2.5? The default now is too tiny.
I have to use this version of MacPython. As far as I searched, I can't
find how I do this.
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list


Re: MacPython 2.5 IDLE font size

2009-02-07 Thread Vincent Davis
There is a option menu in idle but you may not be able to see it.
Try launching idle via terminal. For me it was located
/Library/Frameworks/Python/Versions/Current/bin/idle2.5
When I did this I had the option menu, I guess this is a known bug. I assume
there is a font option once you get the menu.

Vincent Davis



On Sat, Feb 7, 2009 at 4:03 PM, choha...@gmail.com wrote:

 Hi,
 Is there a way to adjust the default font size in IDLE, in MacPython
 2.5? The default now is too tiny.
 I have to use this version of MacPython. As far as I searched, I can't
 find how I do this.
 Thanks.
 --
 http://mail.python.org/mailman/listinfo/python-list

--
http://mail.python.org/mailman/listinfo/python-list