From 6989ab51ac1e0977df2c57898adf96151014cbba Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 10 Dec 2008 21:18:36 +0000 Subject: Advice about macports py25-simplejson --- amqp_codegen.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amqp_codegen.py') 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) -- cgit v1.2.1