Re: [Pythonmac-SIG] Trying to find a .def file

2010-05-15 Thread Monte Milanuk
On 5/15/10 7:24 PM, Chris Rebert wrote: $ locate idlelib | grep def | grep extensions Worked for me. Results: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/idlelib/config-extensions.def (and the obvious 2.5 and 2.3 variants) /sw/lib/python2.6/idlelib//config-extensions.

Re: [Pythonmac-SIG] Trying to find a .def file

2010-05-15 Thread Chris Rebert
On Sat, May 15, 2010 at 7:12 PM, Monte Milanuk wrote: > Hello all, > > I'm trying to setup an extension to idle (vidle) and the instructions talk > about a file 'config-extensions.def'.  The author works primarily on a PC > and I'm obviously working on a Mac (Python 2.6.5, if it matters).  I've >

[Pythonmac-SIG] Trying to find a .def file

2010-05-15 Thread Monte Milanuk
Hello all, I'm trying to setup an extension to idle (vidle) and the instructions talk about a file 'config-extensions.def'. The author works primarily on a PC and I'm obviously working on a Mac (Python 2.6.5, if it matters). I've tried searching the entire hard drive for this file, but only