summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2008-12-10 21:18:36 +0000
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2008-12-10 21:18:36 +0000
commit0836b4b05208537f529112e33f440364ee12e718 (patch)
tree7630159bbf4ceb1ca0824309e711179fb7c757ed
parentbc32e8d6f43ea57892aa59af046c1ed119d7809a (diff)
downloadrabbitmq-codegen-0836b4b05208537f529112e33f440364ee12e718.tar.gz
Advice about macports py25-simplejson
-rw-r--r--amqp_codegen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/amqp_codegen.py b/amqp_codegen.py
index 63a69b7..542850d 100644
--- a/amqp_codegen.py
+++ b/amqp_codegen.py
@@ -47,6 +47,8 @@ except ImportError:
print >> sys.stderr , " You can install it:"
print >> sys.stderr , " - by running 'apt-get install python-simplejson' on Debian-based systems,"
print >> sys.stderr , " - by running 'yum install python-simplejson' on Fedora/Red Hat system,"
+ print >> sys.stderr , " - by running 'port install py25-simplejson' on Macports on OS X"
+ print >> sys.stderr , " (you may need to say 'make PYTHON=python2.5', as well),"
print >> sys.stderr , " - from sources from 'http://pypi.python.org/pypi/simplejson'"
print >> sys.stderr , " - simplejson is a standard json library in the Python core since 2.6"
sys.exit(1)