summaryrefslogtreecommitdiff
path: root/amqp_codegen.py
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
commit6989ab51ac1e0977df2c57898adf96151014cbba (patch)
tree7630159bbf4ceb1ca0824309e711179fb7c757ed /amqp_codegen.py
parent012d82f15c7b120758ae7b2fc184cf072b82bcee (diff)
downloadrabbitmq-codegen-git-6989ab51ac1e0977df2c57898adf96151014cbba.tar.gz
Advice about macports py25-simplejson
Diffstat (limited to 'amqp_codegen.py')
-rw-r--r--amqp_codegen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/amqp_codegen.py b/amqp_codegen.py
index 63a69b77..542850d9 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)