13 messages in org.python.pythonmac-sig[Pythonmac-SIG] pychecker
FromSent OnAttachments
Mike HansenJan 4, 2005 3:40 am 
Robert KernJan 4, 2005 4:25 am 
Bob IppolitoJan 4, 2005 5:13 am 
Robert KernJan 4, 2005 5:57 am 
Bob IppolitoJan 4, 2005 6:03 am 
Robert KernJan 4, 2005 7:11 am 
Jack JansenJan 4, 2005 2:09 pm 
Bob IppolitoJan 4, 2005 2:42 pm 
Bob IppolitoJan 4, 2005 2:50 pm 
Ronald OussorenJan 4, 2005 3:18 pm 
Jack JansenJan 4, 2005 10:17 pm 
Bob IppolitoJan 4, 2005 10:30 pm 
Mike HansenJan 5, 2005 2:56 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[Pythonmac-SIG] pycheckerActions...
From:Mike Hansen (maha@adelphia.net)
Date:Jan 4, 2005 3:40:26 am
List:org.python.pythonmac-sig

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 /System/Library/Frameworks... and suggests creating a symbolic link in /usr/local/bin to the script.

I'm learning unix/linux, so I'm not exactly fluent in unix/linux. I created the link from /usr/local/bin ln -s /System/Library/Frameworks/Python.framework/Versions/2.3/bin/pychecker pychecker

Unfortunately, it will won't work. Did I create the link properly? Does anyone have any ideas on how I can get pychecker to work?

Thanks,

Mike