[Pythonmac-SIG] MacPython Leopard help needed

2009-08-07 Thread Tibor Fekete
Hi there, under http://wiki.python.org/moin/MacPython/Leopard there is a walkthrough how one should install a mac native idle for python. The creation of the softlink (sudo ln -s /System/Library/Frameworks/Python.framework/ Python.framework) fails since the current directory already has a Python.

Re: [Pythonmac-SIG] MacPython Leopard help needed

2009-08-07 Thread Ned Deily
In article <55fce46f0908061521u5bdc62f2yfba97ce6e81cb...@mail.gmail.com>, Tibor Fekete wrote: > under http://wiki.python.org/moin/MacPython/Leopard there is a walkthrough > how one should install a mac native idle for python. > > The creation of the softlink (sudo ln -s > /System/Library/Framew

[Pythonmac-SIG] aligning proportional text

2009-08-07 Thread Charles Hartman
This may not be the right list, but I think the question may be at least partly Mac-specific. I have lines of text in a proportional font. Within each line I have the index of a certain character. I want to adjust each line horizontally so those indexed characters are vertically aligned.