- Download PCS from SF.net
- Download Pyrex from canterbury.ac.nz
- Extract Pyrex. Then run
sudo python setup.py install
- Extract PCS. Then run
sudo python setup.py install
- Don't bother with the MacPort of pylibpcap. Just download it from SF.net, and run
sudo python setup.py install
- To make sure everything works, bring up Python and type
import pcs
As long as you don't get any errors, it's safe to assume everything went well :-)
In retrospect, this all is extremely straightforward. I was trying to do it the "MacPorts" way instead of just *doing* it. Would've saved myself a lot of hassle... Read more...
No comments:
Post a Comment