- Original Message
From: Ned Deily
To: pythonmac-sig@python.org
Sent: Thu, January 27, 2011 2:18:15 PM
Subject: Re: [Pythonmac-SIG] How to get a Mac OS X version of Tcl/Tk rather
than
X11 version.
In article <960836.10021...@web34405.mail.mud.yahoo.com>,
Lou Pecora wrote:
> I have
In article <960836.10021...@web34405.mail.mud.yahoo.com>,
Lou Pecora wrote:
> I have an installation of Python 2.6.4 on my MacBook Pro (OS X 10.6) that by
> default uses X11 windows and dialogs rather than the Mac version of those GUI
> items. In my googling and exchanges on other support gro
On 1/27/11 3:48 AM, Henning Hraban Ramm wrote:
Am 2011-01-24 um 23:52 schrieb Chris Weisiger:
I use Eclipse/Aptana with PyDev, and if you manage to setup that
monster, it shows unused imports (as well as unused variables etc.)
quite nicely.
pychecker is worth a try, too:
http://pychecker.so
On 1/26/11 7:06 AM, Lou Pecora wrote:
Any idea how to see what ABI version a given binary was compiled against?
I thought otool could do that. Try,
otool -L ABI
Do a
man otool
to see more.
Let me know if that works.
nope, can't find anything about ABI version in the man pages, and I've
Am 2011-01-24 um 23:52 schrieb Chris Weisiger:
I've inherited a large codebase that is practically the definition
of "legacy", with all that entails. I've spent a lot of time
removing unused code, renaming variables, creating classes, moving
global variables to locals (let's stuff all our p