[Pythonmac-SIG] pychecker

2005-01-03 Thread Mike Hansen
I'm having trouble getting pychecker to work in OS X 10.3.7 I installed it and don't recall seeing any error messages. In the terminal when I type pychecker myprogram.py -bash: pychecker: command not found I noticed in the pythonmac faq, it mentioned that many disutils packages install into

Re: [Pythonmac-SIG] pychecker

2005-01-03 Thread Bob Ippolito
On Jan 3, 2005, at 10:25 PM, Robert Kern wrote: Mike Hansen wrote: Does anyone have any ideas on how I can get pychecker to work? Create a file in your home directory called .pydistutils.cfg (yes, the first dot is important). Put the following text (between the two #-comment lines) into it: #

Re: [Pythonmac-SIG] pychecker

2005-01-03 Thread Bob Ippolito
On Jan 3, 2005, at 11:58 PM, Robert Kern wrote: Bob Ippolito wrote: Do this instead: # Begin File [install] install-scripts=/usr/local/bin install-data=/usr/local/share # End File Screwing with purelib and platlib is a terrible idea if you ever have multiple versions of Python installed, because

Re: [Pythonmac-SIG] pychecker

2005-01-03 Thread Robert Kern
Bob Ippolito wrote: On Jan 3, 2005, at 11:58 PM, Robert Kern wrote: Okay. At some point, that symlink got blown away on my machine, so I put in the install-*lib entries. fixing up the symlink now If that symlink got blown away, /Library/Python/2.3 shouldn't have ended up in sys.path (unless