From efddf70a545bf47987004b09792e12279e471829 Mon Sep 17 00:00:00 2001 From: faribas Date: Mon, 4 Jun 2012 19:19:27 -0300 Subject: [PATCH] Added warning to README about having a pydas.pxd file on your $PYTHONPATH --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 32e3597..64b31b3 100644 --- a/README.rst +++ b/README.rst @@ -105,6 +105,8 @@ You may wish to write a file `make.inc` that sets certain variables used by the Makefiles (e.g. the Fortran compiler). An example of such a file, `make.inc.example`, has been provided. +*Warning!* When building, ensure there isn't a `pydas.pxd` file anywhere in +your $PYTHONPATH (which there may be if you are an RMG-Py user) Mac OS X Lion -------------